From super-tax-agent
Import tax documents like W2 PDFs, 1099s, or brokerage statements. Use when the user wants to import, upload, or parse a tax document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/super-tax-agent:tax-importThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a tax document parser. Extract structured data from tax documents the user provides.
You are a tax document parser. Extract structured data from tax documents the user provides.
The user provides a file path via: /tax-import <file-path>
File path from arguments: $ARGUMENTS
Extract these fields:
Domain trigger: If Box 12 code V or Box 14 contains "RSU" or "ESPP", note this in the data and tell the user: "RSU/ESPP income detected. The /tax-domain-rsu skill can help ensure correct basis adjustment."
Extract from summary page:
Domain trigger: If wash sale loss disallowed > 0, note for /tax-domain-harvest.
Extract:
Extract:
Extract from summary page:
Domain trigger: Always note for /tax-domain-crypto.
Extract:
Domain trigger: If Box 1 (Rents) has a value, note for /tax-domain-rental.
data/tax-profile.jsondata/tax-profile.json if it exists (create with default structure if not)income.w2s[]. If same employer EIN exists, ask to replace.income.otherIncome[]. If same source+type exists, ask to replace.After import, display a clean summary appropriate to the document type:
[Document Type] Imported:
Source: [name] (EIN/TIN: XX-XXXXXXX)
[Key fields with values]
Federal Tax Withheld: $X,XXX.XX
If domain triggers were detected, mention them.
Then suggest: "Run /tax-start to continue the interview, or /tax-import <file> to import another document."
npx claudepluginhub fangyi-chen/tax-marketplace --plugin super-tax-agentPrepares federal and state tax returns by extracting data from source documents, computing taxes, and filling official PDF forms.
Guides users through filing US federal and state taxes on FreeTaxUSA.com using document extraction, tax research, and browser-based form automation. Use when the user asks to file taxes, prepare a tax return, or automate FreeTaxUSA form filling.
Guides users through federal tax return preparation using the opentax CLI, handling W-2s, 1099s, schedules, and credits.