← Back to Skills Marketplace
zack-dev-cm

Using Agent Skills Router

by Zakhar Pashkin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install using-agent-skills-router
Description
Route ambiguous agent work to the right skill, command style, and effort level. Use when a task mentions skills, agents, workflows, lifecycle commands, revie...
README (SKILL.md)

Using Agent Skills Router

Use this skill as a lightweight dispatcher. It decides which skill, workflow, or role should handle a request, then keeps the active path proportional to the task.

Routing Workflow

  1. Restate the user goal in one sentence.
  2. Classify the request:
    • tiny: answer or edit directly; avoid ceremony.
    • implementation: choose the most specific build or domain skill.
    • review: choose a review skill or a reviewer persona.
    • ship: choose a lifecycle or release skill.
    • unclear: gather repo context first, then decide.
  3. Select the smallest useful skill set. Prefer one primary skill and at most one support skill.
  4. State the route briefly before executing: Using \x3Cskill> because \x3Creason>.
  5. If no skill matches, continue with normal Codex behavior and say no specialized skill was needed.

Skill Selection Rules

  • Prefer exact domain skills over broad lifecycle skills.
  • Prefer repository-native tools, tests, and docs over generic checklists.
  • Use a lifecycle skill only when the user wants planning, implementation, verification, review, or shipping as a process.
  • Use a high-risk review skill when the task touches security controls, credentials, data deletion, public release, money, production systems, or broad permissions.
  • Avoid stacking skills that repeat the same gate. One clear review path is better than several shallow ones.

Output Shape

For a routing-only answer, return:

Route: \x3Cskill-or-direct>
Reason: \x3Cone sentence>
Next action: \x3Cwhat Codex should do now>

For execution tasks, keep the routing note short and then proceed. Do not create docs or task files unless the user asks or the chosen skill requires durable artifacts.

Anti-Patterns

  • Do not turn small fixes into a full spec-plan-build-review cycle.
  • Do not load long reference files just to decide whether a skill applies.
  • Do not role-play multiple agents when the runtime cannot actually isolate their work.
  • Do not ask the user which skill to use when local context makes the choice clear.
Usage Guidance
This skill appears safe to install as a routing aid. It may influence which other skills the agent chooses for a task, so users should still review any subsequent skill’s permissions or actions before allowing high-impact work.
Capability Analysis
Type: OpenClaw Skill Name: using-agent-skills-router Version: 1.0.0 The skill bundle is a meta-orchestrator designed to help an AI agent select the appropriate sub-skill or workflow based on task complexity and risk. It contains no executable code, network requests, or data exfiltration logic. The instructions in SKILL.md and references/routing-patterns.md actually promote security best practices by explicitly directing the agent to use high-risk review skills when tasks involve credentials, security controls, or production systems.
Capability Assessment
Purpose & Capability
The stated purpose is to route ambiguous agent work to an appropriate skill or direct action, and the provided files consistently support that purpose.
Instruction Scope
The instructions are bounded toward proportional routing: choose the smallest useful skill set, prefer one primary skill, state the route briefly, and continue normally if no specialized skill is needed.
Install Mechanism
There is no install spec, no executable code, no package dependency, and no required binary; the skill is instruction-only.
Credentials
The metadata declares no credentials, environment variables, config paths, OS restrictions, or runtime capabilities, which is proportionate for a routing guide.
Persistence & Privilege
No persistence, background activity, privilege escalation, file mutation, or account access is requested; the skill even advises not creating durable artifacts unless asked or required by a chosen skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install using-agent-skills-router
  3. After installation, invoke the skill by name or use /using-agent-skills-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release from https://github.com/zack-dev-cm/codex-clawhub-skill-pack/releases/tag/v1.0.0.
Metadata
Slug using-agent-skills-router
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Using Agent Skills Router?

Route ambiguous agent work to the right skill, command style, and effort level. Use when a task mentions skills, agents, workflows, lifecycle commands, revie... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Using Agent Skills Router?

Run "/install using-agent-skills-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Using Agent Skills Router free?

Yes, Using Agent Skills Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Using Agent Skills Router support?

Using Agent Skills Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Using Agent Skills Router?

It is built and maintained by Zakhar Pashkin (@zack-dev-cm); the current version is v1.0.0.

💬 Comments