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.
Imported from pgdogdev/pgdog (.claude/skills/bash/SKILL.md). Install upstream with npx skills add pgdogdev/pgdog --skill bash. Copyright stays with the author.
Execute shell commands inside their own bash shell, like so:
bash -c 'command'
This makes sure the shell is polluted by any outside state.
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.
pgdogdev-pgdog-bash.ocm.jsonjson
{
"ocm": "1",
"id": "pgdogdev-pgdog-bash",
"kind": "skill",
"name": "bash",
"description": "How to use the shell successfully",
"publisher": "pgdogdev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"How to use the shell successfully"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/pgdogdev/pgdog",
"path": ".claude/skills/bash/SKILL.md",
"ref": "75942792af5db4db258067ed030ae7cc8a055a5a",
"url": "https://github.com/pgdogdev/pgdog/blob/75942792af5db4db258067ed030ae7cc8a055a5a/.claude/skills/bash/SKILL.md",
"key": "pgdogdev/pgdog/.claude/skills/bash/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "Execute shell commands inside their own bash shell, like so:\n\n```bash\nbash -c 'command'\n```\n\nThis makes sure the shell is polluted by any outside state.",
"cost": {
"context_tokens": 38
}
}
Fetch it by URL: GET /api/v1/registry/pgdogdev-pgdog-bash/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.