Install
openclaw skills install capability-awarenessEnables OpenClaw agents to discover, recognize, and access documentation for custom skills on demand with zero overhead when inactive.
openclaw skills install capability-awarenessMakes OpenClaw agents aware of custom skills and capabilities. Skills-first approach with on-demand documentation loading. Zero overhead when not in use. Foundation for skill marketplace discovery.
When to use: Skill discovery, capability documentation, agent self-awareness of available tools
What to know:
Repository: https://github.com/pfaria32/openclaw-capability-awareness
Default OpenClaw agents don't know about custom skills you've installed. They need to:
Skills-First Approach:
Add capability cards to agent prompt:
Available Skills:
- token-economy: Model routing and cost optimization
- health-tracking: Apple Health and Strava integration
- memory-system: RAG-based semantic search
Agent reads full SKILL.md when needed.
cd /home/node/.openclaw/workspace
git clone https://github.com/pfaria32/openclaw-capability-awareness.git projects/capability-awareness-system
Skills are documented in workspace/skills/*/SKILL.md. The agent loads these automatically through the AGENTS.md workflow:
## Skills (mandatory)
Before replying: scan <available_skills> <description> entries.
- If exactly one skill clearly applies: read its SKILL.md at <location> with `read`, then follow it.
This is already working! Just add new skills to the workspace/skills directory.
See repository for:
✅ Skills-First approach — Deployed and working 📋 Full Injection design — Documented, not yet implemented
Built to support the emerging OpenClaw skill ecosystem. Simple beats clever.
Implementation options, design decisions, and upgrade path documented in repository.