---
title: Top Skills for Finance
slug: finance
type: vertical-category
canonical: https://top-agent-skills.com/top-skills-for-finance
skills: 13
rubric: 1.0
updated: 2026-09-02
---

# Top Skills for Finance

**docling** is the top-ranked finance Skill at 66/100: One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

Spreadsheet modeling, financial data extraction, reporting, accounting workflows.

This page lists the Skills useful in this domain, including general-purpose tooling commonly used here — not only Skills built for it. Where a general-purpose Skill outranks the domain-native ones, the introduction below says so.

13 Skills indexed, ranked by a published composite score (https://top-agent-skills.com/about/methodology). Content last changed 2026-09-02.

## The ranking

### 1. docling — score 66/100 (verified-org)

One skill covering every document format the category exists for — including scanned PDFs and RAG chunking — from the maintainers of the parser itself.

- Best for: Reading or converting documents the agent cannot open directly, at 65K stars and MIT: scanned PDFs, Office formats, tables, and chunking a corpus for retrieval.
- Not ideal for: Producing polished Office files. Docling is a reader and converter — for generating a styled DOCX, XLSX or PPTX, the Anthropic document skills are the better fit.
- Publisher: Docling project (LF AI & Data) · MIT
- Verified on: claude-code, cursor, codex

```bash
pip install docling && uvx library-skills --claude
```

Full entry: https://top-agent-skills.com/skill/docling (https://top-agent-skills.com/skill/docling.md)

### 2. connect-recommend — score 58/100 (verified-org)

The marketplace architecture decision, made with a compatibility matrix that blocks invalid Connect configurations instead of describing them.

- Best for: Choosing a Stripe Connect charge pattern and account type before you build — the decision that is expensive to reverse once money is flowing.
- Not ideal for: Writing the integration. This produces a recommendation document; stripe-payments is the implementation skill once the design is settled.
- Publisher: Stripe · MIT
- Verified on: claude-code

```bash
npx skills add stripe/ai --skill connect-recommend
```

Full entry: https://top-agent-skills.com/skill/stripe-connect-recommend (https://top-agent-skills.com/skill/stripe-connect-recommend.md)

### 3. create-payment-credential — score 57/100 (verified-org)

Stripe's answer to agentic checkout: one-time payment credentials so an agent can buy without ever seeing the underlying card.

- Best for: Letting an agent complete a real purchase on a merchant site, with the human approving each transaction and the real credentials never exposed.
- Not ideal for: Anything resembling a sandbox. This spends real money on live merchant sites — treat it as a production capability with a human in the loop, never as a dev-time convenience.
- Publisher: Stripe · MIT
- Verified on: claude-code

```bash
npx skills add stripe/link-cli --skill create-payment-credential
```

Full entry: https://top-agent-skills.com/skill/stripe-link-checkout (https://top-agent-skills.com/skill/stripe-link-checkout.md)

### 4. dodo-payments-skills — score 54/100 (verified-org)

The deepest MoR skill coverage after Stripe: 17 skills from checkout to go-live.

- Best for: SaaS and digital-product teams integrating a merchant of record with usage- or credit-based billing models.
- Not ideal for: Card-processing-only setups where you keep merchant-of-record duties yourself — that is Stripe territory.
- Publisher: Dodo Payments · MIT
- Verified on: claude-code

```bash
npx skills add dodopayments/skills --skill checkout-integration
```

Full entry: https://top-agent-skills.com/skill/dodo-payments-skills (https://top-agent-skills.com/skill/dodo-payments-skills.md)

### 5. stripe-payments — score 51/100 (verified-org)

Stripe done right. Checkout, subscriptions, webhooks, idempotency, metered billing.

- Best for: Teams adding Stripe where webhook handling and idempotency are easy to get wrong.
- Publisher: Stripe · MIT
- Verified on: claude-code, claude-api, cursor, codex

```bash
npx skills add stripe/skills
```

Full entry: https://top-agent-skills.com/skill/stripe-payments (https://top-agent-skills.com/skill/stripe-payments.md)

### 6. norman-finance — score 49/100 (verified-org)

The ledger, not the checkout: categorise, reconcile, invoice, file.

Full entry: https://top-agent-skills.com/skill/norman-finance (https://top-agent-skills.com/skill/norman-finance.md)

### 7. xlsx — score 48/100 (official-anthropic)

Excel spreadsheets with real formulas, charts, and formatting — not flat CSV exports.

Full entry: https://top-agent-skills.com/skill/xlsx (https://top-agent-skills.com/skill/xlsx.md)

### 8. paypal-ai-toolkit — score 47/100 (verified-org)

The largest payment processor, first-party: checkout to disputes to payouts.

Full entry: https://top-agent-skills.com/skill/paypal-ai-toolkit (https://top-agent-skills.com/skill/paypal-ai-toolkit.md)

### 9. carta-cap-table — score 47/100 (verified-org)

The equity stack: cap table, 409A history, conversions, exit waterfall.

Full entry: https://top-agent-skills.com/skill/carta-cap-table (https://top-agent-skills.com/skill/carta-cap-table.md)

### 10. valyu — score 46/100 (verified-org)

Web search + 36 authoritative data sources. SEC, PubMed, ChEMBL, FRED — agent-grade research.

Full entry: https://top-agent-skills.com/skill/valyu (https://top-agent-skills.com/skill/valyu.md)

### 11. duckdb-skills — score 46/100 (verified-org)

In-process analytical SQL over CSV, Parquet, and Excel — no warehouse, no server.

Full entry: https://top-agent-skills.com/skill/duckdb-skills (https://top-agent-skills.com/skill/duckdb-skills.md)

### 12. netsuite-finance-analyst — score 43/100 (verified-org)

Oracle's own FP&A analyst: variance decomposition, close readiness, board narratives.

Full entry: https://top-agent-skills.com/skill/netsuite-finance-analyst (https://top-agent-skills.com/skill/netsuite-finance-analyst.md)

### 13. lemonsqueezy-claude-skills — score 36/100 (community)

Operate a Lemon Squeezy store from the agent: customer lookup, refunds, discount codes, receipts, and a sales dashboard — six support-and-revops skills.

Full entry: https://top-agent-skills.com/skill/lemonsqueezy-skills (https://top-agent-skills.com/skill/lemonsqueezy-skills.md)

## About this category

The best agent Skills for finance in 2026 depend on which ledger you mean. For the model, it is Anthropic's xlsx — real formulas, real charts, a file an accountant can open. For the books, norman-finance is the only dedicated bookkeeping set in the catalogue (19 skills, though EU- and Germany-specific). For equity rather than cash, Carta's carta-cap-table. What ranks highest here is a document parser and a row of payment-processor Skills — first-party and heavily installed. They extract figures and move money in; neither is the accounting of it. Finance vertical Skills cover spreadsheet modeling, financial data extraction, reporting, accounting workflows, and the day-to-day of FP&A and bookkeeping teams. The category centers on the xlsx Skill plus parsers for PDFs and scanned documents that finance teams deal with constantly.

The common workflows include building financial models (revenue, cohort, runway) in Excel-compatible format, extracting tables from scanned invoices and receipts, reconciling transactions across bank and accounting platforms, generating monthly/quarterly reporting decks, parsing 10-K and 10-Q filings, automating expense categorization, and producing board-ready financials. Several pair with QuickBooks, Xero, Stripe, Plaid and accounting MCPs.

FP&A analysts, controllers, founders, accountants, and finance operations teams use these Skills. Composite scoring weights install count, accuracy of the parsing (Skills that mis-read OCR'd numbers are flagged), and how rigorously the Skill respects the accounting truth — Skills that mix accrual and cash without flagging it lose hard.

## Common questions

**Can these Skills build a real financial model?**

Yes — the xlsx Skill produces models with formulas, conditional formatting and chart objects intact. The structure (revenue build, expense detail, cash flow) follows whatever template you provide.

**How do they handle OCR errors?**

The top Skills flag low-confidence parses for human review rather than silently using them. Lower-ranked Skills just commit the parsed values — risky for finance work.

**Are these Skills useful for tax?**

For preparation and organization, yes — they categorize transactions, extract receipt data, and produce reports. The actual tax compliance work requires an accountant.

**Can these Skills reconcile bank statements?**

Yes — when paired with Plaid or direct bank MCP integrations, they match transactions, identify discrepancies, and produce reconciliation reports.

**Do they work with QuickBooks and Xero?**

Yes — both have MCP servers and several Skills paired with them for journal-entry creation, report generation, and chart-of-accounts management.

---

_Top Agent Skills. Machine-readable twin of https://top-agent-skills.com/top-skills-for-finance._
_JSON: https://top-agent-skills.com/top-skills-for-finance.json · whole catalog: https://top-agent-skills.com/skills.json (CC BY 4.0)_
