uninstall

uninstall is a skill for Claude Code from daddia/claude-for-strategy. It costs 62 tokens per session (617 once invoked), scanned A, original, MIT.

A removal tool for deleting a community skill that was installed through the hub.

In plain words
What is it for?
It is for fully uninstalling an eligible community skill when disabling it is not enough.
Why use it?
It checks what will be removed, avoids first-party skills, requires confirmation, and records the action.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the strategy-builder-hub plugin — 8 skills, 1 agent shipped together

Good fit It is for fully uninstalling an eligible community skill when disabling it is not enough.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daddia/claude-for-strategy/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.

Any agent
npx skills add daddia/claude-for-strategy --skill uninstall
Clone the repo
git clone --depth 1 https://github.com/daddia/claude-for-strategy

Made for: Claude Code.

Or install strategy-builder-hub, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

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/skills/daddia/claude-for-strategy/uninstall/github.svg)](https://agentmods.dev/skills/daddia/claude-for-strategy/uninstall)
Your own site
<a href="https://agentmods.dev/skills/daddia/claude-for-strategy/uninstall"><img src="https://agentmods.dev/badge/skills/daddia/claude-for-strategy/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/skills/daddia/claude-for-strategy/uninstall"><img src="https://agentmods.dev/badge/skills/daddia/claude-for-strategy/uninstall.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 617 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00062 $0.00617
Opus 5 $0.00031 $0.00309
Sonnet 5 $0.00012 $0.00123
Haiku 4.5 $0.00006 $0.00062

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

Security

Grade A, and why

uninstall scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

strategy-builder-hub/skills/uninstall/SKILL.md · 76 lines

What it actually says

/strategy-builder-hub:uninstall

When to use

Fully remove hub-installed community skill — confirm paths, delete files, log uninstall.

What this skill does not do

  • Does not touch first-party plugins.
  • Does not delete without explicit yes.
  • Does not disable-only — suggest /strategy-builder-hub:disable to keep files.

Preconditions

Input If missing
Skill name Ask
Install log entry Refuse if not recorded
Load skill-manager reference Required before substantive work

Provisional mode

N/A — confirm-before-delete always.

Trust spine

Governance-tracking; install-log audit; built-in plugin refusal.

Workflow

Run the uninstall workflow from the skill-manager reference skill.

Safety rules:

  1. Only uninstall community skills installed through this hub.
  2. Never uninstall first-party plugin skills.
  3. Confirm before removing files — show every path; proceed only on explicit yes.
  4. Log the uninstall to install-log.yaml.

If the user wants to keep files, suggest /strategy-builder-hub:disable instead.

Detailed workflows live in the skill-manager reference skill.

Worked example

Input: uninstall old-scan — in install log, not first-party.

Expected output: Deletion paths listed; user types yes; files removed; log entry uninstall.

Propose profile update

When a stable convention surfaces during this run (thresholds, naming, tone, output format, or recurring corrections), propose a profile update: show the exact diff against ~/.claude/plugins/config/claude-for-strategy/strategy-builder-hub/CLAUDE.md (org-wide facts go to org-profile.md), ask for confirmation, and write only on yes. Only /strategy-builder-hub:practice-setup auto-applies a full profile write.

Outputs

Follows plugin CLAUDE.md § Outputs. Next: registry-browser for replacement skill, or done.

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. 5d ago First seen · 76 lines · 62 tokens per session scan A c9ed94571a47

Subscribe to this mod's changes

uninstall is a skill published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 62 tokens to every session and 617 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

claude-session

Find and inspect local Claude Code conversations by session GUID, title, phrase, or recent activity. Use when the user runs /claude-session, asks what Claude Code work they have been doing lately, says a Claude Code conversation died, ran out of context, crashed, or exhausted usage, wants to resume a named…

stewartcelani/skills · 80 tokens

whatsapp

Send WhatsApp text or media with the local wacli linked-device CLI when the user invokes /whatsapp or explicitly asks to send a WhatsApp message.

stewartcelani/skills · 35 tokens

herdr

Control Herdr, a terminal multiplexer for coding agents, via the herdr CLI. Works from inside a Herdr pane and from outside (SSH, Claude Desktop, Cursor, ChatGPT, local shells) as long as the CLI can reach the Herdr session. Use when the user mentions Herdr or asks to inspect/control panes, tabs, workspaces, commands…

stewartcelani/skills · 102 tokens

newsjack-detector

Monitor current news and reaction signals, then decide which are credible newsjacking opportunities for a client. Uses the local monitoring engine for evidence, but the skill owns PR judgment, brand safety, standing, decay, angle fit, and handoff.

elvisun/newsjack · 54 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens