Install
openclaw skills install skill-managerManage installed skills lifecycle: suggest by context, track installations, check updates, and cleanup unused.
openclaw skills install skill-managerManage the full lifecycle of installed skills: discovery, installation, updates, and cleanup.
References:
suggestions.md — when to suggest skills based on current tasklifecycle.md — installation, updates, and cleanupComplements:
skill-finder — user-initiated search ("find me a skill for X")skill-manager — proactive lifecycle managementThis skill ONLY:
~/skill-manager/inventory.mdThis skill NEVER:
~/skill-manager/This skill uses npx clawhub commands which download and execute code from ClawHub registry. This is the standard mechanism for skill management. Always review skills before installing.
When working on a task, notice the current context:
This is responding to current context, not tracking patterns.
| Action | Command |
|---|---|
| Install | npx clawhub install <slug> |
| Update | npx clawhub update <slug> |
| Info | npx clawhub info <slug> |
| Remove | npx clawhub uninstall <slug> |
Inventory at ~/skill-manager/inventory.md.
First use: mkdir -p ~/skill-manager
Format:
## Installed
- slug@version — purpose — YYYY-MM-DD
## Declined
- slug — "user's stated reason"
What is tracked:
Why track declined: To avoid re-suggesting skills user already said no to. Only stores what user explicitly stated.