Install the reclaude CLI binary for terminal use
Installs the reclaude CLI tool for terminal command execution.
/plugin marketplace add JamieAP/reclaude/plugin install jamieap-reclaude@JamieAP/reclaudeThe user wants to install the reclaude CLI so they can run commands like reclaude status, reclaude events, etc. from their terminal.
Run this command to install reclaude as a uv tool:
uv tool install git+https://github.com/JamieAP/reclaude
This makes the reclaude command available system-wide.
After installing, verify it works:
reclaude --help
reclaude status
If you prefer to use the exact version from your installed plugin:
uv pip install -e ~/.claude/plugins/cache/reclaude/*/
Note: The cache path may vary. Use claude plugin list to find the exact location.