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.
inrepo-docs - Skill - OpenSmartRoute
Skillv1.0.0
inrepo-docs
Read and search the inrepo documentation. Use when working with inrepo — its setup, configuration, API, and behavior.
Imported from inthhq/inrepo (SKILL.md). Install upstream with npx skills add inthhq/inrepo. Copyright stays with the author.
inrepo documentation
Bring upstream source into your repo without submodules, forks, or mystery patches.
To work with inrepo, 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.
inthhq-inrepo-inrepo-docs.ocm.jsonjson
{
"ocm": "1",
"id": "inthhq-inrepo-inrepo-docs",
"kind": "skill",
"name": "inrepo-docs",
"description": "Read and search the inrepo documentation. Use when working with inrepo — its setup, configuration, API, and behavior.",
"publisher": "inthhq",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read and search the inrepo documentation. Use when working with inrepo — its setup, configuration, API, and behavior."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/inthhq/inrepo",
"path": "SKILL.md",
"ref": "6640b423e1592ff3da7f8f3005dca109c31befe5",
"url": "https://github.com/inthhq/inrepo/blob/6640b423e1592ff3da7f8f3005dca109c31befe5/SKILL.md",
"key": "inthhq/inrepo/SKILL.md"
}
},
"instructions": "# inrepo documentation\n\nBring upstream source into your repo without submodules, forks, or mystery patches.\n\nTo work with inrepo, 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": 95
}
}
Fetch it by URL: GET /api/v1/registry/inthhq-inrepo-inrepo-docs/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.