capability-match
/install capability-match
Capability Match
Intelligent skill routing for OpenClaw - automatically discovers your installed skills and recommends the perfect one for any task.
Usage
Simply describe what you want to do:
Use capability match to: "create a PowerPoint presentation from sales data"
Or directly:
"capability-match: extract text from this PDF and summarize it"
What It Does
- Discovers all installed skills from your
skills/directory - Analyzes each skill's capabilities from its SKILL.md
- Matches your natural language request to the most relevant skills
- Recommends top 3 options with reasoning
Features
- ✅ Automatic skill discovery - scans
skills/directory - ✅ Smart matching - understands intents, not just keywords
- ✅ Ranked recommendations - with confidence scores
- ✅ Zero config - works out of the box
- ✅ Lightweight - pure Node.js, no external dependencies
Commands
The matcher recognizes these trigger phrases:
use capability-match to [task]capability-match: [task]what skill should i use for [task]recommend a skill for [task]
Requirements
- OpenClaw with skills directory at
~/.openclaw-autoclaw/skills/ - Node.js 18+
Configuration
Optional environment variables:
CAPABILITY_MATCH_THRESHOLD- Minimum confidence score (default: 30)CAPABILITY_MATCH_MAX_RESULTS- Max recommendations (default: 3)
Ready to intelligently route your requests? Just ask: "capability-match: [your task]"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install capability-match - After installation, invoke the skill by name or use
/capability-match - Provide required inputs per the skill's parameter spec and get structured output
What is capability-match?
AI-powered skill router that analyzes your request and recommends the best installed skill for the job. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.
How do I install capability-match?
Run "/install capability-match" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is capability-match free?
Yes, capability-match is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does capability-match support?
capability-match is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created capability-match?
It is built and maintained by Viratkumar123 (@viratkumar123); the current version is v1.0.0.