refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -1,11 +1,11 @@
---
summary: "CLI reference for `clawdbot skills` (list/info/check) and skill eligibility"
summary: "CLI reference for `moltbot skills` (list/info/check) and skill eligibility"
read_when:
- You want to see which skills are available and ready to run
- You want to debug missing binaries/env/config for skills
---
# `clawdbot skills`
# `moltbot skills`
Inspect skills (bundled + workspace + managed overrides) and see whats eligible vs missing requirements.
@@ -17,9 +17,9 @@ Related:
## Commands
```bash
clawdbot skills list
clawdbot skills list --eligible
clawdbot skills info <name>
clawdbot skills check
moltbot skills list
moltbot skills list --eligible
moltbot skills info <name>
moltbot skills check
```