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.
cost - Skill - OpenSmartRoute
Skillv1.0.0
cost
Summarize token usage and cost-style session metrics across daily, weekly, or monthly windows.
Imported from jjongguet/oh-my-product (skills/cost/SKILL.md). Install upstream with npx skills add jjongguet/oh-my-product --skill cost. Copyright stays with the author.
Cost Skill (oh-my-product)
Use this skill when the user wants visibility into usage volume or spend trends.
Primary commands
omp cost
omp cost --period daily
omp cost --period weekly
omp cost --period monthly
Related surfaces
omp sessions
omp hud
Expected output
selected period
totals
trend or breakdown notes
any missing tracking caveats
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.
jjongguet-oh-my-product-cost.ocm.jsonjson
{
"ocm": "1",
"id": "jjongguet-oh-my-product-cost",
"kind": "skill",
"name": "cost",
"description": "Summarize token usage and cost-style session metrics across daily, weekly, or monthly windows.",
"publisher": "jjongguet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Summarize token usage and cost-style session metrics across daily, weekly, or monthly windows."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jjongguet/oh-my-product",
"path": "skills/cost/SKILL.md",
"ref": "4f49e99e98c17a19720247330e79896cfc4b5b56",
"url": "https://github.com/jjongguet/oh-my-product/blob/4f49e99e98c17a19720247330e79896cfc4b5b56/skills/cost/SKILL.md",
"key": "jjongguet/oh-my-product/skills/cost/SKILL.md"
}
},
"instructions": "# Cost Skill (oh-my-product)\n\nUse this skill when the user wants visibility into usage volume or spend trends.\n\n## Primary commands\n- `omp cost`\n- `omp cost --period daily`\n- `omp cost --period weekly`\n- `omp cost --period monthly`\n\n## Related surfaces\n- `omp sessions`\n- `omp hud`\n\n## Expected output\n- selected period\n- totals\n- trend or breakdown notes\n- any missing tracking caveats",
"cost": {
"context_tokens": 96
}
}
Fetch it by URL: GET /api/v1/registry/jjongguet-oh-my-product-cost/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.