Files
9router/skills
luulam 7e45ead2ac Merge remote-tracking branch 'origin/master' into gitea/feature/end
Resolved conflicts taking origin/master (v0.5.55) as canonical, with local
features re-applied:
- runtime log level (LOG_LEVEL env + dashboard Settings → Logging, applied
  immediately and persisted across restarts)
- free/noAuth provider enable/disable toggle via providerStrategies.enabled
- parallel model testing (Test All Models / Test Selected Keys)
2026-08-17 00:38:31 +07:00
..
2026-05-07 15:45:09 +07:00
2026-05-07 15:45:09 +07:00
2026-05-07 15:45:09 +07:00
2026-05-07 15:45:09 +07:00

9Router — Agent Skills

Drop-in skills for any AI agent (Claude, Cursor, ChatGPT, custom SDK). Just copy a link below and paste it to your AI — it will fetch the skill and use 9Router for you.

Tip: start with the 9router entry skill — it covers setup and links to all capability skills.

Skills

Capability Copy link below and paste to your AI
Entry / Setup (start here) https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md
Chat / code-gen https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-chat/SKILL.md
Image generation https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-image/SKILL.md
Video generation (xAI Grok Imagine) https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-video/SKILL.md
Text-to-speech https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-tts/SKILL.md
Speech-to-text https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-stt/SKILL.md
Embeddings https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-embeddings/SKILL.md
Web search https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-search/SKILL.md
Web fetch (URL → markdown) https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router-web-fetch/SKILL.md

How to use

Paste to your AI (Claude, Cursor, ChatGPT, …):

Read this skill and use it: https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md

Then ask normally — "generate an image of a cat", "transcribe this URL", etc.

Configure your shell once

export NINEROUTER_URL="http://localhost:20128"   # local default, or your VPS / tunnel URL
export NINEROUTER_KEY="sk-..."                   # from Dashboard → Keys (only if requireApiKey=true)

Verify: curl $NINEROUTER_URL/api/health{"ok":true}.