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.
convention-skill - Skill - OpenSmartRoute
Skillv1.0.0
convention-skill
Fixture. Use when testing convention-based reachability. Do not use for anything real.
Imported from yosishe/token-efficient-skill-optimizer (skill/tests/fixtures/convention-skill/SKILL.md). Install upstream with npx skills add yosishe/token-efficient-skill-optimizer --skill convention-skill. Copyright stays with the author.
Convention fixture
Quick reference
alpha-one - the stem the path example also spells out in full
alpha-two - listed by stem only
beta-three - listed by stem only
gamma-four - listed by stem, but its directory has no documented path
How to use
Read the individual rule file when you need the detail:
rules/alpha-one.md
Notes live under notes/ and are opened by hand.
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.
{
"ocm": "1",
"id": "yosishe-token-efficient-skill-optimizer-convention-skill",
"kind": "skill",
"name": "convention-skill",
"description": "Fixture. Use when testing convention-based reachability. Do not use for anything real.",
"publisher": "yosishe",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Fixture. Use when testing convention-based reachability. Do not use for anything real."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/yosishe/token-efficient-skill-optimizer",
"path": "skill/tests/fixtures/convention-skill/SKILL.md",
"ref": "c914219823b35204d405fba83aff9c44d3855a51",
"url": "https://github.com/yosishe/token-efficient-skill-optimizer/blob/c914219823b35204d405fba83aff9c44d3855a51/skill/tests/fixtures/convention-skill/SKILL.md",
"key": "yosishe/token-efficient-skill-optimizer/skill/tests/fixtures/convention-skill/SKILL.md"
}
},
"instructions": "# Convention fixture\n\n## Quick reference\n\n- `alpha-one` - the stem the path example also spells out in full\n- `alpha-two` - listed by stem only\n- `beta-three` - listed by stem only\n- `gamma-four` - listed by stem, but its directory has no documented path\n\n## How to use\n\nRead the individual rule file when you need the detail:\n\n```\nrules/alpha-one.md\n```\n\nNotes live under notes/ and are opened by hand.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/yosishe-token-efficient-skill-optimizer-convention-skill/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.