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.
gsd:do - Skill - OpenSmartRoute
Skillv1.0.0
gsd:do
Route freeform text to the right GSD command automatically
Imported from davepoon/buildwithclaude (plugins/gsd/skills/do/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill do. Copyright stays with the author.
Acts as a smart dispatcher — never does the work itself. Matches intent to the best GSD command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which /gsd-* command to run.
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.
davepoon-buildwithclaude-do.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-do",
"kind": "skill",
"name": "gsd:do",
"description": "Route freeform text to the right GSD command automatically",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Route freeform text to the right GSD command automatically"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/do/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/do/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/do/SKILL.md"
},
"allowed_tools": [
"Read",
"Bash",
"AskUserQuestion"
]
},
"instructions": "<objective>\nAnalyze freeform natural language input and dispatch to the most appropriate GSD command.\n\nActs as a smart dispatcher — never does the work itself. Matches intent to the best GSD command using routing rules, confirms the match, then hands off.\n\nUse when you know what you want but don't know which `/gsd-*` command to run.\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/do.md\n@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md\n</execution_context>\n\n<context>\n$ARGUMENTS\n</context>\n\n<process>\nExecute the do workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/do.md end-to-end.\nR",
"cost": {
"context_tokens": 166
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-do/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.