mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
- skills/omniroute-routing/SKILL.md: combos, 14 strategies, Auto-combo, simulate routing, MCP tools for routing - skills/omniroute-compression/SKILL.md: RTK, Caveman, stacked mode, MCP accessibility filter, language packs - skills/omniroute-monitoring/SKILL.md: health, circuit breakers, p50/p95/p99 metrics, quota, budget guard, MCP audit - src/shared/constants/agentSkills.ts: single source of truth for all 13 external agent skills (equivalent of 9route skills.js, adapted) - dashboard/skills/page.tsx: new "AI Skills" tab with copy-button UX, GitHub link, NEW badge for 3 new skills - skills/omniroute/SKILL.md + README.md: updated index with 13 skills (was 10); 5 skills exclusive to OmniRoute highlighted
OmniRoute AI Agent Skills
Drop-in skills that let any AI agent (Claude Desktop, ChatGPT, Cursor, Cline, Continue, etc.) consume OmniRoute via OpenAI-compatible REST in one fetch.
How agents use these
User to agent: "Use OmniRoute for code-gen. Fetch this URL and follow it:
https://raw.githubusercontent.com/diegosouzapw/OmniRoute/main/skills/omniroute/SKILL.md"
The agent retrieves the manifest, sees the setup + endpoints, and routes calls
through $OMNIROUTE_URL/v1/... with Authorization: Bearer $OMNIROUTE_KEY.
Skills index
| Capability | Manifest |
|---|---|
| Entry point + setup | omniroute/SKILL.md |
| Chat / code-gen | omniroute-chat/SKILL.md |
| Image generation | omniroute-image/SKILL.md |
| Text-to-speech | omniroute-tts/SKILL.md |
| Speech-to-text | omniroute-stt/SKILL.md |
| Embeddings | omniroute-embeddings/SKILL.md |
| Web search | omniroute-web-search/SKILL.md |
| Web fetch (URL→markdown) | omniroute-web-fetch/SKILL.md |
| MCP server (37 tools) | omniroute-mcp/SKILL.md |
| A2A protocol | omniroute-a2a/SKILL.md |
| Routing & combos | omniroute-routing/SKILL.md |
| Token compression | omniroute-compression/SKILL.md |
| Monitoring & health | omniroute-monitoring/SKILL.md |
Format
Each SKILL.md follows the Anthropic skill manifest spec with YAML frontmatter
(name, description) and a self-contained markdown body: setup, endpoints,
examples, and error codes. Assume the reader is an agent with no prior context.
Skills exclusive to OmniRoute
These 5 skills have no equivalent in other AI routers:
omniroute-mcp— 37 MCP tools (memory, skills, providers, routing, compression) over SSE/stdio/HTTPomniroute-a2a— 5 A2A skills (smart-routing, quota, discovery, cost, health) via JSON-RPC 2.0omniroute-routing— create/configure combos, 14 strategies, Auto-combo scoring, fallback chainsomniroute-compression— RTK + Caveman + stacked mode + MCP accessibility filter (60–90% token savings)omniroute-monitoring— circuit breakers, p50/p95/p99 latency, budget guard, MCP audit log