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.
wait - Skill - OpenSmartRoute
Skillv1.0.0
wait
Check rate-limit state and manage auto-resume behavior for blocked Gemini work.
Imported from jjongguet/oh-my-product (skills/wait/SKILL.md). Install upstream with npx skills add jjongguet/oh-my-product --skill wait. Copyright stays with the author.
Wait Skill (oh-my-product)
Use this skill when Gemini is rate limited or the user wants auto-resume behavior.
Primary commands
omp wait
omp wait --start
omp wait --stop
Expected output
current rate-limit status
whether auto-resume is active
the next recommended action
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-wait.ocm.jsonjson
{
"ocm": "1",
"id": "jjongguet-oh-my-product-wait",
"kind": "skill",
"name": "wait",
"description": "Check rate-limit state and manage auto-resume behavior for blocked Gemini work.",
"publisher": "jjongguet",
"version": "1.0.0",
"capabilities": {
"domains": [
"hr"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Check rate-limit state and manage auto-resume behavior for blocked Gemini work."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jjongguet/oh-my-product",
"path": "skills/wait/SKILL.md",
"ref": "4f49e99e98c17a19720247330e79896cfc4b5b56",
"url": "https://github.com/jjongguet/oh-my-product/blob/4f49e99e98c17a19720247330e79896cfc4b5b56/skills/wait/SKILL.md",
"key": "jjongguet/oh-my-product/skills/wait/SKILL.md"
}
},
"instructions": "# Wait Skill (oh-my-product)\n\nUse this skill when Gemini is rate limited or the user wants auto-resume behavior.\n\n## Primary commands\n- `omp wait`\n- `omp wait --start`\n- `omp wait --stop`\n\n## Expected output\n- current rate-limit status\n- whether auto-resume is active\n- the next recommended action",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/jjongguet-oh-my-product-wait/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.