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 - Skill - OpenSmartRoute
Skillv1.0.0
hello
Skeleton/smoke-test skill for validating the ronkit marketplace install flow. Trigger when the user runs "/test:hello" or explicitly asks to "test the ronkit marketplace" or "test the hello plugin". N
Imported from ronniechong/ronkit (plugins/test/skills/hello/SKILL.md). Install upstream with npx skills add ronniechong/ronkit --skill hello. Copyright stays with the author.
hello
This skill exists only to prove that the ronkit marketplace's install pipeline works end to end: marketplace add → plugin install → skill triggers.
When triggered, respond with exactly:
ronkit marketplace is wired up correctly.
Do not do anything else — this is a smoke test, not a real feature.
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.
ronniechong-ronkit-hello.ocm.jsonjson
{
"ocm": "1",
"id": "ronniechong-ronkit-hello",
"kind": "skill",
"name": "hello",
"description": "Skeleton/smoke-test skill for validating the ronkit marketplace install flow. Trigger when the user runs \"/test:hello\" or explicitly asks to \"test the ronkit marketplace\" or \"test the hello plugin\". Not for general greetings.",
"publisher": "ronniechong",
"version": "1.0.0",
"capabilities": {
"domains": [
"general_chat"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skeleton/smoke-test skill for validating the ronkit marketplace install flow. Trigger when the user runs \"/test:hello\" or explicitly asks to \"test the ronkit marketplace\" or \"test the hello plugin\". Not for general greetings."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ronniechong/ronkit",
"path": "plugins/test/skills/hello/SKILL.md",
"ref": "8046f95541163c778707f001892e9ad4b3f8ad8c",
"url": "https://github.com/ronniechong/ronkit/blob/8046f95541163c778707f001892e9ad4b3f8ad8c/plugins/test/skills/hello/SKILL.md",
"key": "ronniechong/ronkit/plugins/test/skills/hello/SKILL.md"
}
},
"instructions": "# hello\n\nThis skill exists only to prove that the ronkit marketplace's install pipeline works end to end: marketplace add → plugin install → skill triggers.\n\nWhen triggered, respond with exactly:\n\n```\nronkit marketplace is wired up correctly.\n```\n\nDo not do anything else — this is a smoke test, not a real feature.",
"cost": {
"context_tokens": 78
}
}
Fetch it by URL: GET /api/v1/registry/ronniechong-ronkit-hello/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.