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.
tatr - Skill - OpenSmartRoute
Skillv1.0.0
tatr
Create, list, query, and edit Seed Zero's Markdown tasks when tracked work is requested.
Imported from alexjercan/seedzero (.agents/skills/tatr/SKILL.md). Install upstream with npx skills add alexjercan/seedzero --skill tatr. Copyright stays with the author.
Tatr
Tasks live at tasks/<YYYYMMDD-HHMMSS>/TASK.md.
tatr new "Title" -p 0 -t backlogtatr ls --sort prioritytatr ls --filter ':status eq OPEN'tatr edit <id> --status CLOSED
Valid statuses are OPEN and CLOSED. Use -r ROOT for another project.
Edit an existing task body directly. Follow Seed Zero's scheduling and
task-evidence rules in AGENTS.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.
alexjercan-seedzero-tatr.ocm.jsonjson
{
"ocm": "1",
"id": "alexjercan-seedzero-tatr",
"kind": "skill",
"name": "tatr",
"description": "Create, list, query, and edit Seed Zero's Markdown tasks when tracked work is requested.",
"publisher": "alexjercan",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create, list, query, and edit Seed Zero's Markdown tasks when tracked work is requested."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/alexjercan/seedzero",
"path": ".agents/skills/tatr/SKILL.md",
"ref": "b03919df117a5fb8732d5545178323578f9d0032",
"url": "https://github.com/alexjercan/seedzero/blob/b03919df117a5fb8732d5545178323578f9d0032/.agents/skills/tatr/SKILL.md",
"key": "alexjercan/seedzero/.agents/skills/tatr/SKILL.md"
}
},
"instructions": "# Tatr\n\nTasks live at `tasks/<YYYYMMDD-HHMMSS>/TASK.md`.\n\n```bash\ntatr new \"Title\" -p 0 -t backlog\ntatr ls --sort priority\ntatr ls --filter ':status eq OPEN'\ntatr edit <id> --status CLOSED\n```\n\nValid statuses are `OPEN` and `CLOSED`. Use `-r ROOT` for another project.\nEdit an existing task body directly. Follow Seed Zero's scheduling and\ntask-evidence rules in `AGENTS.md`.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/alexjercan-seedzero-tatr/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.