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-stats - Skill - OpenSmartRoute
Skillv1.0.0
caveman-stats
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-trac
Imported from climaprime25/claude-skills (skills/caveman/caveman-stats/SKILL.md). Install upstream with npx skills add climaprime25/claude-skills --skill caveman-stats. Copyright stays with the author.
This skill is delivered by hooks/caveman-stats.js (read by hooks/caveman-mode-tracker.js on /caveman-stats). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.
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.
{
"ocm": "1",
"id": "climaprime25-claude-skills-caveman-stats",
"kind": "skill",
"name": "caveman-stats",
"description": "Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.",
"publisher": "climaprime25",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/climaprime25/claude-skills",
"path": "skills/caveman/caveman-stats/SKILL.md",
"ref": "35ca7065942aa4f187f880e3cb26fe0abc05766e",
"url": "https://github.com/climaprime25/claude-skills/blob/35ca7065942aa4f187f880e3cb26fe0abc05766e/skills/caveman/caveman-stats/SKILL.md",
"key": "climaprime25/claude-skills/skills/caveman/caveman-stats/SKILL.md"
}
},
"instructions": "This skill is delivered by `hooks/caveman-stats.js` (read by `hooks/caveman-mode-tracker.js` on `/caveman-stats`). The model does not need to do anything when this skill fires — the hook returns `decision: \"block\"` with the formatted stats as the reason. The user sees the numbers immediately.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/climaprime25-claude-skills-caveman-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.