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.
stats - Skill - OpenSmartRoute
Skillv1.0.0
stats
Report only metrics that can be derived from observed repository or workflow evidence.
Imported from uxudjs/UXUCode (work-products/tests/plan-fast-host-artifacts/5.0.19/Claude/skills/stats/SKILL.md). Install upstream with npx skills add uxudjs/UXUCode --skill stats. Copyright stays with the author.
Verified Statistics
Compute requested counts, durations, test totals, changed lines, task progress, or complexity measures from commands or files that were actually inspected. State the measurement scope, command or source, and timestamp when relevant.
Never estimate savings, quality gains, or productivity improvements without a defensible baseline. Label incomplete data and avoid false precision.
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.
uxudjs-uxucode-stats.ocm.jsonjson
{
"ocm": "1",
"id": "uxudjs-uxucode-stats",
"kind": "skill",
"name": "stats",
"description": "Report only metrics that can be derived from observed repository or workflow evidence.",
"publisher": "uxudjs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Report only metrics that can be derived from observed repository or workflow evidence."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/uxudjs/UXUCode",
"path": "work-products/tests/plan-fast-host-artifacts/5.0.19/Claude/skills/stats/SKILL.md",
"ref": "dc53fe7b373de3923af370676d4b95462fc33947",
"url": "https://github.com/uxudjs/UXUCode/blob/dc53fe7b373de3923af370676d4b95462fc33947/work-products/tests/plan-fast-host-artifacts/5.0.19/Claude/skills/stats/SKILL.md",
"key": "uxudjs/UXUCode/work-products/tests/plan-fast-host-artifacts/5.0.19/Claude/skills/stats/SKILL.md"
}
},
"instructions": "# Verified Statistics\n\nCompute requested counts, durations, test totals, changed lines, task progress, or complexity measures from commands or files that were actually inspected. State the measurement scope, command or source, and timestamp when relevant.\n\nNever estimate savings, quality gains, or productivity improvements without a defensible baseline. Label incomplete data and avoid false precision.",
"cost": {
"context_tokens": 101
}
}
Fetch it by URL: GET /api/v1/registry/uxudjs-uxucode-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.