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.
lr-wait - Skill - OpenSmartRoute
Skillv1.0.0
lr-wait
Wait on demand: pause until an external event arrives (optionally by type, with a timeout), drain all pending events, or just sleep. For background/headless agents. Usage: /lr-wait
Imported from zroslaw/lore-framework (.cursor-skills/lr-wait/SKILL.md). Install upstream with npx skills add zroslaw/lore-framework --skill lr-wait. Copyright stays with the author.
<framework-root> is the framework root — the directory that contains the VERSION file, two levels up from this .cursor-skills/lr-wait/SKILL.md. Resolve it to an absolute path before using it below.
Read <framework-root>/docs/wait.md and follow the procedure there.
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.
zroslaw-lore-framework-lr-wait.ocm.jsonjson
{
"ocm": "1",
"id": "zroslaw-lore-framework-lr-wait",
"kind": "skill",
"name": "lr-wait",
"description": "Wait on demand: pause until an external event arrives (optionally by type, with a timeout), drain all pending events, or just sleep. For background/headless agents. Usage: /lr-wait",
"publisher": "zroslaw",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Wait on demand: pause until an external event arrives (optionally by type, with a timeout), drain all pending events, or just sleep. For background/headless agents. Usage: /lr-wait"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/zroslaw/lore-framework",
"path": ".cursor-skills/lr-wait/SKILL.md",
"ref": "26a9dac35a38a44ee70c277a2086708ae95fb91e",
"url": "https://github.com/zroslaw/lore-framework/blob/26a9dac35a38a44ee70c277a2086708ae95fb91e/.cursor-skills/lr-wait/SKILL.md",
"key": "zroslaw/lore-framework/.cursor-skills/lr-wait/SKILL.md"
}
},
"instructions": "`<framework-root>` is the framework root — the directory that contains the `VERSION` file, two levels up from this `.cursor-skills/lr-wait/SKILL.md`. Resolve it to an absolute path before using it below.\n\nRead `<framework-root>/docs/wait.md` and follow the procedure there.",
"cost": {
"context_tokens": 68
}
}
Fetch it by URL: GET /api/v1/registry/zroslaw-lore-framework-lr-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.