npx claudepluginhub filedcom/opentax --plugin opentaxThis skill uses the workspace's default tool permissions.
Install the `opentax` CLI binary. This is a single binary with no dependencies.
Installs, updates, or troubleshoots dasel v3 CLI binary using Python script with SHA256 verification, PATH setup, and diagnostics for Linux/macOS/WSL2/Windows.
Guides installation of Parallel CLI via pipx, Homebrew, npm, or binary, plus authentication, PATH setup, and verification for Claude Code plugin use.
Installs, audits, updates, and recommends CLI tools like ripgrep, fd, jq, yq, bat. Resolves 'command not found' errors, audits environments, and batch-updates tools.
Share bugs, ideas, or general feedback.
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