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 MichaelPGifford/claude-read-aloud (skills/speak-auto/SKILL.md). Install upstream with npx skills add MichaelPGifford/claude-read-aloud --skill speak-auto. Copyright stays with the author.
Run exactly this one bash command and show the user its output:
If the user gave no argument, ask whether they want auto-read on or off
instead of guessing. Warning to relay when turning it on: replies arrive
frequently — most people prefer on-demand /speak after trying auto for a day.
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.
{
"ocm": "1",
"id": "michaelpgifford-claude-read-aloud-speak-auto",
"kind": "skill",
"name": "speak-auto",
"description": "Toggle reading every reply aloud automatically",
"publisher": "MichaelPGifford",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Toggle reading every reply aloud automatically"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/MichaelPGifford/claude-read-aloud",
"path": "skills/speak-auto/SKILL.md",
"ref": "32f9c1c6d5766a2d303fcced2104d914f7ceba3d",
"url": "https://github.com/MichaelPGifford/claude-read-aloud/blob/32f9c1c6d5766a2d303fcced2104d914f7ceba3d/skills/speak-auto/SKILL.md",
"key": "MichaelPGifford/claude-read-aloud/skills/speak-auto/SKILL.md"
}
},
"instructions": "Run exactly this one bash command and show the user its output:\n\n```\npython3 \"${CLAUDE_PLUGIN_ROOT}/scripts/speak.py\" --auto $ARGUMENTS\n```\n\nIf the user gave no argument, ask whether they want auto-read `on` or `off`\ninstead of guessing. Warning to relay when turning it on: replies arrive\nfrequently — most people prefer on-demand `/speak` after trying auto for a day.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/michaelpgifford-claude-read-aloud-speak-auto/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.