uninstall

Remove community hub skills with confirmation and audit logging.

Updated May 28, 2026
One-click install
npx skills add https://github.com/gtgspot/clegal --skill uninstall-gtgspot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/gtgspot/clegal/tree/main/legal-builder-hub/skills/uninstall
Command: npx skills add https://github.com/gtgspot/clegal --skill uninstall-gtgspot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uninstall a community skill that was installed via the hub. Confirms before deleting files, refuses to touch first-party plugin skills, and logs every action. Use when the user wants to fully remove a community skill ("uninstall [skill]", "remove this skill") rather than just disable it.

Core Features & Use Cases

  • Confirms before deleting skill files to prevent accidental loss.
  • Refuses to touch first-party plugin skills to protect core functionality.
  • Logs every uninstall action to an audit trail for compliance.

Quick Start

Run the uninstall workflow against the named skill to remove it from the hub.

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I safely uninstall a community skill from the hub?

To safely uninstall a community skill, you run the removal workflow against the named skill. The system prompts for confirmation before deleting files and logs the action to install-log.yaml for audit compliance.

Can I remove first-party plugin skills using the uninstall workflow?

No, you cannot remove first-party plugin skills. The uninstall workflow explicitly refuses to touch first-party plugins to protect core functionality and only targets community skills installed through the hub.

Does uninstalling a community skill create an audit log?

Yes, uninstalling a community skill creates an audit log. Every removal action is automatically recorded in install-log.yaml, ensuring compliance and providing a traceable history of deleted skills.

What is the difference between disabling and fully removing a community skill?

Fully removing a community skill deletes the files entirely after confirmation, whereas disabling only turns it off. Use the uninstall workflow when you want to completely erase the skill and log the deletion.

How does the confirmation process work when removing community skills?

The confirmation process prompts you before deleting any skill files to prevent accidental loss. This safety check ensures you explicitly approve the removal of the community skill before the action is executed and logged.