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.
wait-what - Skill - OpenSmartRoute
Skillv1.0.0
wait-what
Stop. That last message did not land: re-pitch it.
Imported from fderuiter/QRCraftly (.jules/skills/wait-what/SKILL.md). Install upstream with npx skills add fderuiter/QRCraftly --skill wait-what. Copyright stays with the author (MIT).
Wait, I don't understand where you've got to here. Re-pitch that: give me a little bit of context, talk in ASD-STE100 Simplified Technical English, and use the ubiquitous language from CONTEXT.md (follow CONTEXT-MAP.md to the right one if the repo has more than one).
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.
fderuiter-qrcraftly-wait-what.ocm.jsonjson
{
"ocm": "1",
"id": "fderuiter-qrcraftly-wait-what",
"kind": "skill",
"name": "wait-what",
"description": "Stop. That last message did not land: re-pitch it.",
"publisher": "fderuiter",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Stop. That last message did not land: re-pitch it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/fderuiter/QRCraftly",
"path": ".jules/skills/wait-what/SKILL.md",
"ref": "8a8efd832c9d2be80e0810565d662512c99a916e",
"url": "https://github.com/fderuiter/QRCraftly/blob/8a8efd832c9d2be80e0810565d662512c99a916e/.jules/skills/wait-what/SKILL.md",
"key": "fderuiter/QRCraftly/.jules/skills/wait-what/SKILL.md"
},
"license": "MIT"
},
"instructions": "Wait, I don't understand where you've got to here. Re-pitch that: give me a little bit of context, talk in ASD-STE100 Simplified Technical English, and use the ubiquitous language from `CONTEXT.md` (follow `CONTEXT-MAP.md` to the right one if the repo has more than one).",
"cost": {
"context_tokens": 67
}
}
Fetch it by URL: GET /api/v1/registry/fderuiter-qrcraftly-wait-what/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.