ワンクリックで
save-skill
Helps users permanently set up the OpenTax skill on their AI platform so they don't have to load it every time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Helps users permanently set up the OpenTax skill on their AI platform so they don't have to load it every time.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Open-source tax engine. Onboards users, installs the CLI, and routes to the right skill -- preparing a return or reviewing one.
Tax preparer agent that uses the opentax CLI to prepare, validate, and export federal tax returns. Handles W-2s, 1099s, all major schedules, credits, and more.
Tax return reviewer that audits a completed return against source documents using the opentax CLI. Finds discrepancies, missing income, incorrect deductions, and missed credits.
Downloads and installs the opentax CLI binary. Detects OS and architecture automatically.
Generic audit/fix loop. Pass a goal string. Planner subdivides work, auditor/fixer teams run in parallel, loop until 2 consecutive clean cycles.
Autonomous bug-fix loop for any form:year. Reads failing benchmark cases, spawns parallel bug-fixer agents per root cause cluster, validates, commits net-positive fixes, and loops until all pass or stalled.
| name | save-skill |
| description | Helps users permanently set up the OpenTax skill on their AI platform so they don't have to load it every time. |
Help the user set up OpenTax so it's always available in their AI assistant without needing to re-upload the skill file each time.
Ask the user what AI tool they're using, then follow the right instructions below.
Install as a plugin:
# In Claude Code, run:
/plugin marketplace add filedcom/opentax
/plugin install opentax@filedcom-opentax
Once installed, the skills are always available:
/opentax:tax-preparer -- prepare a return/opentax:tax-reviewer -- review a returnClaude on the web supports Projects with custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md as a Project knowledge fileChatGPT supports Custom GPTs and custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md into the "How would you like ChatGPT to respond?" sectionGemini supports Gems (custom agents):
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md into the Gem's instructionsIf using GitHub Copilot CLI:
# Add the plugin marketplace
copilot plugin marketplace add filedcom/opentax
For any other AI assistant that supports system prompts or custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
If the platform doesn't support persistent instructions, the user will need to upload the skill file at the start of each conversation.