Free & open source
44 financial skills for any AI agent
Tax prep, budgeting, cash flow, P&L, and more. Install in seconds. Works with Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, Pi, OpenCode, Kiro, Trae, Rovo Dev, Wilson, and any agent that supports SKILL.md.
$ npx skills add openaccountant/skillsInstall in your agent
Choose your AI agent and follow the steps below.
Claude Code
Anthropic's CLI for Claude.
$ cp -r skills/ .claude/skills/$ claude "Run the tax prep skill"Discovers from .claude/skills/ in project or ~/.claude/skills/ globally.
Cursor
AI code editor by Anysphere. Requires Nightly with Agent Skills enabled.
$ cp -r skills/ .cursor/skills/$ Ask Cursor to run a skill from the sidebarCascading discovery: .cursor/skills/ → .agents/skills/ → .claude/skills/ → .codex/skills/.
OpenAI Codex
OpenAI's CLI coding agent.
$ cp -r skills/ .agents/skills/$ codex "Run the cash flow forecast skill"Discovers from .agents/skills/ in project and parent directories up to the repo root.
Gemini CLI
Google's terminal agent for Gemini.
$ cp -r skills/ .gemini/skills/$ gemini "Run the spending review skill"Discovers from .gemini/skills/. Enable Skills in Gemini CLI settings.
GitHub Copilot
AI coding assistant in VS Code and CLI.
$ cp -r skills/ .agents/skills/$ Ask Copilot to run a financial skillDiscovers from .github/skills/, .agents/skills/, and .claude/skills/ (cascade).
Pi
Open-source terminal coding agent by badlogic.
$ pi install git:github.com/openaccountant/skills"Run the subscription audit skill"Discovers from ~/.pi/agent/skills/. Also reads .agents/skills/ as fallback.
OpenCode
Open-source AI coding agent for the terminal.
$ cp -r skills/ .opencode/skills/"Run the quarterly taxes skill"Discovers from .opencode/skills/, .agents/skills/, and .claude/skills/ (cascade).
Kiro
AI-powered IDE.
$ cp -r skills/ .kiro/skills/$ Ask Kiro to run a financial skillDiscovers from .kiro/skills/ in the project directory.
Trae
AI coding assistant with international and China editions.
$ cp -r skills/ .trae/skills/$ Ask Trae to run a financial skillInternational: .trae/skills/. China edition: .trae-cn/skills/.
Rovo Dev
Atlassian's AI development agent.
$ cp -r skills/ .rovodev/skills/$ Ask Rovo to run a financial skillDiscovers from .rovodev/skills/ in project or ~/.rovodev/skills/ globally.
OpenClaw
Open-source AI assistant with multi-channel chat.
$ openclaw skill add openaccountant/wilson"Audit my subscriptions and find savings"OpenClaw discovers Wilson via .well-known/agents.json. Skills execute through Wilson's agent loop.
Wilson CLI
Open Accountant's native CLI with built-in financial tools.
$ wilson skills install openaccountant/skills$ /skill tax-prepDiscovers from ~/.openaccountant/skills/. Uses transaction_search, categorize, spending_summary, etc.
What's included
Personal Finance
12 skillssubscription-auditdebt-payoffnet-worthemergency-fundspending-reviewzero-based-budgetBusiness & Freelancer
18 skillsprofit-losscash-flow-forecastinvoice-agingcontractor-trackingrunway-calculatorpricing-optimizerShared
14 skillstax-prepquarterly-taxessmart-categorizeimport-transactionsmonthly-digestexpense-optimizerWant more? Browse the marketplace.
The 44 open-source skills are just the start. The marketplace has premium skills for tax tracking, rental properties, contractor management, and more.
Works with or without Wilson
Every skill works in two modes.
With Wilson
Uses dedicated tools like transaction_search, categorize, and spending_summary for direct database queries. Fast, accurate, automated.
Without Wilson
Step-by-step instructions with CSV export paths, spreadsheet formulas, and manual steps. Works in any AI agent — Claude, ChatGPT, Perplexity, or even a spreadsheet.
Your AI already knows finance.
Install the skills, ask a question, and let your agent handle the rest. Free, open source, MIT licensed.