AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Financial skills pack for Claude Code and Cursor
Open Accountant Skills is a reusable set of financial skills that agents can load for tasks like P&L, budgeting, tax prep, debt payoff, and transaction imports. The skills are grouped into personal, business, and shared folders, and the README says they work with Claude Code, Cursor, Codex, Gemini CLI, Copilot, and other SKILL.md-compatible agents.
Builders who want Claude Code, Cursor, Codex, or another agent to help with finance work using reusable skills.
You can ask your agent to do financial workflows with shared structure instead of starting from scratch each time.
What it does
Personal finance skills
Includes skills for debt payoff, net worth, emergency funds, spending review, subscriptions, insurance, and goals.
Business finance skills
Includes P&L, invoice aging, cash flow forecasts, pricing, runway, client profitability, and month-end close.
Shared tax and reporting skills
Includes transaction import, smart categorization, quarterly taxes, mileage, home office deduction, depreciation, and year-end summaries.
Platform support
The README lists compatibility for Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, Pi, OpenCode, Kiro, Trae, Rovo Dev, Paperclip, and any SKILL.md agent.
Single-skill install
You can install one skill at a time instead of the whole pack.
How to get it
- 1Any agent (Claude Code, Cursor, Codex, Gemini CLI, Copilot, Pi, OpenCode, Kiro, Trae,…
npx skills add openaccountant/skills
- 2Install a single skill
npx skills add openaccountant/skills --skill tax-prep
- 3Pi
pi install git:github.com/openaccountant/skills
- 4Wilson CLI (auto-discovered)
git clone https://github.com/openaccountant/skills.git ~/.openaccountant/skills
- 5Browse available skills
npx skills add openaccountant/skills --list
README
Open Accountant Skills
Free, open-source financial skills for AI agents. Works with Wilson CLI, Claude Code, Cursor, OpenAI Codex, Gemini CLI, GitHub Copilot, Pi, OpenCode, Kiro, Trae, Rovo Dev, Paperclip, and any agent that supports SKILL.md files.
Install
Any agent (Claude Code, Cursor, Codex, Gemini CLI, Copilot, Pi, OpenCode, Kiro, Trae, Rovo Dev)
npx skills add openaccountant/skills
Install a single skill:
npx skills add openaccountant/skills --skill tax-prep
Pi
pi install git:github.com/openaccountant/skills
Wilson CLI (auto-discovered)
git clone https://github.com/openaccountant/skills.git ~/.openaccountant/skills
Browse available skills
npx skills add openaccountant/skills --list
See all 44 skills on skills.sh or openaccountant.ai/skills.
Platform compatibility
| Platform | Config dir | Discovery path | Fallback |
|---|---|---|---|
| Claude Code | .claude/ | .claude/skills/, ~/.claude/skills/ | — |
| Cursor | .cursor/ | .cursor/skills/ | .agents/, .claude/, .codex/ |
| OpenAI Codex | .agents/ | .agents/skills/, ~/.codex/skills/ | — |
| Gemini CLI | .gemini/ | .gemini/skills/ | .agents/ |
| GitHub Copilot | .agents/ | .github/skills/, .agents/skills/ | .claude/ |
| Pi | .pi/ | ~/.pi/agent/skills/ | .agents/ |
| OpenCode | .opencode/ | .opencode/skills/ | .agents/, .claude/ |
| Kiro | .kiro/ | .kiro/skills/ | — |
| Trae | .trae/ | .trae/skills/ | — |
| Trae (China) | .trae-cn/ | .trae-cn/skills/ | — |
| Rovo Dev | .rovodev/ | .rovodev/skills/, ~/.rovodev/skills/ | — |
| Paperclip | Via adapter | ~/.openaccountant/skills/ | — |
| Wilson CLI | — | ~/.openaccountant/skills/ | — |
Skills
Personal Finance
| Skill | Description |
|---|---|
| subscription-audit | Find and cancel unused subscriptions |
| debt-payoff | Avalanche vs snowball debt payoff plans |
| net-worth | Track assets, liabilities, and net worth over time |
| emergency-fund | Build and monitor your emergency fund |
| financial-goals | Set and track savings goals with timelines |
| lifestyle-creep | Detect spending increases as income grows |
| zero-based-budget | Allocate every dollar of income to a purpose |
| insurance-audit | Review insurance coverage and find savings |
| charitable-giving | Track donations and estimate tax benefits |
| spending-review | Categorized spending breakdown with trends |
Business & Freelancer
| Skill | Description |
|---|---|
| profit-loss | Generate P&L / income statements |
| invoice-aging | Track unpaid invoices and collection timelines |
| contractor-tracking | Monitor 1099 contractor payments |
| cash-flow-forecast | Project future cash flow from trends |
| break-even-calc | Calculate break-even revenue targets |
| client-profitability | Revenue and costs per client |
| pricing-optimizer | Analyze pricing against costs and margins |
| runway-calculator | Months of runway at current burn rate |
| revenue-concentration | Client concentration risk analysis |
| seasonal-patterns | Detect revenue and expense seasonality |
| month-end-close | Monthly bookkeeping close checklist |
| multi-entity | Manage finances across multiple businesses |
| rental-property | Track rental income, expenses, and ROI |
| stripe-import | Import Stripe payment data |
| paypal-import | Import PayPal transaction history |
| square-import | Import Square sales data |
| wise-import | Import Wise (TransferWise) transactions |
| venmo-reconciler | Reconcile Venmo business transactions |
Shared (Personal & Business)
| Skill | Description |
|---|---|
| import-transactions | Import from CSV, OFX, or QIF files |
| smart-categorize | Auto-categorize transactions by pattern |
| smart-split | Split transactions across categories |
| bank-sync | Connect bank accounts for automatic import |
| custom-report | Build custom financial reports |
| monthly-digest | Monthly financial summary with highlights |
| year-end-summary | Annual financial review and insights |
| expense-optimizer | Find recurring expenses to cut or reduce |
| tax-prep | Organize expenses by IRS Schedule C categories |
| quarterly-taxes | Estimate and track quarterly tax payments |
| mileage-tracker | Track business mileage for tax deductions |
| home-office-deduction | Calculate home office tax deduction |
| sales-tax-nexus | Determine sales tax obligations by state |
| depreciation-schedule | Track asset depreciation for tax purposes |
| tax-penalty-calc | Estimate underpayment penalties |
| state-tax-estimator | Estimate state income tax liability |
With Wilson vs Without
Every skill works in two modes:
- With Wilson: Uses Open Accountant tools (
transaction_search,spending_summary,anomaly_detect, etc.) for direct database queries and analysis. - Without Wilson: Provides step-by-step instructions for working with exported CSV files, spreadsheets, or manual data entry. Works in any AI agent.
Pro Skills
Want deeper analysis with chain orchestration, multi-step workflows, and premium tools? Check out Open Accountant Pro.
Contributing
See CONTRIBUTING.md for the skill format spec, quality expectations, and PR process.
License
MIT
Files in the repo
- .claude-plugin
- .github
- business
- paperclip
- personal
- shared
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills
AI video skill for Claude Code & Codex — cinematic product videos with Remotion: 152 shot recipe cards, 209 motion previews, a production-ready template

Open-source SEO + GEO skills for Claude on your real GSC/GA4/ads data. Free MCP: claude mcp add ryze --transport http https://connector.get-ryze.ai/mcp
Eleven free Claude skills that run a LinkedIn account: posts off 21 hook formulas, comments, replies, profile score, weekly plan, and a humanizer that strips the AI fingerprint and scores the draft before it goes out.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Run Claude Design locally as an Agent Skill — Cursor, Claude Code & more. Produce polished UI mockups, prototypes, decks & wireframes as self-contained HTML, without claude.ai/design. Best with Opus 4.8.