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.
Imported from selmer512/mira_assistant (skills/timer_skill/SKILL.md). Install upstream with npx skills add selmer512/mira_assistant --skill timer_skill. Copyright stays with the author.
Guidance
Choose This Skill When
The owner wants to set, check, or cancel a timer.
Resolve With Context
Setting a timer requires a concrete duration value plus unit.
Checking or canceling should prefer the active timer state already held by the skill.
Avoid
Do not start a timer from a vague request with no duration.
Do not create multiple interpretations when the owner clearly refers to the current timer.
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.
selmer512-mira-assistant-timer-skill.ocm.jsonjson
{
"ocm": "1",
"id": "selmer512-mira-assistant-timer-skill",
"kind": "skill",
"name": "timer_skill",
"description": "Guidance",
"publisher": "selmer512",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidance"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/selmer512/mira_assistant",
"path": "skills/timer_skill/SKILL.md",
"ref": "e553b89b2c48551b584a6efe92021cfe4762c553",
"url": "https://github.com/selmer512/mira_assistant/blob/e553b89b2c48551b584a6efe92021cfe4762c553/skills/timer_skill/SKILL.md",
"key": "selmer512/mira_assistant/skills/timer_skill/SKILL.md"
}
},
"instructions": "# Guidance\n\n## Choose This Skill When\n- The owner wants to set, check, or cancel a timer.\n\n## Resolve With Context\n- Setting a timer requires a concrete duration value plus unit.\n- Checking or canceling should prefer the active timer state already held by the skill.\n\n## Avoid\n- Do not start a timer from a vague request with no duration.\n- Do not create multiple interpretations when the owner clearly refers to the current timer.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/selmer512-mira-assistant-timer-skill/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.