Completely remove Claude Permission Light from this machine.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-permission-light:uninstallThe summary Claude sees in its command listing — used to decide when to auto-load this command
Completely remove Claude Permission Light from this machine.
Run these steps:
1. Stop any running blink process: `${CLAUDE_PLUGIN_ROOT}/bin/camera-blink.sh stop 2>/dev/null || true`
2. Clean up state files: `rm -f ~/.claude-permission-light/blink.pid && rmdir ~/.claude-permission-light 2>/dev/null || true`
3. Clean up temp files: `rm -f /tmp/claude-cam-snap.jpg`
4. Uninstall the plugin: run `claude plugin uninstall claude-permission-light`
5. Tell the user: "Claude Permission Light uninstalled. imagesnap was kept — remove it manually with `brew uninstall imagesnap` if you no longer need it."Completely remove Claude Permission Light from this machine.
Run these steps:
${CLAUDE_PLUGIN_ROOT}/bin/camera-blink.sh stop 2>/dev/null || truerm -f ~/.claude-permission-light/blink.pid && rmdir ~/.claude-permission-light 2>/dev/null || truerm -f /tmp/claude-cam-snap.jpgclaude plugin uninstall claude-permission-lightbrew uninstall imagesnap if you no longer need it."npx claudepluginhub aliarifsoydas/claude-permission-light --plugin claude-permission-light/uninstallPrompts for confirmation, then removes claude-delegator MCP configurations for codex/gemini and ~/.claude/rules/delegator/ directory.
/uninstallPrompts for flow-next uninstall confirmation: chooses partial/full removal, cleans docs automatically, provides manual rm commands for files.
/uninstallRemoves deliberation MCP servers, rules directory, Grok cache, and short command aliases from Claude Code. Runs a single Bash call after user confirmation.
/uninstallCleans VBW traces from Claude Code settings.json, Agent Teams env var, .vbw-planning dir, and CLAUDE.md with per-step user confirmations before plugin uninstall.
/uninstallUninstalls or disables Autonomous-Dev plugin features interactively or via direct options like --disable-hooks, --clean-project, --full-clean, --global. Removes hooks, templates, settings, PROJECT.md, or plugin globally.
/uninstallRemoves iTerm2 tab status adapter from AutoLaunch, Python venv if created by bootstrap, signal files, markers, and locks. Prints cleanup status and restart instructions.