uninstall-extension

Uninstall a ClaudeClaw extension by validating, confirming, and removing its directory.

189|60|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/sbusso/claudeclaw --skill uninstall-extension
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall-extension
Source: https://github.com/sbusso/claudeclaw/tree/main/skills/uninstall-extension
Command: npx skills add https://github.com/sbusso/claudeclaw --skill uninstall-extension

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes an installed ClaudeClaw extension, ensuring its files are cleaned up and the system remains stable.

Core Features & Use Cases

  • Validate installation, locate extension directory, and prepare for removal.
  • Read manifest, confirm with the user, and run a potential post-uninstall hook.
  • Remove the extension directory, rebuild the service, and restart.
  • Confirm completion with a final status message.

Quick Start

Run the uninstall command with the target extension name, for example /uninstall slack

Frequently Asked Questions about uninstall-extension

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I uninstall a ClaudeClaw extension safely?

To uninstall a ClaudeClaw extension safely, the tool validates the installation, reads the extension manifest, and asks for user confirmation before deleting the extension directory and rebuilding the service.

What is the best way to remove an extension and restart the ClaudeClaw service?

The best way to remove an extension is to run the uninstall command, which deletes the extension folder and automatically rebuilds and restarts the ClaudeClaw service to ensure system stability.

Does uninstalling a ClaudeClaw extension delete data in the store and groups directories?

Uninstalling a ClaudeClaw extension does not delete data in the store and groups directories; it specifically removes the extension directory while preserving your existing data.

Can I run a post-uninstall hook after removing a ClaudeClaw extension?

Yes, you can run a post-uninstall hook after removing a ClaudeClaw extension, as the uninstall process supports optional hooks that execute after the extension directory is located and validated.

What happens if an extension manifest is missing during the ClaudeClaw uninstall process?

The uninstall process reads the extension manifest to prepare for removal, so a missing manifest will prevent the validation step from completing and halt the uninstallation before user confirmation.