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.
Imported from RooseveltAdvisors/choco (.claude/skills/dev-local/SKILL.md). Install upstream with npx skills add RooseveltAdvisors/choco --skill dev-local. Copyright stays with the author.
/dev-local
Use scripts/dev-local.sh up before driving Choco. It starts one choco-dev
tmux window from a scratch Markdown board (default: /tmp/choco-verifier-todo.md).
Set CHOCO_TODO_FIXTURE to use another scratch path; never point it at the
canonical Firstmate todo board.
Use status, logs, restart, attach, or down for lifecycle control.
The launcher is idempotent and owns only its choco-dev session.
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.
rooseveltadvisors-choco-dev-local.ocm.jsonjson
{
"ocm": "1",
"id": "rooseveltadvisors-choco-dev-local",
"kind": "skill",
"name": "dev-local",
"description": "Start Choco's isolated local TUI fixture in tmux.",
"publisher": "RooseveltAdvisors",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Start Choco's isolated local TUI fixture in tmux."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/RooseveltAdvisors/choco",
"path": ".claude/skills/dev-local/SKILL.md",
"ref": "1618fbab0248ddebbbc38f69777a9739622c7276",
"url": "https://github.com/RooseveltAdvisors/choco/blob/1618fbab0248ddebbbc38f69777a9739622c7276/.claude/skills/dev-local/SKILL.md",
"key": "RooseveltAdvisors/choco/.claude/skills/dev-local/SKILL.md"
}
},
"instructions": "# /dev-local\n\nUse `scripts/dev-local.sh up` before driving Choco. It starts one `choco-dev`\ntmux window from a scratch Markdown board (default: `/tmp/choco-verifier-todo.md`).\nSet `CHOCO_TODO_FIXTURE` to use another scratch path; never point it at the\ncanonical Firstmate todo board.\n\nUse `status`, `logs`, `restart`, `attach`, or `down` for lifecycle control.\nThe launcher is idempotent and owns only its `choco-dev` session.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/rooseveltadvisors-choco-dev-local/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.