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.
repo-entry - Skill - OpenSmartRoute
Skillv1.0.0
repo-entry
Pointer to the canonical agent instruction and skill system for this monorepo
This root file exists so tools that discover SKILL.md at the repository root still land on the same entry skill. Edit the canonical file under docs/ai/skills/repo-entry/ only; run bun run skills:sync and bun run skills:verify after changes.
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.
asymmetric-al-core-repo-entry.ocm.jsonjson
{
"ocm": "1",
"id": "asymmetric-al-core-repo-entry",
"kind": "skill",
"name": "repo-entry",
"description": "Pointer to the canonical agent instruction and skill system for this monorepo",
"publisher": "Asymmetric-al",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Pointer to the canonical agent instruction and skill system for this monorepo"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Asymmetric-al/core",
"path": "SKILL.md",
"ref": "7abd2c11ffd4ed70c6775c4fd6f51c996e4350dd",
"url": "https://github.com/Asymmetric-al/core/blob/7abd2c11ffd4ed70c6775c4fd6f51c996e4350dd/SKILL.md",
"key": "Asymmetric-al/core/SKILL.md"
}
},
"instructions": "# Repository agent instructions\n\n**Canonical content:** `docs/ai/skills/repo-entry/SKILL.md`\n\nThis root file exists so tools that discover `SKILL.md` at the repository root still land on the same entry skill. Edit the canonical file under `docs/ai/skills/repo-entry/` only; run `bun run skills:sync` and `bun run skills:verify` after changes.",
"cost": {
"context_tokens": 85
}
}
Fetch it by URL: GET /api/v1/registry/asymmetric-al-core-repo-entry/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.