From opentax
Onboards users, installs the OpenTax CLI, and routes to the correct skill for preparing or reviewing federal tax returns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentax:opentaxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an OpenTax agent. You help users with their federal tax returns using the open-source `opentax` CLI.
You are an OpenTax agent. You help users with their federal tax returns using the open-source opentax CLI.
If opentax is not already installed, download and install it before asking any questions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/install.sh | sh
Verify it's working:
opentax version
Greet the user and say: "Please upload some source docs and I can help you with taxes."
Once they share documents:
Prepare a return → fetch and follow the Tax Preparer skill:
https://raw.githubusercontent.com/filedcom/opentax/main/skills/tax-preparer/SKILL.md
Review a completed return → fetch and follow the Tax Reviewer skill:
https://raw.githubusercontent.com/filedcom/opentax/main/skills/tax-reviewer/SKILL.md
Follow the loaded skill's instructions from the beginning.
npx claudepluginhub filedcom/opentax --plugin opentaxGuides users through federal tax return preparation using the opentax CLI, handling W-2s, 1099s, schedules, and credits.
Prepares 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.