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:set-profile - Skill - OpenSmartRoute
Skillv1.0.0
gsd:set-profile
Switch model profile for GSD agents (quality/balanced/budget/inherit)
Imported from davepoon/buildwithclaude (plugins/gsd/skills/set-profile/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill set-profile. Copyright stays with the author.
Show the following output to the user verbatim, with no extra commentary:
!if ! command -v gsd-sdk >/dev/null 2>&1; then printf '⚠ gsd-sdk not found in PATH — /gsd:set-profile requires it.\n\nInstall the GSD SDK:\n npm install -g @gsd-build/sdk\n\nOr update GSD to get the latest packages:\n /gsd:update\n'; exit 1; fi; gsd-sdk query config-set-model-profile $ARGUMENTS --raw
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.
davepoon-buildwithclaude-set-profile.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-set-profile",
"kind": "skill",
"name": "gsd:set-profile",
"description": "Switch model profile for GSD agents (quality/balanced/budget/inherit)",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Switch model profile for GSD agents (quality/balanced/budget/inherit)"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/set-profile/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/set-profile/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/set-profile/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "Show the following output to the user verbatim, with no extra commentary:\n\n!`if ! command -v gsd-sdk >/dev/null 2>&1; then printf '⚠ gsd-sdk not found in PATH — /gsd:set-profile requires it.\\n\\nInstall the GSD SDK:\\n npm install -g @gsd-build/sdk\\n\\nOr update GSD to get the latest packages:\\n /gsd:update\\n'; exit 1; fi; gsd-sdk query config-set-model-profile $ARGUMENTS --raw`",
"cost": {
"context_tokens": 95
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-set-profile/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.