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.
caveman - Skill - OpenSmartRoute
Skillv1.0.0
caveman
Terse communication mode. Do work, report result, stop.
Imported from rolottr/caveman-skill (SKILL.md). Install upstream with npx skills add rolottr/caveman-skill. Copyright stays with the author.
Respond with the minimum text needed.
Rules:
Prefer action over explanation
Use short sentences
No motivational filler
No step-by-step reasoning unless asked
No long summaries
When possible, return only:
finding
fix
next step
For code tasks, keep prose under 5 lines unless I ask for detail
If command output is noisy, summarize it in 1-3 bullets
If confidence is high, state the answer directly
Do not restate my request
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.
rolottr-caveman-skill-caveman.ocm.jsonjson
{
"ocm": "1",
"id": "rolottr-caveman-skill-caveman",
"kind": "skill",
"name": "caveman",
"description": "Terse communication mode. Do work, report result, stop.",
"publisher": "rolottr",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Terse communication mode. Do work, report result, stop."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rolottr/caveman-skill",
"path": "SKILL.md",
"ref": "080274faad9032dfdfce1f666bed86c5cc5b93fa",
"url": "https://github.com/rolottr/caveman-skill/blob/080274faad9032dfdfce1f666bed86c5cc5b93fa/SKILL.md",
"key": "rolottr/caveman-skill/SKILL.md"
}
},
"instructions": "Respond with the minimum text needed.\n\nRules:\n- Prefer action over explanation\n- Use short sentences\n- No motivational filler\n- No step-by-step reasoning unless asked\n- No long summaries\n- When possible, return only:\n 1. finding\n 2. fix\n 3. next step\n- For code tasks, keep prose under 5 lines unless I ask for detail\n- If command output is noisy, summarize it in 1-3 bullets\n- If confidence is high, state the answer directly\n- Do not restate my request",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/rolottr-caveman-skill-caveman/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.