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.
interrupt-resume - Skill - OpenSmartRoute
Skillv1.0.0
interrupt-resume
Resume a task that was interrupted before it finished. Use when the user says "resume", "continue", "pick up where you left off", or otherwise wants you to carry on from an interrupted task.
Imported from rcmoynihan/codex-skills (skills/interrupt-resume/SKILL.md). Install upstream with npx skills add rcmoynihan/codex-skills --skill interrupt-resume. Copyright stays with the author.
Interrupt Resume
You were in the process of completing your last task when you were interrupted. Pick up from where
you left off as seamlessly as possible, and continue until the task is complete.
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.
{
"ocm": "1",
"id": "rcmoynihan-codex-skills-interrupt-resume",
"kind": "skill",
"name": "interrupt-resume",
"description": "Resume a task that was interrupted before it finished. Use when the user says \"resume\", \"continue\", \"pick up where you left off\", or otherwise wants you to carry on from an interrupted task.",
"publisher": "rcmoynihan",
"version": "1.0.0",
"capabilities": {
"domains": [
"hr"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Resume a task that was interrupted before it finished. Use when the user says \"resume\", \"continue\", \"pick up where you left off\", or otherwise wants you to carry on from an interrupted task."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rcmoynihan/codex-skills",
"path": "skills/interrupt-resume/SKILL.md",
"ref": "1f7b1c7ae98f7e3d2166e5f8918060d3dfc83dec",
"url": "https://github.com/rcmoynihan/codex-skills/blob/1f7b1c7ae98f7e3d2166e5f8918060d3dfc83dec/skills/interrupt-resume/SKILL.md",
"key": "rcmoynihan/codex-skills/skills/interrupt-resume/SKILL.md"
}
},
"instructions": "# Interrupt Resume\n\nYou were in the process of completing your last task when you were interrupted. Pick up from where\nyou left off as seamlessly as possible, and continue until the task is complete.",
"cost": {
"context_tokens": 49
}
}
Fetch it by URL: GET /api/v1/registry/rcmoynihan-codex-skills-interrupt-resume/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.