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.
llmbrary - Skill - OpenSmartRoute
Skillv1.0.0
llmbrary
Personal media collection skill. Populate your catalog, then customize this file to control how Claude loads and queries your collection.
Imported from mccoyspace/llmbrary (claude/SKILL.md). Install upstream with npx skills add mccoyspace/llmbrary --skill claude. Copyright stays with the author.
llmbrary
This skill file tells Claude how to load and query your personal collection. Once you have built your catalog (catalog.json) and generated context tiers (scripts/regenerate.py), replace this placeholder with instructions tailored to your collection.
See README.md for the full workflow: ingest, extract, merge, regenerate, query.
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.
mccoyspace-llmbrary-claude.ocm.jsonjson
{
"ocm": "1",
"id": "mccoyspace-llmbrary-claude",
"kind": "skill",
"name": "llmbrary",
"description": "Personal media collection skill. Populate your catalog, then customize this file to control how Claude loads and queries your collection.",
"publisher": "mccoyspace",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Personal media collection skill. Populate your catalog, then customize this file to control how Claude loads and queries your collection."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mccoyspace/llmbrary",
"path": "claude/SKILL.md",
"ref": "10db6e0ffb8d7c92b9114b2e5c5d6bb5ddbf08ca",
"url": "https://github.com/mccoyspace/llmbrary/blob/10db6e0ffb8d7c92b9114b2e5c5d6bb5ddbf08ca/claude/SKILL.md",
"key": "mccoyspace/llmbrary/claude/SKILL.md"
}
},
"instructions": "# llmbrary\n\nThis skill file tells Claude how to load and query your personal collection. Once you have built your catalog (`catalog.json`) and generated context tiers (`scripts/regenerate.py`), replace this placeholder with instructions tailored to your collection.\n\nSee `README.md` for the full workflow: ingest, extract, merge, regenerate, query.",
"cost": {
"context_tokens": 87
}
}
Fetch it by URL: GET /api/v1/registry/mccoyspace-llmbrary-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.