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.
docs - Skill - OpenSmartRoute
Skillv1.0.0
docs
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
Imported from frost-leo/fathomry (docs/AGENTS.md). Install upstream with npx skills add frost-leo/fathomry --skill docs. Copyright stays with the author.
Documentation instructions
Read and follow Writing documentation before
changing files in this directory. It is the canonical documentation policy;
do not maintain a second copy of its rules here.
Start from the documentation map when adding or relocating a page.
Preserve the distinction between accepted architecture, implemented package
contracts and maintainer tasks. Research and per-issue evidence stay in the sibling
reference workspace as required by the repository's root instructions.
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.
frost-leo-fathomry-docs.ocm.jsonjson
{
"ocm": "1",
"id": "frost-leo-fathomry-docs",
"kind": "skill",
"name": "docs",
"description": "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.",
"publisher": "frost-leo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/frost-leo/fathomry",
"path": "docs/AGENTS.md",
"ref": "917628d6ae4b8230cacdd7a9f1c9e378f8632a7a",
"url": "https://github.com/frost-leo/fathomry/blob/917628d6ae4b8230cacdd7a9f1c9e378f8632a7a/docs/AGENTS.md",
"key": "frost-leo/fathomry/docs/AGENTS.md"
}
},
"instructions": "<!--\nfathomry\nCopyright (C) 2026 Frost Leo\nSPDX-License-Identifier: GPL-3.0-or-later\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the",
"cost": {
"context_tokens": 311
}
}
Fetch it by URL: GET /api/v1/registry/frost-leo-fathomry-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.