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.
hello-world - Skill - OpenSmartRoute
Skillv1.0.0
hello-world
A minimal example skill that greets the user. Use this to verify that banco-installed skills are discovered and invokable.
Imported from claudiodangelis/banco (src/skills/hello-world/SKILL.md). Install upstream with npx skills add claudiodangelis/banco --skill hello-world. Copyright stays with the author.
Hello World
This is a minimal example skill installed by banco via banco skills install claude.
When invoked, greet the user with a friendly "Hello, world!" and confirm that
banco-installed skills are being discovered and are working as expected.
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.
claudiodangelis-banco-hello-world.ocm.jsonjson
{
"ocm": "1",
"id": "claudiodangelis-banco-hello-world",
"kind": "skill",
"name": "hello-world",
"description": "A minimal example skill that greets the user. Use this to verify that banco-installed skills are discovered and invokable.",
"publisher": "claudiodangelis",
"version": "1.0.0",
"capabilities": {
"domains": [
"general_chat"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A minimal example skill that greets the user. Use this to verify that banco-installed skills are discovered and invokable."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/claudiodangelis/banco",
"path": "src/skills/hello-world/SKILL.md",
"ref": "3b2c90687061a18048d044b48001b52c32fded65",
"url": "https://github.com/claudiodangelis/banco/blob/3b2c90687061a18048d044b48001b52c32fded65/src/skills/hello-world/SKILL.md",
"key": "claudiodangelis/banco/src/skills/hello-world/SKILL.md"
}
},
"instructions": "# Hello World\n\nThis is a minimal example skill installed by banco via `banco skills install claude`.\n\nWhen invoked, greet the user with a friendly \"Hello, world!\" and confirm that\nbanco-installed skills are being discovered and are working as expected.",
"cost": {
"context_tokens": 63
}
}
Fetch it by URL: GET /api/v1/registry/claudiodangelis-banco-hello-world/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.