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
Summarize progress, active state, blockers, and the best next actions.
Imported from jjongguet/oh-my-product (skills/status/SKILL.md). Install upstream with npx skills add jjongguet/oh-my-product --skill status. Copyright stays with the author.
Status Skill (oh-my-product)
Use this skill to checkpoint current progress.
Include
current objective
completed work
work in progress
blockers or risks
next actions in order
Helpful commands
omp team status --team <name>
omp sessions
omp cost
omp skill handoff
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.
jjongguet-oh-my-product-status.ocm.jsonjson
{
"ocm": "1",
"id": "jjongguet-oh-my-product-status",
"kind": "skill",
"name": "status",
"description": "Summarize progress, active state, blockers, and the best next actions.",
"publisher": "jjongguet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Summarize progress, active state, blockers, and the best next actions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jjongguet/oh-my-product",
"path": "skills/status/SKILL.md",
"ref": "4f49e99e98c17a19720247330e79896cfc4b5b56",
"url": "https://github.com/jjongguet/oh-my-product/blob/4f49e99e98c17a19720247330e79896cfc4b5b56/skills/status/SKILL.md",
"key": "jjongguet/oh-my-product/skills/status/SKILL.md"
}
},
"instructions": "# Status Skill (oh-my-product)\n\nUse this skill to checkpoint current progress.\n\n## Include\n- current objective\n- completed work\n- work in progress\n- blockers or risks\n- next actions in order\n\n## Helpful commands\n- `omp team status --team <name>`\n- `omp sessions`\n- `omp cost`\n- `omp skill handoff`",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/jjongguet-oh-my-product-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.