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.
.mac-stats - Skill - OpenSmartRoute
Skillv1.0.0
.mac-stats
For **implementation tasks** (code changes, refactors, fixes, new features): recommend **CURSOR_AGENT** so the orchestrator uses `CURSOR_AGENT: <prompt>` with the task description, then appends the re
Imported from raro42/mac-stats (.mac-stats/SKILL.md). Install upstream with npx skills add raro42/mac-stats --skill .mac-stats. Copyright stays with the author.
SKILL (orchestrator / agent prompt overlays)
For implementation tasks (code changes, refactors, fixes, new features): recommend CURSOR_AGENT so the orchestrator uses CURSOR_AGENT: <prompt> with the task description, then appends the result and sets the task status to finished. Prefer CURSOR_AGENT over RUN_CMD for coding tasks when cursor-agent is available.
See also: orchestrator skill (~/.mac-stats/agents/agent-000/skill.md), docs/012_cursor_agent_tasks.md.
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.
raro42-mac-stats-mac-stats.ocm.jsonjson
{
"ocm": "1",
"id": "raro42-mac-stats-mac-stats",
"kind": "skill",
"name": ".mac-stats",
"description": "For **implementation tasks** (code changes, refactors, fixes, new features): recommend **CURSOR_AGENT** so the orchestrator uses `CURSOR_AGENT: <prompt>` with the task description, then appends the result and sets the task status to finished. Prefer CURSOR_AGENT over RUN_CMD for coding tasks when cursor-agent is available.",
"publisher": "raro42",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"For **implementation tasks** (code changes, refactors, fixes, new features): recommend **CURSOR_AGENT** so the orchestrator uses `CURSOR_AGENT: <prompt>` with the task description, then appends the result and sets the task status to finished. Prefer CURSOR_AGENT over RUN_CMD for coding tasks when cursor-agent is available."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/raro42/mac-stats",
"path": ".mac-stats/SKILL.md",
"ref": "0f71a5935da71e86e3e09a754b992bcca589fcd0",
"url": "https://github.com/raro42/mac-stats/blob/0f71a5935da71e86e3e09a754b992bcca589fcd0/.mac-stats/SKILL.md",
"key": "raro42/mac-stats/.mac-stats/SKILL.md"
}
},
"instructions": "# SKILL (orchestrator / agent prompt overlays)\n\nFor **implementation tasks** (code changes, refactors, fixes, new features): recommend **CURSOR_AGENT** so the orchestrator uses `CURSOR_AGENT: <prompt>` with the task description, then appends the result and sets the task status to finished. Prefer CURSOR_AGENT over RUN_CMD for coding tasks when cursor-agent is available.\n\nSee also: orchestrator skill (`~/.mac-stats/agents/agent-000/skill.md`), `docs/012_cursor_agent_tasks.md`.",
"cost": {
"context_tokens": 120
}
}
Fetch it by URL: GET /api/v1/registry/raro42-mac-stats-mac-stats/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.