openclaw/docs/cli/skills.md

26 lines
640 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
summary: "CLI reference for `moltbot skills` (list/info/check) and skill eligibility"
2026-01-15 06:12:54 +00:00
read_when:
- You want to see which skills are available and ready to run
- You want to debug missing binaries/env/config for skills
---
# `moltbot skills`
2026-01-15 06:12:54 +00:00
Inspect skills (bundled + workspace + managed overrides) and see whats eligible vs missing requirements.
Related:
- Skills system: [Skills](/tools/skills)
- Skills config: [Skills config](/tools/skills-config)
- ClawdHub installs: [ClawdHub](/tools/clawdhub)
## Commands
```bash
moltbot skills list
moltbot skills list --eligible
moltbot skills info <name>
moltbot skills check
2026-01-15 06:12:54 +00:00
```