← Back to Skills Marketplace
441
Downloads
1
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install skill-router
Description
Route the current task to the most relevant installed skill, and only suggest new skills when existing ones are not enough. Use when the user asks things lik...
Usage Guidance
This skill is internally consistent and low-risk: it only inspects installed skills and uses its bundled guidance to recommend reuse vs discovery. Before installing, confirm you trust the agent environment (installed skills the router will inspect) and that companion skills it references (e.g., find-skills, skill-vetter) are present and trustworthy. If you want stronger control, restrict whether the agent can autonomously invoke routing or discovery flows, or test the router in a non-production workspace to validate its recommendations.
Capability Analysis
Type: OpenClaw Skill
Name: skill-router
Version: 0.1.0
The skill-router bundle is a collection of Markdown-based instructions and reference guides designed to help an AI agent efficiently manage and select between installed skills. It contains no executable code and its instructions prioritize the use of existing, verified skills over the discovery of new ones, explicitly recommending a safety gate (skill-vetter) for any third-party additions. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found across files like SKILL.md or the references directory.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the skill's job is to pick the best installed skill or suggest discovery only when necessary. It does not claim capabilities (network, cloud, etc.) that would require additional credentials or binaries.
Instruction Scope
Runtime guidance confines the agent to inspecting the current installed skill set, consulting bundled reference docs, and recommending discovery flows (e.g., find-skills, skill-vetter) when appropriate. It does not instruct reading unrelated system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no bundled code — instruction-only. This minimizes on-disk code execution risk and matches the described low-presence role.
Credentials
The skill requests no environment variables, credentials, or config paths. Its runtime behavior (inspect installed skills and local reference docs) is proportional to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or permanent presence. Autonomous invocation is allowed by default on the platform but is not a unique privilege of this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-router - After installation, invoke the skill by name or use
/skill-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
First public release: capability-first skill routing, reuse-first behavior, discovery flow via find-skills, and vetting of unfamiliar third-party candidates.
Metadata
Frequently Asked Questions
What is Skill Router?
Route the current task to the most relevant installed skill, and only suggest new skills when existing ones are not enough. Use when the user asks things lik... It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.
How do I install Skill Router?
Run "/install skill-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Router free?
Yes, Skill Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Router support?
Skill Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Router?
It is built and maintained by Yuzc-001 (@yuzc-001); the current version is v0.1.0.
More Skills