Splits a single transaction across multiple categories with custom amounts or percentages. Validates totals match original and creates child entries. Useful for mixed-purpose purchases like Costco trips with groceries, supplies, electronics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:smart-splitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Split one transaction into multiple category allocations. Useful for mixed-purpose purchases like a Costco trip that includes groceries, household supplies, and electronics — or a business meal that's partially deductible.
Split one transaction into multiple category allocations. Useful for mixed-purpose purchases like a Costco trip that includes groceries, household supplies, and electronics — or a business meal that's partially deductible.
transaction_search — find the transaction to splitcategorize — assign categories to the resulting split entriestransaction_search to find and confirm the target transaction.To split transactions manually in a spreadsheet:
| Date | Description | Amount | Category |
|---|---|---|---|
| 2025-03-15 | COSTCO (Groceries) | -50.00 | Groceries |
| 2025-03-15 | COSTCO (Household) | -30.00 | Household |
| 2025-03-15 | COSTCO (Electronics) | -20.00 | Electronics |
=SUMIF(B:B,"COSTCO*",C:C) should equal the original -$100.00.split: true flag so reports can show either the consolidated or split view.npx claudepluginhub openaccountant/skillsCreates zero-based budgets assigning every dollar of income to needs, wants, savings, or debt categories using spending_summary and transaction_search tools. Analyzes patterns and suggests reallocations for zero balance.
Generates detailed expense reports with category breakdowns, top vendors, trends, insights, and period comparisons from Norman Finance transactions.
Creates or overhauls a personal/household budget using zero-based and 50/30/20 methods. Guides users through income calculation, expense tracking, and savings prioritization.