Smart Router Omni
by @e2e5g
Universal smart routing skill that chooses the best installed skill or skill chain across mixed environments, and automatically applies OpenClaw-aware routin...
clawhub install smart-router-omniπ About This Skill
name: smart-router-omni description: Universal smart routing skill that chooses the best installed skill or skill chain across mixed environments, and automatically applies OpenClaw-aware routing when an OpenClaw workspace or skill inventory is detected. Use when the user asks which skill to use, when multiple skills overlap, when the task spans several phases, or when Codex should inspect local skill metadata and environment signals before choosing a route.
Smart Router Omni
Start broad, then specialize. Default to universal routing, and switch into OpenClaw-aware mode when the environment supports it.
Load the right reference
references/scoring-rubric.md before scoring candidates.references/ambiguity-and-fallbacks.md when confidence is weak or constraints are missing.references/environment-detection.md before deciding whether to stay in universal mode or enter OpenClaw mode.references/chain-patterns.md when the request obviously spans several phases.references/research-notes-2026-03.md when you need the design rationale.Workflow
1. Normalize the request into a task card:
- goal
- expected artifact
- domain
- required actions
- constraints
- environment dependencies
2. Detect the environment using references/environment-detection.md:
- universal mode
- OpenClaw-aware mode
3. Scan visible skill roots conservatively:
- read SKILL.md frontmatter first
- inspect agents/openai.yaml only for shortlisted candidates
4. Apply hard filters before ranking:
- missing tools
- missing login or auth
- wrong output type
- platform mismatch
- safety or policy mismatch
5. Score viable candidates with references/scoring-rubric.md.
6. If one skill can finish the task, recommend that skill.
7. If the task spans phases, recommend a short chain using references/chain-patterns.md.
8. If confidence is low, ask compact clarification questions instead of forcing a route.
9. Output:
- recommended skill or chain
- confidence
- why it won
- prerequisites
- fallbacks
- clarifying questions if needed
Routing policy
description over name similarity.Standard output
[Routing Decision]
Mode: universal | openclaw-aware
Request: ...
Recommended skill: ...
Confidence: high | medium | low
Why it fits: ...
Missing checks or prerequisites: ...
Fallbacks: ...
Suggested chain: ...
Clarifying question(s): ...
Guardrails
SKILL.md before shortlisting.Exit condition
Finish with one recommended skill or skill chain, an explicit mode, a confidence level, key reasons, fallbacks, and any blocking unknowns.
Copyright & License
Copyright (c) 2026 ιΎθΎ (Lobster)
All Rights Reserved.
This skill is proprietary and confidential. The source code, algorithms, documentation, and any accompanying materials are protected by copyright law and international treaties.
You may NOT:
You MAY:
For licensing inquiries or custom development, contact the author directly.