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.
rabby-claude-skill-index - Skill - OpenSmartRoute
Skillv1.0.0
rabby-claude-skill-index
Entry point for Claude-style agents working in the Rabby repository. Use it to discover shared repo-local skills stored under skills/*/SKILL.md.
Imported from RabbyHub/Rabby (.claude/SKILL.md). Install upstream with npx skills add RabbyHub/Rabby --skill .claude. Copyright stays with the author.
Rabby Claude Skill Index
This repository stores shared skills under skills/*/SKILL.md.
Before starting a task, inspect the frontmatter and opening section of each matching skill file under skills/. Load and follow any skill whose name or description applies to the task.
Do not add Claude-only copies under .claude/skills/. Add new reusable skills under skills/<skill-name>/SKILL.md so other agents can use the same instructions.
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.
rabbyhub-rabby-claude.ocm.jsonjson
{
"ocm": "1",
"id": "rabbyhub-rabby-claude",
"kind": "skill",
"name": "rabby-claude-skill-index",
"description": "Entry point for Claude-style agents working in the Rabby repository. Use it to discover shared repo-local skills stored under skills/*/SKILL.md.",
"publisher": "RabbyHub",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Entry point for Claude-style agents working in the Rabby repository. Use it to discover shared repo-local skills stored under skills/*/SKILL.md."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/RabbyHub/Rabby",
"path": ".claude/SKILL.md",
"ref": "f12cbb05eb7eed48ddb1c02dee887deff193ec55",
"url": "https://github.com/RabbyHub/Rabby/blob/f12cbb05eb7eed48ddb1c02dee887deff193ec55/.claude/SKILL.md",
"key": "RabbyHub/Rabby/.claude/SKILL.md"
}
},
"instructions": "# Rabby Claude Skill Index\n\nThis repository stores shared skills under `skills/*/SKILL.md`.\n\nBefore starting a task, inspect the frontmatter and opening section of each matching skill file under `skills/`. Load and follow any skill whose `name` or `description` applies to the task.\n\nDo not add Claude-only copies under `.claude/skills/`. Add new reusable skills under `skills/<skill-name>/SKILL.md` so other agents can use the same instructions.",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/rabbyhub-rabby-claude/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.