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.
workBenches - Skill - OpenSmartRoute
Skillv1.0.0
workBenches
Read `$HOME/.agents/AGENTS.md` for user-global workflow rules, including the OpenSpec/Speckit protocol and project bootstrap contract. <!-- OPENSPEC-SPECKIT-GLOBAL:END -->
Imported from opensoft/workBenches (AGENTS.md). Install upstream with npx skills add opensoft/workBenches. Copyright stays with the author.
Repository Agent Instructions
Shared Agent Protocols
Read $HOME/.agents/AGENTS.md for user-global workflow rules, including the
OpenSpec/Speckit protocol and project bootstrap contract.
Repository Scope
workBenches owns shared launcher and layered-image source files.
Each bench under devBenches/ is a separate repository and submodule.
Run image, container, and Docker validation through the declared bench tooling.
Preserve unrelated changes in the parent checkout and in bench submodules.
Active implementation plan: specs/008-ai-credential-custody/plan.md
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.
opensoft-workbenches-workbenches.ocm.jsonjson
{
"ocm": "1",
"id": "opensoft-workbenches-workbenches",
"kind": "skill",
"name": "workBenches",
"description": "Read `$HOME/.agents/AGENTS.md` for user-global workflow rules, including the OpenSpec/Speckit protocol and project bootstrap contract. <!-- OPENSPEC-SPECKIT-GLOBAL:END -->",
"publisher": "opensoft",
"version": "1.0.0",
"capabilities": {
"domains": [
"legal"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read `$HOME/.agents/AGENTS.md` for user-global workflow rules, including the OpenSpec/Speckit protocol and project bootstrap contract. <!-- OPENSPEC-SPECKIT-GLOBAL:END -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/opensoft/workBenches",
"path": "AGENTS.md",
"ref": "b05844fdb23e76927bc097273b91b5ee24b6b324",
"url": "https://github.com/opensoft/workBenches/blob/b05844fdb23e76927bc097273b91b5ee24b6b324/AGENTS.md",
"key": "opensoft/workBenches/AGENTS.md"
}
},
"instructions": "# Repository Agent Instructions\n\n<!-- OPENSPEC-SPECKIT-GLOBAL:START -->\n## Shared Agent Protocols\n\nRead `$HOME/.agents/AGENTS.md` for user-global workflow rules, including the\nOpenSpec/Speckit protocol and project bootstrap contract.\n<!-- OPENSPEC-SPECKIT-GLOBAL:END -->\n\n## Repository Scope\n\n- `workBenches` owns shared launcher and layered-image source files.\n- Each bench under `devBenches/` is a separate repository and submodule.\n- Run image, container, and Docker validation through the declared bench tooling.\n- Preserve unrelated changes in the parent checkout and in bench submodules.\n\n<!-- ",
"cost": {
"context_tokens": 177
}
}
Fetch it by URL: GET /api/v1/registry/opensoft-workbenches-workbenches/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.