uninstall

uninstall is a command for Claude Code from jarrodwatts/claude-delegator. It costs 17 tokens per session (194 once invoked), scanned C, original, MIT.

A command that removes the claude-delegator setup from Claude Code, including its MCP server configuration and installed rules. MCP is a way for Claude Code to connect to external tools.

In plain words
What is it for?
Use it when uninstalling claude-delegator. It can remove the Codex and Gemini MCP entries and the delegator rules, then report that removal is complete.
Why use it?
It provides a defined cleanup process for removing the add-on's configuration and rules instead of leaving them behind.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Part of the claude-delegator plugin — 2 commands shipped together

Good fit Use it when uninstalling claude-delegator. It can remove the Codex and Gemini MCP entries and the delegator rules, then report that removal is complete.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/jarrodwatts/claude-delegator/uninstall
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jarrodwatts/claude-delegator

Made for: Claude Code.

Or install claude-delegator, the plugin that ships this one along with the rest of its 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for uninstall

README.md
[![agentmods](https://agentmods.dev/badge/commands/jarrodwatts/claude-delegator/uninstall/github.svg)](https://agentmods.dev/commands/jarrodwatts/claude-delegator/uninstall)
Your own site
<a href="https://agentmods.dev/commands/jarrodwatts/claude-delegator/uninstall"><img src="https://agentmods.dev/badge/commands/jarrodwatts/claude-delegator/uninstall/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for uninstall

Your own site · 80×15
<a href="https://agentmods.dev/commands/jarrodwatts/claude-delegator/uninstall"><img src="https://agentmods.dev/badge/commands/jarrodwatts/claude-delegator/uninstall.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 194 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00194
Opus 5 $0.00009 $0.00097
Sonnet 5 $0.00003 $0.00039
Haiku 4.5 $0.00002 $0.00019

Measured 9d ago against content hash 3a640c4a7478, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

uninstall scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf ~/.claude/rules/delegator/
commands/uninstall.md · 42 lines

What it actually says

Uninstall

Remove claude-delegator from Claude Code.

Confirm Removal

Question: "Remove Codex/Gemini MCP configuration and plugin rules?" Options:

  • "Yes, uninstall"
  • "No, cancel"

If cancelled, stop here.

Remove MCP Configuration

claude mcp remove --scope user codex
claude mcp remove --scope user gemini

Remove Installed Rules

rm -rf ~/.claude/rules/delegator/

Confirm Completion

✓ Removed providers from MCP servers
✓ Removed rules from ~/.claude/rules/delegator/

To reinstall: /claude-delegator:setup
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 42 lines · 17 tokens per session scan C 3a640c4a7478

Subscribe to this mod's changes

uninstall is a command published in the GitHub repository jarrodwatts/claude-delegator (996 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 194 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.