Files
openclaw/docs/cli/skills.md

27 lines
659 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw 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
title: "skills"
2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw skills`
2026-01-15 06:12:54 +00:00
Inspect skills (bundled + workspace + managed overrides) and see whats eligible vs missing requirements.
Related:
2026-01-31 21:13:13 +09:00
2026-01-15 06:12:54 +00:00
- Skills system: [Skills](/tools/skills)
- Skills config: [Skills config](/tools/skills-config)
2026-01-30 21:01:02 +01:00
- ClawHub installs: [ClawHub](/tools/clawhub)
2026-01-15 06:12:54 +00:00
## Commands
```bash
2026-01-30 03:15:10 +01:00
openclaw skills list
openclaw skills list --eligible
openclaw skills info <name>
openclaw skills check
2026-01-15 06:12:54 +00:00
```