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.
agent-skills - Skill - OpenSmartRoute
Skillv1.0.0
agent-skills
See [CONTRIBUTING.md](CONTRIBUTING.md) for the rules that govern this repository: bucket layout, frontmatter fields, description style, the 160-line context budget, portability constraints, the `## Ne
Imported from Jiranon-K/agent-skills (AGENTS.md). Install upstream with npx skills add Jiranon-K/agent-skills. Copyright stays with the author.
See CONTRIBUTING.md for the rules that govern this repository: bucket layout, frontmatter fields, description style, the 160-line context budget, portability constraints, the ## Next Step chaining contract, and the validators that must pass before a pull request.
Run ./scripts/list-skills.sh --write after adding, renaming or removing a skill; the catalog is generated and CI fails on drift.
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.
jiranon-k-agent-skills-agent-skills.ocm.jsonjson
{
"ocm": "1",
"id": "jiranon-k-agent-skills-agent-skills",
"kind": "skill",
"name": "agent-skills",
"description": "See [CONTRIBUTING.md](CONTRIBUTING.md) for the rules that govern this repository: bucket layout, frontmatter fields, description style, the 160-line context budget, portability constraints, the `## Next Step` chaining contract, and the validators that must pass before a pull request.",
"publisher": "Jiranon-K",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See [CONTRIBUTING.md](CONTRIBUTING.md) for the rules that govern this repository: bucket layout, frontmatter fields, description style, the 160-line context budget, portability constraints, the `## Next Step` chaining contract, and the validators that must pass before a pull request."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Jiranon-K/agent-skills",
"path": "AGENTS.md",
"ref": "3130b1457bc431750703c0c64d322f6d65fa934b",
"url": "https://github.com/Jiranon-K/agent-skills/blob/3130b1457bc431750703c0c64d322f6d65fa934b/AGENTS.md",
"key": "Jiranon-K/agent-skills/AGENTS.md"
}
},
"instructions": "See [CONTRIBUTING.md](CONTRIBUTING.md) for the rules that govern this repository: bucket layout, frontmatter fields, description style, the 160-line context budget, portability constraints, the `## Next Step` chaining contract, and the validators that must pass before a pull request.\n\nRun `./scripts/list-skills.sh --write` after adding, renaming or removing a skill; the catalog is generated and CI fails on drift.",
"cost": {
"context_tokens": 104
}
}
Fetch it by URL: GET /api/v1/registry/jiranon-k-agent-skills-agent-skills/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.