← All plugins
openaccountant-skills
v0.2.0Open Accountant financial skills — P&L reports, budgeting, tax prep, debt payoff, and more for AI agents
Claude Code
49updated 4 months ago
Source
git clone https://github.com/openaccountant/skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
openaccountant-skills/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "openaccountant-skills",
"description": "Open Accountant financial skills — P&L reports, budgeting, tax prep, debt payoff, and more for AI agents",
"version": "0.2.0",
"skills": [
"personal",
"business",
"shared"
],
"platforms": [
"claude-code",
"cursor",
"openai-codex",
"gemini-cli",
"github-copilot",
"pi",
"opencode",
"kiro",
"trae",
"rovo-dev",
"paperclip",
"wilson"
]
}