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.
sq - Skill - OpenSmartRoute
Skillv1.0.0
sq
Task management CLI for task tracking and review workflows. Use when managing tasks, collecting work from search results, listing task state, or integrating with sift review loops.
Imported from DerekStride/sq (skills/sq/SKILL.md). Install upstream with npx skills add DerekStride/sq --skill sq. Copyright stays with the author (MIT).
sq
sq manages tasks in a JSONL file.
Run sq prime for usage, commands, and options.
Use -q, --queue <PATH> or SQ_QUEUE_PATH for project-specific task files.
References
references/CONVENTIONS.md — read when you need metadata conventions.
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.
derekstride-sq-sq.ocm.jsonjson
{
"ocm": "1",
"id": "derekstride-sq-sq",
"kind": "skill",
"name": "sq",
"description": "Task management CLI for task tracking and review workflows. Use when managing tasks, collecting work from search results, listing task state, or integrating with sift review loops.",
"publisher": "DerekStride",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Task management CLI for task tracking and review workflows. Use when managing tasks, collecting work from search results, listing task state, or integrating with sift review loops."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/DerekStride/sq",
"path": "skills/sq/SKILL.md",
"ref": "1eaecc4e849f75c4c87c91f41ff028ea8919b51e",
"url": "https://github.com/DerekStride/sq/blob/1eaecc4e849f75c4c87c91f41ff028ea8919b51e/skills/sq/SKILL.md",
"key": "DerekStride/sq/skills/sq/SKILL.md"
},
"compatibility": "Requires sq CLI. Install from https://github.com/DerekStride/sq",
"allowed_tools": [
"Bash(sq:*)"
],
"license": "MIT"
},
"instructions": "# sq\n\n`sq` manages tasks in a JSONL file.\n\nRun `sq prime` for usage, commands, and options.\n\nUse `-q, --queue <PATH>` or `SQ_QUEUE_PATH` for project-specific task files.\n\n## References\n\n- `references/CONVENTIONS.md` — read when you need metadata conventions.",
"cost": {
"context_tokens": 64
}
}
Fetch it by URL: GET /api/v1/registry/derekstride-sq-sq/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.