From tax
Accesses IRS.gov for account transcripts, payment history, notice downloads, and Direct Pay/EFTPS for estimated tax payments. Uses Playwright with ID.me authentication. Designed for tax preparation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tax:app-irs.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (IRS ID.me authentication; headless=False required)
Auth: Playwright + Chrome cookies (IRS ID.me authentication; headless=False required)
Primary URL: https://www.irs.gov
EFTPS URL: https://www.eftps.gov
Configuration: Set ID.me email and Chrome profile in vault/tax/config.md
| Data Type | Navigation Path | Use Case |
|---|---|---|
| Account transcript | IRS.gov → Your Online Account → Tax Records → View Account Transcript | Verify payments applied, check balance, see prior year tax |
| Tax return transcript | IRS.gov → Your Online Account → Tax Records → Tax Return Transcript | Prior year AGI, deductions, and liability for safe harbor |
| Notices and letters | IRS.gov → Your Online Account → Notices | Download CP2000, audit notices, balance due letters |
| Payment history | IRS.gov → Your Online Account → View Tax Account | All payments: withholding, estimated payments, refunds applied |
| Direct Pay | IRS.gov → Make a Payment → Direct Pay | Immediate estimated tax payment using bank account |
Add to vault/tax/config.md:
irs_idme_email: YOUR_IDME_EMAIL
irs_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
eftps_enrolled: true
vault/tax/00_current/payment-log.mdEFTPS requires enrollment (5–7 business days to receive PIN by mail). Once enrolled:
op-quarterly-estimate — verify prior estimated payments on transcript before calculating new paymentop-deadline-watch — confirm payment received and transcript updated; download any new noticesvault/tax/irs/transcripts/ — downloaded account and return transcript PDFsvault/tax/irs/notices/ — downloaded IRS notices and lettersvault/tax/00_current/payment-log.md — confirmation numbers recorded after each Direct Pay submissionCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin tax