9router / skills /README.md
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
|
Raw
History Blame Contribute Delete
2.03 kB

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

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}.

Links