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.
bonsai-ui - Skill - OpenSmartRoute
Skillv1.0.0
bonsai-ui
Use spec-dev-tool to manage agent decision documents; run `spec-dev-tool --help` and follow its AGENT WORKFLOW. - When asked to find simplifications, run `spec-dev-tool guide find-simplifications` fro
Imported from logseq/bonsai-ui (AGENTS.md). Install upstream with npx skills add logseq/bonsai-ui. Copyright stays with the author.
Use spec-dev-tool to manage agent decision documents; run spec-dev-tool --help and follow its AGENT WORKFLOW.
When asked to find simplifications, run spec-dev-tool guide find-simplifications from inside this Git worktree and follow the emitted workflow.
When asked to find test simplifications, run spec-dev-tool guide find-test-simplifications from inside this Git worktree and follow the emitted workflow.
Do not modify any ocaml files under spec/ during development unless explicitly asked to modify the .mli files under spec/.
Do not modify any dune file during development unless explicitly asked.
If development is blocked because the .mli definitions under spec/ are unclear or unreasonable, stop development immediately and report the specific spec issue, suggested changes, and rationale.
After committing and pushing code changes, update the iOS SDK repository from that pushed commit, then commit and push the generated iOS SDK update separately.
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.
logseq-bonsai-ui-bonsai-ui.ocm.jsonjson
{
"ocm": "1",
"id": "logseq-bonsai-ui-bonsai-ui",
"kind": "skill",
"name": "bonsai-ui",
"description": "Use spec-dev-tool to manage agent decision documents; run `spec-dev-tool --help` and follow its AGENT WORKFLOW. - When asked to find simplifications, run `spec-dev-tool guide find-simplifications` from inside this Git worktree and follow the emitted workflow. - When asked to find test simplifications, run `spec-dev-tool guide find-test-simplifications` from inside this Git worktree and follow the emitted workflow. - Do not modify any ocaml files under `spec/` during development unless explicitly asked to modify the `.mli` files under `spec/`. - Do not modify any dune file during development unless explicitly asked. - If development is blocked because the `.mli` definitions under `spec/` are unclear or unreasonable, stop development immediately and report the specific spec issue, suggested changes, and rationale. - After committing and pushing code changes, update the iOS SDK repository from that pushed commit, then commit and push the generated iOS SDK update separately.",
"publisher": "logseq",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use spec-dev-tool to manage agent decision documents; run `spec-dev-tool --help` and follow its AGENT WORKFLOW. - When asked to find simplifications, run `spec-dev-tool guide find-simplifications` from inside this Git worktree and follow the emitted workflow. - When asked to find test simplifications, run `spec-dev-tool guide find-test-simplifications` from inside this Git worktree and follow the emitted workflow. - Do not modify any ocaml files under `spec/` during development unless explicitly asked to modify the `.mli` files under `spec/`. - Do not modify any dune file during development unless explicitly asked. - If development is blocked because the `.mli` definitions under `spec/` are unclear or unreasonable, stop development immediately and report the specific spec issue, suggested changes, and rationale. - After committing and pushing code changes, update the iOS SDK repository from that pushed commit, then commit and push the generated iOS SDK update separately."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/logseq/bonsai-ui",
"path": "AGENTS.md",
"ref": "acdb2c2fd06a84f05b012989191235da5a24b477",
"url": "https://github.com/logseq/bonsai-ui/blob/acdb2c2fd06a84f05b012989191235da5a24b477/AGENTS.md",
"key": "logseq/bonsai-ui/AGENTS.md"
}
},
"instructions": "- Use spec-dev-tool to manage agent decision documents; run `spec-dev-tool --help` and follow its AGENT WORKFLOW.\n- When asked to find simplifications, run `spec-dev-tool guide find-simplifications` from inside this Git worktree and follow the emitted workflow.\n- When asked to find test simplifications, run `spec-dev-tool guide find-test-simplifications` from inside this Git worktree and follow the emitted workflow.\n- Do not modify any ocaml files under `spec/` during development unless explicitly asked to modify the `.mli` files under `spec/`.\n- Do not modify any dune file during development ",
"cost": {
"context_tokens": 246
}
}
Fetch it by URL: GET /api/v1/registry/logseq-bonsai-ui-bonsai-ui/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.