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]"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install capability-match - 安装完成后,直接呼叫该 Skill 的名称或使用
/capability-match触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
capability-match 是什么?
AI-powered skill router that analyzes your request and recommends the best installed skill for the job. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。
如何安装 capability-match?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install capability-match」即可一键安装,无需额外配置。
capability-match 是免费的吗?
是的,capability-match 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
capability-match 支持哪些平台?
capability-match 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 capability-match?
由 Viratkumar123(@viratkumar123)开发并维护,当前版本 v1.0.0。