Data & Analysis ✓ Anthropic · Official spreadsheet-cleaningexceldata-normalizationdeduplicationopenpyxloffice-js

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust16 / 25 · 3.2/5

The skill requires a pre-change issue summary, user confirmation for destructive actions, and preferably helper-column formulas, providing some least-change, transparent data flow, and auditability. Points are deducted because sensitive financial-data handling, access boundaries, backup or rollback, and external data flow are unspecified; the openpyxl dependency is unpinned and has no security guidance; recovery boundaries are unclear.

Reliability8 / 20 · 2.0/5

The workflow is organized into scoping, detection, proposal, application, and change reporting, and it lists common anomaly classes, making the happy path plausible. Points are deducted because the skill contains only prose instructions with no tests or sample inputs and outputs; key Office JS and openpyxl paths are incomplete; rules and failure feedback for near-duplicates, date parsing, mixed-type repair, and abnormal input are thin. The static calibration cap keeps this below 10.

Adaptability10 / 15 · 3.3/5

The name, intended scenario, trigger phrases, and two environments—Excel and standalone xlsx—are reasonably clear for spreadsheet-cleaning preparation. Points are deducted because non-fit boundaries, output formats, header assumptions, and complex-workbook limits are absent; Chinese content, regional date formats, and mainland-China environment fit are not addressed, so semantic trigger precision remains uncertain.

Convention8 / 15 · 2.7/5

The skill has a readable progressive workflow and issue table; the repository provides Apache-2.0 licensing, installation guidance, contribution paths, and CI validation signals. Points are deducted because the skill itself lacks versioning, changelog, named ownership, and an update path, and it omits dependency installation notes, complete examples, FAQs, known limitations, and troubleshooting guidance.

Effectiveness7 / 15 · 2.3/5

The skill addresses common cleaning needs including blanks, whitespace, casing, numeric text, dates, duplicates, encoding problems, and spreadsheet errors, while requiring before/after summaries and staged confirmation. Points are deducted because there is no executable implementation, representative output, or verification evidence; formula coverage is limited and results still require human review. Static calibration limits this to 7.

Verifiability5 / 10 · 2.5/5

The repository includes plugin validation, secret scanning, and read-only CI workflows, while the license and repository provenance are traceable. Points are deducted because these checks do not cover the skill's cleaning logic, and there are no skill-level tests, fixed fixtures, third-party execution results, or corroborating sources. This supports only limited auditability and is capped at 5 under static review.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • Before processing personal, client, or transaction data, clarify whether data leaves the local environment, who can access it, and how backup and rollback work.
  • Removing duplicates, filling blanks, and overwriting originals can change business meaning; preserve a versioned copy and define duplicate rules before confirmation.
  • DATEVALUE, VALUE, casing normalization, and near-duplicate detection can depend on locale and business semantics; Chinese dates, amounts, percentages, and encoding anomalies require extra validation.
  • The skill provides no reproducible fixtures or executable tests, so correctness cannot be assumed from the documentation alone.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

This skill cleans messy data in an active Excel sheet or a specified range. It checks whitespace, casing, numbers stored as text, date formats, duplicates, blanks, mixed types, encoding problems, and spreadsheet errors. It profiles dominant column types and outliers, then shows a proposed-fix summary before making changes. It prefers helper-column formulas for transparent, auditable transformations and asks for confirmation before destructive operations.

Reads the active sheet or a specified range and profiles each column's dominant type and outliers. It detects leading or trailing whitespace, double spaces, inconsistent categorical casing, numeric text, currency or comma or percent characters in number cells, mixed date formats, exact and near-duplicate rows, unexpected blanks, mixed-type columns, mojibake, non-printing characters, and common Excel errors. It produces a summary with the column, issue, count, and proposed fix, then can apply helper-column formulas such as TRIM, VALUE, SUBSTITUTE, UPPER, and DATEVALUE. It reports a before-and-after summary of changes.

  1. A financial analyst receives an inconsistently formatted Excel export and needs to standardize numbers, dates, and categorical fields before modeling.
  2. An operations user finds duplicate customer or transaction rows caused by whitespace or casing differences and needs exact and near-duplicate detection.
  3. A researcher has numeric text containing currency symbols, commas, or percentages and needs values converted for analysis.
  4. An Excel user inherits a worksheet containing mojibake, blanks, and formula errors and wants an issue inventory before editing.
  5. An audit-conscious user wants cleaning transformations preserved in helper columns instead of overwriting the original data.

Pros & cons

Pros
  • Covers common spreadsheet problems including whitespace, casing, numeric text, dates, duplicates, blanks, mixed types, encoding, and errors.
  • Shows an issue summary and proposed fixes before editing.
  • Prefers helper-column formulas, making transformations more transparent and auditable.
  • Provides separate guidance for Excel Office JS and standalone .xlsx files.
Limitations
  • Duplicate removal, blank filling, and overwriting originals require confirmation, which can slow large cleanup jobs.
  • No standalone command, test suite, or specific version requirements are documented.
  • The precise near-duplicate matching algorithm is not specified, and formulas are not provided for every issue type.
  • The repository states that its outputs are not investment, legal, tax, or accounting advice and require professional review.

How to install

In Cowork, open Settings → Plugins → Add plugin, paste https://github.com/anthropics/financial-services, and select financial-analysis. In Claude Code, run: claude plugin marketplace add anthropics/financial-services; claude plugin install financial-analysis@claude-for-financial-services. The README does not provide a separate installation command for clean-data-xls.

How to use

With the financial-analysis plugin installed, provide the active worksheet or a range and use a trigger such as “clean this data,” “clean up this sheet,” “normalize this data,” “dedupe,” or “standardize this column.” Example: “Clean the data in A1:F200, show me the issue summary first, and ask before removing duplicates.” For a standalone .xlsx file, the skill specifies Python/openpyxl; inside an Excel Office Add-in / Office JS environment, it specifies Office JS.

FAQ

Will it overwrite the original data?
It prefers helper-column formulas. It overwrites in place only when explicitly requested or when no sensible formula equivalent exists. Destructive operations require confirmation.
Which spreadsheet environments are supported?
It uses Office JS inside an Excel Office Add-in / Office JS environment and Python/openpyxl for standalone .xlsx files.
Does it edit before showing findings?
No. The workflow requires an issue and proposed-fix summary first, then a sample of changes and confirmation after each fix category.
Does installing the repository install only this capability?
No. The repository bundles 117 separate skills. This profile covers only clean-data-xls under financial-analysis; the documented installation command targets the financial-analysis core plugin.

More skills from this repository

All from anthropics/financial-services

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Populate and validate linked income statement, balance sheet, and cash flow models with formulas.

Data & Analysis ✓ Anthropic · Official

Spreadsheet Auditor

Checks spreadsheet formulas, errors, and financial-model integrity.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Builder

Complete existing three-statement templates with linked formulas, projections, scenarios, and audit checks.

Data & Analysis ✓ Anthropic · Official

Comparable Company Valuation

Build institutional-grade peer valuation analyses with operating metrics, trading multiples, and statistical benchmarks in spreadsheets.

Data & Analysis ✓ Anthropic · Official

Competitive Landscape Analyst

Turn competitive research into an approved, comparable market landscape deck.

Data & Analysis ✓ Anthropic · Official

Earnings Update Researcher

Turn quarterly results into an institutional-style update focused on beats, estimate changes, valuation, and thesis impact.

Data & Analysis ✓ Anthropic · Official

Sector Landscape Research

Structure industry dynamics, competition, valuation, and investment themes in one research workflow.

Productivity & Collaboration ✓ Anthropic · Official

PE Investment Committee Memo Writer

Turns diligence, financial analysis, and deal terms into a structured memo for private equity investment committee approval.

Data & Analysis ✓ Anthropic · Official

Financial Deck Refresh

Update financial figures across an existing presentation while preserving its formatting and structure.

Writing & Content ✓ Anthropic · Official

IC Memo Drafting

Turns diligence and financial inputs into a structured IC memo.

Data & Analysis ✓ Anthropic · Official

Financial Model Auditor

Find spreadsheet formula errors and test financial-model integrity before review.

Automation & Ops ✓ Anthropic · Official

Reconciliation Break Tracer

Trace ledger breaks to source entries and state the operational root cause.

Automation & Ops ✓ Anthropic · Official

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

Data & Analysis ✓ Anthropic · Official

Audit XLS: Spreadsheet Model Review

Systematically checks spreadsheet formulas, errors, and financial-model integrity issues.

Data & Analysis ✓ Anthropic · Official

General Ledger Roll-Forward

Connects a balance-sheet account’s opening balance to its period-end GL balance for close packages and audit support.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with validated data from Excel, CSV, and other source files.

Data & Analysis ✓ Anthropic · Official

Three-Statement Model Filler

Complete and validate integrated three-statement templates with formulas, linkages, and audit checks.

Data & Analysis ✓ Anthropic · Official

Financial Model Audit

Systematically checks spreadsheet formulas and model integrity.

Data & Analysis ✓ Anthropic · Official

GL–Subledger Reconciliation

Reconcile general ledger and subledger data, expose breaks, and suggest likely causes for investigation.

Data & Analysis ✓ Anthropic · Official

Investment Banking Pitch Deck Filler

Populate existing investment banking PowerPoint templates with verified data from Excel, CSV, and other source files.

Related skills