uninstall

uninstall is a skill for Claude Code, Codex from ApurvBazari/claude-plugins. It costs 34 tokens per session (853 once invoked), scanned A, original, MIT.

A user-invoked command for removing the notify plugin's notification hooks and configuration. It can handle installations shared across the computer or stored in the current project.

In plain words
What is it for?
Use it to uninstall notify from the global configuration, the current project, or both, after confirmation.
Why use it?
It removes notify-related setup while preserving unrelated hooks and settings.

Skill for Claude CodeCodex

Part of the notify plugin — 3 skills shipped together

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.

agentmods
npx agentmods add skills/apurvbazari/claude-plugins/uninstall
Any agent
npx skills add ApurvBazari/claude-plugins --skill uninstall
Clone the repo
git clone --depth 1 https://github.com/ApurvBazari/claude-plugins

Made for: Claude Code, Codex.

Or install notify, the plugin that ships this one along with the rest of its 3 skills.

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/apurvbazari/claude-plugins/uninstall.svg)](https://agentmods.dev/skills/apurvbazari/claude-plugins/uninstall)
Your own site
<a href="https://agentmods.dev/skills/apurvbazari/claude-plugins/uninstall"><img src="https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/uninstall.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 853 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.00853
Opus 5 $0.00017 $0.00426
Sonnet 5 $0.00007 $0.00171
Haiku 4.5 $0.00003 $0.00085

Measured 4d ago against content hash dd8184e8b50a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

notify/skills/uninstall/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Uninstall Skill — Remove Notification Setup

You are running the notify uninstall skill. This cleanly removes all notification hooks, scripts, and config files installed by the notify plugin.


Step 1: Detect Install Scope

Check both locations for notify artifacts:

  1. Global: ~/.claude/hooks/notify.sh, ~/.claude/notify-config.json
  2. Project: $PWD/.claude/hooks/notify.sh, $PWD/.claude/notify-config.json

If found in both:

I found notify installed in two locations:

  • Global (~/.claude/)
  • This project ($PWD/.claude/)

Which would you like to uninstall?

  1. Global only
  2. This project only
  3. Both

If found in one location, proceed with that location. Set BASE_DIR accordingly.

If not found in either:

No notify installation found. Nothing to uninstall.

Stop.


Step 2: Confirm

This will remove:

  • $BASE_DIR/hooks/notify.sh — the notification script
  • $BASE_DIR/notify-config.json — your notification preferences
  • Hook entries in $BASE_DIR/settings.json that reference notify.sh

Your other hooks and settings will not be affected.

Proceed with uninstall?

Wait for confirmation. If declined, stop.


Step 3: Remove Hook Entries from settings.json

Read $BASE_DIR/settings.json. Remove only hook entries whose command field contains notify.sh. Preserve all other hooks and settings.

For each hook event (Stop, Notification, SubagentStop):

  • If the hooks array for that event contains a notify hook, remove that specific entry
  • If the hooks array becomes empty after removal, remove the empty array key
  • If the hooks object becomes empty, remove it

Write the updated settings.json back.


Step 4: Delete Notify Files

rm -f "$BASE_DIR/hooks/notify.sh"
rm -f "$BASE_DIR/notify-config.json"

If $BASE_DIR/hooks/ directory is now empty, remove it:

rmdir "$BASE_DIR/hooks" 2>/dev/null || true

Step 5: Verify

Read $BASE_DIR/settings.json and confirm no notify hooks remain.

Read the full file on GitHub · 98 lines

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. 4d ago First seen · 98 lines · 34 tokens per session scan A dd8184e8b50a

Subscribe to this mod's changes

uninstall is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 28d ago), licensed MIT. It adds 34 tokens to every session and 853 once invoked, about $0.0002 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-08-31.