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.
status - Skill - OpenSmartRoute
Skillv1.0.0
status
Show current Torque agent context, linked task, and pipeline state
Imported from runtorque/torque (skills/status/SKILL.md). Install upstream with npx skills add runtorque/torque --skill status. Copyright stays with the author.
Show the current Torque agent context using the context MCP tool.
Format the output clearly:
Agent name, group, and status
Current task title, lane, and action
Pipeline info (parent task, depth) if this is a derived task
Worktree branch and diff stats if in a worktree
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-status.ocm.jsonjson
{
"ocm": "1",
"id": "runtorque-torque-status",
"kind": "skill",
"name": "status",
"description": "Show current Torque agent context, linked task, and pipeline state",
"publisher": "runtorque",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Show current Torque agent context, linked task, and pipeline state"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/runtorque/torque",
"path": "skills/status/SKILL.md",
"ref": "df3d7cbb195a0f70cd72e68a818ff05502b3cea2",
"url": "https://github.com/runtorque/torque/blob/df3d7cbb195a0f70cd72e68a818ff05502b3cea2/skills/status/SKILL.md",
"key": "runtorque/torque/skills/status/SKILL.md"
},
"allowed_tools": [
"mcp__torque__context"
]
},
"instructions": "Show the current Torque agent context using the context MCP tool.\n\nFormat the output clearly:\n- Agent name, group, and status\n- Current task title, lane, and action\n- Pipeline info (parent task, depth) if this is a derived task\n- Worktree branch and diff stats if in a worktree",
"cost": {
"context_tokens": 69
}
}
Fetch it by URL: GET /api/v1/registry/runtorque-torque-status/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.