From claude-wait-rate
Uninstall claude-wait-rate — removes the fetch interceptor from settings
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-wait-rate:wait-rate-uninstallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the uninstall script to remove the rate-limit retry interceptor:
Run the uninstall script to remove the rate-limit retry interceptor:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/uninstall.sh"
This script will:
--import entry from NODE_OPTIONS in ~/.claude/settings.jsonANTHROPIC_BASE_URL proxy settingsAfter uninstall, restart Claude Code for the changes to take effect.
If Claude Code is broken and you can't run commands, use the repair script directly:
bash /path/to/claude-wait-rate/scripts/repair.sh
npx claudepluginhub sirhall/claude-wait-rate --plugin claude-wait-rateUninstalls Pith from Claude Code: removes hooks, slash commands (/pith, /budget, /focus), and cleans settings.json pith entries. Preserves ~/.pith/state.json unless full wipe requested.
Removes the yet-another-statusline statusLine config from settings.json and deletes runtime state. Run before or after `claude plugin uninstall yas` to fully disable the statusline.
Removes an installed ClaudeClaw extension by validating, reading manifest, confirming, running post-uninstall hooks, deleting the extension directory, rebuilding, and restarting.