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.
bro - Skill - OpenSmartRoute
Skillv1.0.0
bro
Restate the last message in plain human language, with no jargon. Use for /bro or when asked to say it plainly.
Imported from michael-denyer/pstack-claude (plugins/pstack/skills/bro/SKILL.md). Install upstream with npx skills add michael-denyer/pstack-claude --skill bro. Copyright stays with the author.
Restate your last message. Stop using jargon and speak coherently. State it more simply and concisely, like one human talking to another.
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.
michael-denyer-pstack-claude-bro.ocm.jsonjson
{
"ocm": "1",
"id": "michael-denyer-pstack-claude-bro",
"kind": "skill",
"name": "bro",
"description": "Restate the last message in plain human language, with no jargon. Use for /bro or when asked to say it plainly.",
"publisher": "michael-denyer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Restate the last message in plain human language, with no jargon. Use for /bro or when asked to say it plainly."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/michael-denyer/pstack-claude",
"path": "plugins/pstack/skills/bro/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/michael-denyer/pstack-claude/blob/HEAD/plugins/pstack/skills/bro/SKILL.md",
"key": "michael-denyer/pstack-claude/plugins/pstack/skills/bro/SKILL.md"
}
},
"instructions": "Restate your last message. Stop using jargon and speak coherently. State it more simply and concisely, like one human talking to another.",
"cost": {
"context_tokens": 34
}
}
Fetch it by URL: GET /api/v1/registry/michael-denyer-pstack-claude-bro/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.