⚡ Level 8: Skills — Workspace

Skills are the AI's capabilities. Each skill is a folder with a SKILL.md and executable code.

Checking...
Step 1
Count skill directories
ls ~/.openclaw/workspace/skills/ | wc -l
Step 2
Count SKILL.md files
find ~/.openclaw/workspace/skills -name SKILL.md | wc -l
Step 3
Example: check npr-hub skill
ls ~/.openclaw/workspace/skills/npr-hub/
💡 Why this matters:
Need 5+ skills to pass this level. Each skill is a self-contained tool: a SKILL.md (instructions), code (execution), and optionally HTML (UI). Skills are discovered by OpenClaw and made available as tools. The NPR Hub itself is a skill.
Terminal — click ▶ Run above or type manually