🗑️
AutomationTypeScript

Uninstall Extension

by sbusso

Uninstall Extension is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Uninstall Extension
Copy Uninstall Extension into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/uninstall-extension ~/.claude/skills/uninstall-extension

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/uninstall-extension/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/uninstall-extension
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Uninstall Extension does

Uninstall Extension removes an installed ClaudeClaw extension after confirmation. It runs any post-uninstall hook, deletes the extension files, rebuilds, and restarts the service while preserving stored data.

Uninstall Extension is cataloged under Automation on DirSkills. Uninstall Extension comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Uninstall Extension

Remove an installed ClaudeClaw extension.

Usage

/uninstall slack
/uninstall triage

Flow

1. Validate

EXTENSION_NAME="${1}"
EXT_DIR="extensions/claudeclaw-${EXTENSION_NAME}"
[ ! -d "$EXT_DIR" ] && echo "Extension claudeclaw-${EXTENSION_NAME} is not installed." && exit 1

2. Read manifest

cat "$EXT_DIR/manifest.json"

3. Confirm with user

AskUserQuestion: "Uninstall claudeclaw-? This will remove its skills, agents, and agent skills. The extension's data (groups, messages) is preserved."

4. Run post-uninstall hook

If manifest.json has hooks.postUninstall:

chmod +x "$EXT_DIR/hooks/uninstall.sh"
bash "$EXT_DIR/hooks/uninstall.sh" "$(git rev-parse --show-toplevel)"

This is the opening of the README. Read the full README on GitHub.

Commands Uninstall Extension provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /uninstall

Frequently asked about Uninstall Extension

  • What else does sbusso publish alongside Uninstall Extension?

    Uninstall Extension is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Uninstall Extension does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Uninstall Extension compare to other Automation skills?

    Uninstall Extension ranks #1830 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Uninstall Extension against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Uninstall Extension is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills