From tax
Pulls Profit & Loss, Balance Sheet, and transaction data from QuickBooks Online via Playwright for tax deduction analysis and net income calculations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tax:app-quickbooksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Intuit account login via Playwright + Chrome cookies (headless=False required)
Auth: Intuit account login via Playwright + Chrome cookies (headless=False required)
URL: https://app.qbo.intuit.com
Configuration: Set Intuit email, company ID, and Chrome profile in vault/tax/config.md
| Report | Navigation Path | Tax Use |
|---|---|---|
| Profit & Loss (YTD) | Reports → Profit and Loss → set date range to YTD | Net business income for SE tax and estimated payment |
| Profit & Loss (monthly) | Reports → Profit and Loss → set date range to current month | Monthly deduction review |
| Balance Sheet | Reports → Balance Sheet | Depreciation tracking, loan balances |
| Transaction List | Reports → Transaction List by Date → export CSV | Line-item deduction categorization |
| Expense by Vendor | Reports → Expenses by Vendor Summary | Identify large vendors for 1099-NEC thresholds |
| Bank Reconciliation | Banking → Reconcile | Confirm all expenses are captured |
Add to vault/tax/config.md:
quickbooks_email: YOUR_INTUIT_EMAIL
quickbooks_company_id: YOUR_COMPANY_ID
quickbooks_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
Find company ID in QBO: Settings → Account and Settings → Billing & Subscription (shown in URL as /app/homepage/orgs/{COMPANY_ID})
For estimated tax calculation:
For deduction review:
1099-NEC threshold tracking:
op-deduction-review — pull categorized business expenses for deduction analysisflow-build-estimate — read net SE income for quarterly tax calculationbusiness-pl-review — pull P&L for business performance review (if business plugin installed)vault/tax/00_current/YYYY/qbo-transactions-YYYY-MM.csv — monthly transaction exportvault/tax/00_current/YYYY/qbo-pl-ytd.csv — YTD P&L export for estimated taxnpx claudepluginhub fru-dev3/ai-ready-life --plugin taxCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.