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.
library - Skill - OpenSmartRoute
Skillv1.0.0
library
Shared code. One folder per domain. A domain is a boundary you would defend in review, not a language.
Imported from shinyobjectz/monomono (template/library/AGENTS.md). Install upstream with npx skills add shinyobjectz/monomono --skill library. Copyright stays with the author.
Library
Shared code. One folder per domain. A domain is a boundary you would defend in review, not a language.
Rules
Each domain has a library.md (front matter for skill generation) and a BUCK.
New code lands in the domain it belongs to, not in app/ "for now".
Consumers depend on targets, never on file paths across domains.
Do not install dependencies here. just pkg add.
Do not add a domain until two real modules have nowhere else to go.
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.
shinyobjectz-monomono-library.ocm.jsonjson
{
"ocm": "1",
"id": "shinyobjectz-monomono-library",
"kind": "skill",
"name": "library",
"description": "Shared code. One folder per domain. A domain is a boundary you would defend in review, not a language.",
"publisher": "shinyobjectz",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Shared code. One folder per domain. A domain is a boundary you would defend in review, not a language."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/shinyobjectz/monomono",
"path": "template/library/AGENTS.md",
"ref": "ee283a7ffbffaadea6a2c61e6d9e04421c6b9473",
"url": "https://github.com/shinyobjectz/monomono/blob/ee283a7ffbffaadea6a2c61e6d9e04421c6b9473/template/library/AGENTS.md",
"key": "shinyobjectz/monomono/template/library/AGENTS.md"
}
},
"instructions": "# Library\n\nShared code. One folder per domain. A domain is a boundary you would defend in review, not a language.\n\n## Rules\n\n- Each domain has a `library.md` (front matter for skill generation) and a `BUCK`.\n- New code lands in the domain it belongs to, not in `app/` \"for now\".\n- Consumers depend on targets, never on file paths across domains.\n- Do not install dependencies here. `just pkg add`.\n- Do not add a domain until two real modules have nowhere else to go.\n\n```\nlibrary/<domain>/\n library.md # name, description, summary, do, dont. Under 200 lines.\n BUCK\n ...\n```",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/shinyobjectz-monomono-library/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.