From tax
Accesses TurboTax Online to download prior year return PDFs and retrieve current year filing status, estimated refund, and key tax metrics (AGI, total deductions). Used for document sync and safe harbor AGI retrieval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tax:app-turbotax.portalThe 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)
Auth: Intuit account login via Playwright + Chrome cookies (headless=False)
URL: https://turbotax.intuit.com (online version)
Configuration: Set Intuit email and Chrome profile in vault/tax/config.md
| Data Type | Navigation Path | Use |
|---|---|---|
| Prior year returns (PDF) | My TurboTax → Tax Home → [Year] → Download/Print → Full return PDF | Annual return archive; prior year AGI for safe harbor |
| Filing status | Tax Home | Current year filing status: Not started / In progress / Filed |
| Estimated refund/amount due | Current year return → Continue → summary screen | Current year tax position estimate |
| AGI (prior year) | Prior year return PDF → Form 1040, line 11 | Required for 110% safe harbor rule |
| Prior year total tax | Prior year return PDF → Form 1040, line 24 | Required for safe harbor quarterly estimate |
| Imported documents | Wages & Income section → imported W-2, 1099s | Which documents TurboTax has auto-imported (cross-reference with vault checklist) |
Add to vault/tax/config.md:
turbotax_email: YOUR_INTUIT_EMAIL
turbotax_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
If the user files with a CPA instead of TurboTax, the prior year return PDF can be obtained directly from the CPA and placed in vault/tax/01_prior/YYYY/ — the IRS skill's transcript download is an alternative source for key figures (prior year AGI, prior year tax liability).
After filing (or receiving the filed return from CPA), download the complete return PDF:
vault/tax/01_prior/YYYY/1040-YYYY-complete.pdfvault/tax/01_prior/YYYY/state-return-YYYY.pdfFrom the prior year return PDF (Form 1040):
op-document-sync — download completed return PDFs for archive and future referenceflow-build-estimate — read prior year AGI (line 11) and total tax (line 24) for safe harbor calculationvault/tax/01_prior/YYYY/1040-YYYY-complete.pdf — complete federal return PDFvault/tax/01_prior/YYYY/state-return-YYYY.pdf — state return PDFvault/tax/config.md — updated with prior year AGI and total tax after download (manual update prompt)npx 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.