Manages finances across multiple businesses or legal entities. Tracks per-entity transactions, generates P&L summaries, consolidated reports, and exports via transaction_search, spending_summary, and export_transactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:multi-entityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track and report on finances across multiple businesses, LLCs, or legal entities from a single view. Prevents commingling, generates per-entity reports, and provides a consolidated overview.
Track and report on finances across multiple businesses, LLCs, or legal entities from a single view. Prevents commingling, generates per-entity reports, and provides a consolidated overview.
transaction_search — query transactions filtered by entity (using account, tag, or category prefix) to isolate each businessspending_summary — generate per-entity spending summaries for comparisonexport_transactions — export entity-specific transaction sets for accountants or tax filingtransaction_search with the appropriate filter:
spending_summary for each entity over the same period.MULTI-ENTITY SUMMARY — [Period]
═══════════════════════════════════════════════════════
Entity A Entity B Consolidated
(Consulting) (SaaS)
───────────────────────────────────────────────────────
Revenue $45,000 $22,000 $67,000
Expenses ($28,000) ($18,000) ($46,000)
Net Income $17,000 $4,000 $21,000
Net Margin 37.8% 18.2% 31.3%
Cash Balance $32,000 $14,000 $46,000
───────────────────────────────────────────────────────
Inter-Entity Transfers: $2,500 (A → B)
═══════════════════════════════════════════════════════
export_transactions to create separate CSV files per entity for tax preparation.=EntityA!TotalRevenue + EntityB!TotalRevenue.npx claudepluginhub openaccountant/skillsReconciles Venmo CSV exports by classifying personal vs business transactions, flagging ambiguities for review, deduplicating, and importing business ones into Open Accountant.
Categorizes uncategorized bank transactions, matches payments to invoices, verifies bookkeeping entries for freelance or SME accounts via Norman Finance APIs. Use for reconciling accounts or expense categorization.
Guides financial statement preparation, analysis, and plain-language explanation of accounting concepts for small business owners.