Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gigachad-bot - Skill - OpenSmartRoute
Skillv1.0.0
gigachad-bot
The backend (`uvicorn`, port 8001) and frontend (`next dev`, port 2999) are started via `run.sh` or manually by the user, in a terminal they control.
Imported from patrickab/gigachad-bot (AGENTS.md). Install upstream with npx skills add patrickab/gigachad-bot. Copyright stays with the author.
Never start the dev server autonomously
The backend (uvicorn, port 8001) and frontend (next dev, port 2999) are
started via run.sh or manually by the user, in a terminal they control.
Never run run.sh, uvicorn, npm run dev, or equivalent yourself —
even in the background, even to verify a change.
If you need to see the app running (UI check, manual test, screenshot),
ask the user to start it and confirm it's up, then use their already-running
instance. Do not launch your own copy alongside theirs.
UI hints
No hover tooltips. The authoritative rule, including the rendered-markdown exception,
lives under "Layout Patterns" in .docs/conventions.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
patrickab-gigachad-bot-gigachad-bot.ocm.jsonjson
{
"ocm": "1",
"id": "patrickab-gigachad-bot-gigachad-bot",
"kind": "skill",
"name": "gigachad-bot",
"description": "The backend (`uvicorn`, port 8001) and frontend (`next dev`, port 2999) are started via `run.sh` or manually by the user, in a terminal they control.",
"publisher": "patrickab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The backend (`uvicorn`, port 8001) and frontend (`next dev`, port 2999) are started via `run.sh` or manually by the user, in a terminal they control."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/patrickab/gigachad-bot",
"path": "AGENTS.md",
"ref": "f6f0b6141295be42e894aa6276b492bf60c16130",
"url": "https://github.com/patrickab/gigachad-bot/blob/f6f0b6141295be42e894aa6276b492bf60c16130/AGENTS.md",
"key": "patrickab/gigachad-bot/AGENTS.md"
}
},
"instructions": "## Never start the dev server autonomously\n\nThe backend (`uvicorn`, port 8001) and frontend (`next dev`, port 2999) are\nstarted via `run.sh` or manually by the user, in a terminal they control.\n\n- Never run `run.sh`, `uvicorn`, `npm run dev`, or equivalent yourself —\n even in the background, even to verify a change.\n- If you need to see the app running (UI check, manual test, screenshot),\n ask the user to start it and confirm it's up, then use their already-running\n instance. Do not launch your own copy alongside theirs.\n\n## UI hints\n\nNo hover tooltips. The authoritative rule, including the",
"cost": {
"context_tokens": 171
}
}
Fetch it by URL: GET /api/v1/registry/patrickab-gigachad-bot-gigachad-bot/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.