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.
c15t-docs - Skill - OpenSmartRoute
Skillv1.0.0
c15t-docs
Read and search the c15t documentation. Use when working with c15t — its setup, configuration, API, and behavior.
Imported from c15t/c15t (packages/core/SKILL.md). Install upstream with npx skills add c15t/c15t --skill core. Copyright stays with the author.
c15t documentation
Core JavaScript consent management docs for c15t, including client modes, script loading, callbacks, and integrations.
To work with c15t, read its bundled docs — they ship with the package and are version-matched to the installed code:
Start with ./AGENTS.md; it links every per-topic Markdown file under ./docs/.
Prefer these local files over fetching anything over the network.
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.
c15t-c15t-core.ocm.jsonjson
{
"ocm": "1",
"id": "c15t-c15t-core",
"kind": "skill",
"name": "c15t-docs",
"description": "Read and search the c15t documentation. Use when working with c15t — its setup, configuration, API, and behavior.",
"publisher": "c15t",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read and search the c15t documentation. Use when working with c15t — its setup, configuration, API, and behavior."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/c15t/c15t",
"path": "packages/core/SKILL.md",
"ref": "a7e867198257e2cdef2caed0c4fe4582c79f7efc",
"url": "https://github.com/c15t/c15t/blob/a7e867198257e2cdef2caed0c4fe4582c79f7efc/packages/core/SKILL.md",
"key": "c15t/c15t/packages/core/SKILL.md"
}
},
"instructions": "# c15t documentation\n\nCore JavaScript consent management docs for c15t, including client modes, script loading, callbacks, and integrations.\n\nTo work with c15t, read its bundled docs — they ship with the package and are version-matched to the installed code:\n\n- Start with `./AGENTS.md`; it links every per-topic Markdown file under `./docs/`.\n- Prefer these local files over fetching anything over the network.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/c15t-c15t-core/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.