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.
bc - Skill - OpenSmartRoute
Skillv1.0.0
bc
The ButterCut home menu — welcome the user back, then ask what they'd like to do (start a new cut, add footage to a library, a one-off task, or something else) and hand off to the right skill. Use as
Imported from barefootford/buttercut (skills/bc/SKILL.md). Install upstream with npx skills add barefootford/buttercut --skill bc. Copyright stays with the author.
Skill: bc (alias for buttercut)
bc is the short name for the buttercut skill. The instructions live in one place — read and follow skills/buttercut/SKILL.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.
barefootford-buttercut-bc.ocm.jsonjson
{
"ocm": "1",
"id": "barefootford-buttercut-bc",
"kind": "skill",
"name": "bc",
"description": "The ButterCut home menu — welcome the user back, then ask what they'd like to do (start a new cut, add footage to a library, a one-off task, or something else) and hand off to the right skill. Use as the front door when the user opens ButterCut, types \"buttercut\" or \"bc\", or asks \"where do I start\", \"what can you do\", or \"help me get started\".",
"publisher": "barefootford",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The ButterCut home menu — welcome the user back, then ask what they'd like to do (start a new cut, add footage to a library, a one-off task, or something else) and hand off to the right skill. Use as the front door when the user opens ButterCut, types \"buttercut\" or \"bc\", or asks \"where do I start\", \"what can you do\", or \"help me get started\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/barefootford/buttercut",
"path": "skills/bc/SKILL.md",
"ref": "5d625237621d372a31a99e8bf78a88c37564bab8",
"url": "https://github.com/barefootford/buttercut/blob/5d625237621d372a31a99e8bf78a88c37564bab8/skills/bc/SKILL.md",
"key": "barefootford/buttercut/skills/bc/SKILL.md"
}
},
"instructions": "# Skill: bc (alias for `buttercut`)\n\n`bc` is the short name for the `buttercut` skill. The instructions live in one place — **read and follow `skills/buttercut/SKILL.md`.**",
"cost": {
"context_tokens": 43
}
}
Fetch it by URL: GET /api/v1/registry/barefootford-buttercut-bc/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.