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.
chippy - Skill - OpenSmartRoute
Skillv1.0.0
chippy
Issues live as GitHub issues in `bpechiney/chippy`, accessed via the `gh` CLI. See `docs/agents/issue-tracker.md`.
Single-context layout: one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.
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.
bpechiney-chippy-chippy.ocm.jsonjson
{
"ocm": "1",
"id": "bpechiney-chippy-chippy",
"kind": "skill",
"name": "chippy",
"description": "Issues live as GitHub issues in `bpechiney/chippy`, accessed via the `gh` CLI. See `docs/agents/issue-tracker.md`.",
"publisher": "bpechiney",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Issues live as GitHub issues in `bpechiney/chippy`, accessed via the `gh` CLI. See `docs/agents/issue-tracker.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bpechiney/chippy",
"path": "AGENTS.md",
"ref": "5451b923262b097bec01e07d43cd9bf5ff451d53",
"url": "https://github.com/bpechiney/chippy/blob/5451b923262b097bec01e07d43cd9bf5ff451d53/AGENTS.md",
"key": "bpechiney/chippy/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Agent skills\n\n### Issue tracker\n\nIssues live as GitHub issues in `bpechiney/chippy`, accessed via the `gh` CLI. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault canonical label vocabulary (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context layout: one `CONTEXT.md` + `docs/adr/` at the repo root. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 113
}
}
Fetch it by URL: GET /api/v1/registry/bpechiney-chippy-chippy/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.