Add clawhub uninstall <slug> command #128

Closed
opened 2026-02-15 17:15:50 -05:00 by yindo · 0 comments
Owner

Originally created by @jerryTheLobster on GitHub (Feb 11, 2026).

Problem

There's no way to uninstall a skill via the CLI. clawhub list shows installed skills (from the lockfile), but there's no corresponding uninstall command to remove them.

Currently you have to manually:

  1. rm -rf skills/<slug>
  2. Edit .clawhub/lock.json to remove the entry

For a tool that installs arbitrary code into an agent's workspace, a clean uninstall path seems like table stakes.

Proposed Solution

clawhub uninstall <slug>

Should:

  • Remove skills/<slug>/ directory
  • Remove the entry from .clawhub/lock.json
  • Confirm what was removed

Environment

  • clawhub v0.5.0
  • OpenClaw on Linux
Originally created by @jerryTheLobster on GitHub (Feb 11, 2026). ## Problem There's no way to uninstall a skill via the CLI. `clawhub list` shows installed skills (from the lockfile), but there's no corresponding `uninstall` command to remove them. Currently you have to manually: 1. `rm -rf skills/<slug>` 2. Edit `.clawhub/lock.json` to remove the entry For a tool that installs arbitrary code into an agent's workspace, a clean uninstall path seems like table stakes. ## Proposed Solution ```bash clawhub uninstall <slug> ``` Should: - Remove `skills/<slug>/` directory - Remove the entry from `.clawhub/lock.json` - Confirm what was removed ## Environment - clawhub v0.5.0 - OpenClaw on Linux
yindo closed this issue 2026-02-15 17:15:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#128