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.
kilasflow-fixture - Skill - OpenSmartRoute
Skillv1.0.0
kilasflow-fixture
Use when a fixture is exercised. Triggers on "fixture".
Imported from kilaslab/kilas-flow (internal/skills/testdata/planted/unshipped-command-in-fence/skills/kilasflow-fixture/SKILL.md). Install upstream with npx skills add kilaslab/kilas-flow --skill kilasflow-fixture. Copyright stays with the author.
Non-negotiables
Run kilasflow run <workflowId> and read the operation run-workflow back.
Strong defaults
Prefer the documented verb over a guessed path.
Decision tree
is this a fixture?
yes -> run it
no -> say so
Not shipped yet
A capability that does not exist yet; there is no verb for 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.
{
"ocm": "1",
"id": "kilaslab-kilas-flow-kilasflow-fixture",
"kind": "skill",
"name": "kilasflow-fixture",
"description": "Use when a fixture is exercised. Triggers on \"fixture\".",
"publisher": "kilaslab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when a fixture is exercised. Triggers on \"fixture\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kilaslab/kilas-flow",
"path": "internal/skills/testdata/planted/unshipped-command-in-fence/skills/kilasflow-fixture/SKILL.md",
"ref": "53a6f7652539305bf839821165660f723428f038",
"url": "https://github.com/kilaslab/kilas-flow/blob/53a6f7652539305bf839821165660f723428f038/internal/skills/testdata/planted/unshipped-command-in-fence/skills/kilasflow-fixture/SKILL.md",
"key": "kilaslab/kilas-flow/internal/skills/testdata/planted/unshipped-command-in-fence/skills/kilasflow-fixture/SKILL.md"
}
},
"instructions": "## Non-negotiables\n\n- Run `kilasflow run <workflowId>` and read the operation `run-workflow` back.\n\n## Strong defaults\n\n- Prefer the documented verb over a guessed path.\n\n## Decision tree\n\n```\nis this a fixture?\n yes -> run it\n no -> say so\n```\n\n## Not shipped yet\n\nA capability that does not exist yet; there is no verb for it.\n\n```sh\nkilasflow workflow update <workflowId> --file wf.json\n```\n\n\n## Anti-patterns\n\n- Editing a fixture without running it.",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/kilaslab-kilas-flow-kilasflow-fixture/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.