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 runtorque/torque (skills/task/SKILL.md). Install upstream with npx skills add runtorque/torque --skill task. Copyright stays with the author.
Show full details of a task.
If $ARGUMENTS is provided, use it as the task slug or ID and call task_get.
If $ARGUMENTS is empty, call context to find the current agent's linked task, then call task_get with that task's slug.
Format the output clearly:
Title and description
Lane, labels, and action
Assigned agent (if any)
Pipeline info (parent task, depth) if it's a derived task
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.
runtorque-torque-task.ocm.jsonjson
{
"ocm": "1",
"id": "runtorque-torque-task",
"kind": "skill",
"name": "task",
"description": "Show details of a Torque task",
"publisher": "runtorque",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Show details of a Torque task"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/runtorque/torque",
"path": "skills/task/SKILL.md",
"ref": "df3d7cbb195a0f70cd72e68a818ff05502b3cea2",
"url": "https://github.com/runtorque/torque/blob/df3d7cbb195a0f70cd72e68a818ff05502b3cea2/skills/task/SKILL.md",
"key": "runtorque/torque/skills/task/SKILL.md"
},
"allowed_tools": [
"mcp__torque__task_get,",
"mcp__torque__context"
]
},
"instructions": "Show full details of a task.\n\nIf $ARGUMENTS is provided, use it as the task slug or ID and call task_get.\n\nIf $ARGUMENTS is empty, call context to find the current agent's linked task, then call task_get with that task's slug.\n\nFormat the output clearly:\n- Title and description\n- Lane, labels, and action\n- Assigned agent (if any)\n- Pipeline info (parent task, depth) if it's a derived task",
"cost": {
"context_tokens": 97
}
}
Fetch it by URL: GET /api/v1/registry/runtorque-torque-task/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.