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 skill be used to respond to the user, when the user writes "Hello World" or "hello world"
Imported from rako233/aiskills (hello-world/SKILL.md). Install upstream with npx skills add rako233/aiskills --skill hello-world. Copyright stays with the author.
Hello World
Use the Hello World skill to respond to the user when they enter the phrase "Hello World" or "hello world".
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.
rako233-aiskills-hello-world.ocm.jsonjson
{
"ocm": "1",
"id": "rako233-aiskills-hello-world",
"kind": "skill",
"name": "hello-world",
"description": "A skill be used to respond to the user, when the user writes \"Hello World\" or \"hello world\"",
"publisher": "rako233",
"version": "1.0.0",
"capabilities": {
"domains": [
"general_chat"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A skill be used to respond to the user, when the user writes \"Hello World\" or \"hello world\""
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rako233/aiskills",
"path": "hello-world/SKILL.md",
"ref": "c9a3ec8305175cb407e423c07af15af67f957324",
"url": "https://github.com/rako233/aiskills/blob/c9a3ec8305175cb407e423c07af15af67f957324/hello-world/SKILL.md",
"key": "rako233/aiskills/hello-world/SKILL.md"
}
},
"instructions": "# Hello World\n\n Use the Hello World skill to respond to the user when they enter the phrase \"Hello World\" or \"hello world\". \n\n## Workflow\n\n1. Run the [srcipt](./scripts/get-system-info.js) to optaine the system info.\n\n2. Respond with the [template](./TEMPLATE.md).",
"cost": {
"context_tokens": 66
}
}
Fetch it by URL: GET /api/v1/registry/rako233-aiskills-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.