Automation & Ops ✓ Anthropic · Official kycdocument-parsingonboardingbeneficial-ownershipsource-of-fundspep-screeningtax-forms

KYC Intake Parser

Turn onboarding packets into structured KYC data ready for screening.

FollowSkills review · FSRS-2.0
Not recommended
53/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill explicitly treats inputs as untrusted, forbids executing document instructions, following links, or opening embedded content, and limits the task to extraction, reducing prompt-injection and external-effect risks. Points are deducted because it does not specify least-privilege access, redaction, retention, transmission, user confirmation, rollback, conflict handling, or source attribution for sensitive KYC data.

Reliability8 / 20 · 2.0/5

The ordered steps, schema, null-for-missing rule, and no-guessing requirement make the happy path reasonably clear. Points are deducted for no diagnostic handling of corrupt files, conflicting fields, invalid dates, duplicate documents, or unparseable input; no skill-specific tests are shown, so the static ceiling is applied conservatively.

Adaptability10 / 15 · 3.3/5

The scenario, document categories, KYC fields, JSON output, and pre-rules-engine gap checks are clearly described. Points are deducted because non-fit boundaries, trigger conditions, language support, regional compliance variation, and adaptation across document formats or deployment environments are not defined.

Convention8 / 15 · 2.7/5

The documentation uses progressive steps and includes a document taxonomy, JSON template, and safety boundary; repository context supplies installation guidance, an Apache-2.0 license, version-pinned CI validation, and contribution guidance. Points are deducted because the skill lacks its own version, changelog, named maintainer, update path, FAQ, dependency notes, and substantial troubleshooting or examples.

Effectiveness6 / 15 · 2.0/5

The skill can organize onboarding materials into identity, ownership, control, source-of-funds, tax, and document-inventory fields, producing structured data intended for the rules engine; the core value is clear. Points are deducted because no representative output is verified and there is no treatment of field validation, provenance locations, contradictions, privacy protection, or complex entity structures, leaving meaningful manual review.

Verifiability4 / 10 · 2.0/5

The pinned revision, repository README, Apache-2.0 license, and commit-level CI workflows provide some traceability; CI includes plugin validation and secret scanning. Points are deducted because there is no evidence of key-path test coverage, sample input/output fixtures, third-party execution evidence, or independent corroboration, so the static score remains at or below 5.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 4aa51ed3d379
Before you use it
  • Use this only for document extraction; its output must not be treated as a KYC approval, rejection, or rules-engine determination.
  • Identity, ownership, PEP, and source-of-funds fields are sensitive; deployment should add access control, redaction, retention, encryption, audit, and human-review requirements.
  • The skill does not define standard error output or escalation for missing, conflicting, expired, malformed, or unreadable materials.
  • There is no evidence of Chinese-language field handling or reachability and fit for mainland-China network environments.
Review evidence [1][2][3][4][5][6]
See the full review method →

What it does & when to use it

This skill parses investor or client onboarding packets and extracts identity, ownership, control, source-of-funds, tax, and document-inventory data. It inventories the received documents, produces one structured JSON record, and uses null when information is not found. It then flags obvious missing or expired materials for the downstream KYC rules engine. It performs extraction and gap identification, not final screening decisions or onboarding approval.

Reads applicant-supplied onboarding documents and inventories them by identity, entity formation, ownership and control, address, source of funds or wealth, and tax categories. Extracts applicant type, legal name, birth or formation date, nationality or jurisdiction, address, identity documents, beneficial owners, controllers, source of funds, PEP declaration, tax forms, and received-document metadata into one JSON record. Flags plainly missing or expired items, including expired identification, address proof older than three months, or a missing ownership chart for an entity.

  1. A compliance operations professional receives an individual onboarding packet and needs a structured inventory of identity, address, and tax documents.
  2. A fund or wealth-management team receives entity materials and needs to capture beneficial owners, controllers, and formation documents.
  3. A KYC analyst must convert unstructured onboarding materials into a consistent JSON input for a rules engine.
  4. An operations team wants a pre-handoff check for missing or expired identification, address proof, or ownership documentation.

Pros & cons

Pros
  • Covers core KYC intake fields across identity, ownership, control, source of funds, PEP declarations, and tax forms.
  • Requires null for unavailable fields, helping avoid unsupported guesses.
  • Separates document inventory, structured extraction, and obvious-gap checks into explicit steps.
  • Treats applicant-provided content as untrusted and prohibits executing embedded instructions or links.
Limitations
  • The source provides no test suite, accuracy metrics, or defined document-format coverage.
  • It identifies intake gaps but does not run the KYC rules engine or make compliance or onboarding decisions.
  • OCR, batch processing, external database verification, and automated network access are not documented.
  • A standalone installation command for the leaf skill is not documented.

How to install

The skill is located at plugins/agent-plugins/kyc-screener/skills/kyc-doc-parse/. The README documents adding https://github.com/anthropics/financial-services through Cowork Settings → Plugins → Add plugin and selecting the relevant agent or vertical, or uploading a zip of a directory under plugins/. It does not document a standalone installation command for this leaf skill.

How to use

Provide the investor or client onboarding materials to a client that has loaded the skill and ask it to inventory the packet, produce the KYC JSON record, and list obvious gaps. Example: “Parse this client onboarding packet using kyc-doc-parse, return one JSON record, and list missing or expired materials separately.” The source does not specify an exact trigger syntax.

FAQ

Does it approve clients for onboarding?
No. It extracts data and flags obvious gaps. The README states that outputs require qualified human review and that the agents do not approve onboarding.
Will it execute instructions or links found in documents?
No. The skill treats document contents as untrusted data and only extracts information from them.
What happens when a field is unavailable?
The field should be set to null; the skill explicitly says not to guess.
Does it perform complete KYC screening?
No. It is the first step of the KYC Screener workflow, and its output feeds the rules engine.

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

Excel Data Cleaning Assistant

Clean inconsistent spreadsheets before analysis.

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.

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