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.
Imported from Cardigan/brontoFriend (.github/skills/bronto-name/SKILL.md). Install upstream with npx skills add Cardigan/brontoFriend --skill bronto-name. Copyright stays with the author.
Run from the repo root and pass the user's chosen name:
node .\bin\bronto.js name <new-name>
If no name is provided, ask the user what to rename Bronto. Show only the concise text output. Do not render or invent pet ASCII art; the Bronto watcher pane handles visual feedback.
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.
cardigan-brontofriend-bronto-name.ocm.jsonjson
{
"ocm": "1",
"id": "cardigan-brontofriend-bronto-name",
"kind": "skill",
"name": "bronto-name",
"description": "Rename Bronto: /bronto name {new-name}.",
"publisher": "Cardigan",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rename Bronto: /bronto name {new-name}."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Cardigan/brontoFriend",
"path": ".github/skills/bronto-name/SKILL.md",
"ref": "1cf16554542f59b4a9928e9bd5dbf345740f0241",
"url": "https://github.com/Cardigan/brontoFriend/blob/1cf16554542f59b4a9928e9bd5dbf345740f0241/.github/skills/bronto-name/SKILL.md",
"key": "Cardigan/brontoFriend/.github/skills/bronto-name/SKILL.md"
},
"allowed_tools": [
"shell"
]
},
"instructions": "Run from the repo root and pass the user's chosen name:\n\n```powershell\nnode .\\bin\\bronto.js name <new-name>\n```\n\nIf no name is provided, ask the user what to rename Bronto. Show only the concise text output. Do not render or invent pet ASCII art; the Bronto watcher pane handles visual feedback.",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/cardigan-brontofriend-bronto-name/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.