uninstall

Remove installed community skills with verification and audit logging.

109|20|Updated Mar 7, 2025
One-click install
npx skills add https://github.com/stakwork/stakgraph --skill uninstall-stakwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/stakwork/stakgraph/tree/main/mcp/skills/legal-builder-hub/uninstall
Command: npx skills add https://github.com/stakwork/stakgraph --skill uninstall-stakwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill safely removes community skills installed through the hub while preventing accidental deletion of first-party plugin skills and preserving an auditable record of the action.

Core Features & Use Cases

  • Installation Verification: Confirms that the requested skill was installed through the community hub before allowing removal.
  • Safety Guardrails: Refuses to remove skills that belong to protected first-party plugins and requires explicit confirmation before deleting files.
  • Audit Logging: Records each completed uninstall action with a timestamp in the installation log.
  • Use Case: Remove an unused community skill while reviewing every path that will be deleted and retaining a clear history of the change.

Quick Start

Use the uninstall skill to remove the named community skill after showing me the files that will be deleted and asking for explicit confirmation.

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I safely remove a community skill and keep an audit trail?

To safely remove a community skill with an audit trail, use a managed uninstall process that verifies the installation log, requires explicit confirmation of deletion paths, and records an uninstall timestamp.

Can I delete first-party plugin skills using a community skill uninstaller?

No, you cannot delete first-party plugin skills using a community skill uninstaller. Safety guardrails explicitly refuse the removal of protected first-party plugins to prevent accidental system modification.

What's the difference between disabling and fully uninstalling a community skill?

Fully uninstalling a community skill permanently deletes its files rather than temporarily disabling it. The uninstall process requires reviewing every deletion path and explicit confirmation before removal.

How does installation log verification work before removing a community skill?

Installation log verification checks that the requested skill was originally installed through the community hub before allowing removal. Starter-pack verification also validates the installation source.

Do I need to confirm file paths before a community skill uninstall?

Yes, you need to confirm file paths before a community skill uninstall. The process requires explicit confirmation of the exact deletion paths to prevent accidental file removal.

Why does my community skill uninstall require starter-pack verification?

Community skill uninstall requires starter-pack verification to confirm the skill was legitimately installed through the legal-builder hub. This prevents unauthorized deletion of skills from unknown sources.