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.
cvd-audit - Skill - OpenSmartRoute
Skillv1.0.0
cvd-audit
Verify that a colour decision — in the product or in our own interface — works for people with colour-vision deficiency.
Imported from dev-AshishRanjan/irodora (.claude/skills/cvd-audit/SKILL.md). Install upstream with npx skills add dev-AshishRanjan/irodora --skill cvd-audit. Copyright stays with the author.
Read it and follow it. This file exists only so Claude Code can discover the skill; it holds
no content of its own, deliberately - a restatement is a copy that will diverge
(ADR-0029).
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.
dev-ashishranjan-irodora-cvd-audit.ocm.jsonjson
{
"ocm": "1",
"id": "dev-ashishranjan-irodora-cvd-audit",
"kind": "skill",
"name": "cvd-audit",
"description": "Verify that a colour decision — in the product or in our own interface — works for people with colour-vision deficiency.",
"publisher": "dev-AshishRanjan",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Verify that a colour decision — in the product or in our own interface — works for people with colour-vision deficiency."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/dev-AshishRanjan/irodora",
"path": ".claude/skills/cvd-audit/SKILL.md",
"ref": "887b200f4321d27b6d0dcdf11e22ecd1b1a1dca5",
"url": "https://github.com/dev-AshishRanjan/irodora/blob/887b200f4321d27b6d0dcdf11e22ecd1b1a1dca5/.claude/skills/cvd-audit/SKILL.md",
"key": "dev-AshishRanjan/irodora/.claude/skills/cvd-audit/SKILL.md"
}
},
"instructions": "# cvd-audit\n\n**Shim.** The canonical skill is [`.harness/skills/cvd-audit/SKILL.md`](../../../.harness/skills/cvd-audit/SKILL.md).\n\nRead it and follow it. This file exists only so Claude Code can discover the skill; it holds\nno content of its own, deliberately - a restatement is a copy that will diverge\n([ADR-0029](../../../docs/adr/0029-harness-agnostic-core-thin-adapter.md)).",
"cost": {
"context_tokens": 95
}
}
Fetch it by URL: GET /api/v1/registry/dev-ashishranjan-irodora-cvd-audit/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.