Imported from runtorque/torque (skills/done/SKILL.md). Install upstream with npx skills add runtorque/torque --skill done. Copyright stays with the author.
Mark the current task as complete using the task_complete MCP tool.
If $ARGUMENTS is provided, use it as the completion message.
Otherwise, write a brief summary of what was accomplished.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/runtorque-torque-done/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
runtorque-torque-done.ocm.jsonjson
{
"ocm": "1",
"id": "runtorque-torque-done",
"kind": "skill",
"name": "done",
"description": "Mark the current Torque task as complete",
"publisher": "runtorque",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Mark the current Torque task as complete"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/runtorque/torque",
"path": "skills/done/SKILL.md",
"ref": "df3d7cbb195a0f70cd72e68a818ff05502b3cea2",
"url": "https://github.com/runtorque/torque/blob/df3d7cbb195a0f70cd72e68a818ff05502b3cea2/skills/done/SKILL.md",
"key": "runtorque/torque/skills/done/SKILL.md"
},
"allowed_tools": [
"mcp__torque__task_complete"
]
},
"instructions": "Mark the current task as complete using the task_complete MCP tool.\n\nIf $ARGUMENTS is provided, use it as the completion message.\nOtherwise, write a brief summary of what was accomplished.",
"cost": {
"context_tokens": 47
}
}
Fetch it by URL: GET /api/v1/registry/runtorque-torque-done/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.