From opentax
Downloads and installs the opentax CLI binary with automatic OS and architecture detection. Provides manual download commands for all platforms.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentax:installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install the `opentax` CLI binary. This is a single binary with no dependencies.
Install the opentax CLI binary. This is a single binary with no dependencies.
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/install.sh | sh
opentax version
If the install script doesn't work (permissions, corporate firewall, etc.), download the binary manually:
| Platform | Command |
|---|---|
| Mac (Apple Silicon) | curl -fL --progress-bar -o /usr/local/bin/opentax https://github.com/filedcom/opentax/releases/latest/download/opentax-macos-arm64 && chmod +x /usr/local/bin/opentax |
| Mac (Intel) | curl -fL --progress-bar -o /usr/local/bin/opentax https://github.com/filedcom/opentax/releases/latest/download/opentax-macos-x64 && chmod +x /usr/local/bin/opentax |
| Linux (x64) | curl -fL --progress-bar -o /usr/local/bin/opentax https://github.com/filedcom/opentax/releases/latest/download/opentax-linux-x64 && chmod +x /usr/local/bin/opentax |
| Linux (ARM) | curl -fL --progress-bar -o /usr/local/bin/opentax https://github.com/filedcom/opentax/releases/latest/download/opentax-linux-arm64 && chmod +x /usr/local/bin/opentax |
| Windows | Download opentax-windows-x64.exe from https://github.com/filedcom/opentax/releases/latest and add to PATH |
Use sudo if /usr/local/bin requires elevated permissions.
To update an existing installation:
opentax update
npx claudepluginhub filedcom/opentax --plugin opentaxOnboards users, installs the OpenTax CLI, and routes to the correct skill for preparing or reviewing federal tax returns.
Installs, updates, or troubleshoots dasel v3 CLI binary using Python script with SHA256 verification, PATH setup, and diagnostics for Linux/macOS/WSL2/Windows.
Detects and installs the native first-plan-engine binary (Rust) on first invocation. Commands that benefit (cochange, hash, ast, index, search) fall back gracefully if the binary is absent, but run 10-100x faster with it.