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 catsforbots/cat (claude/macos-arm64/skills/git-commit/SKILL.md). Install upstream with npx skills add catsforbots/cat --skill git-commit. Copyright stays with the author.
Shared First Use
Design Goals
Ensure an agent reads and follows a selected skill's complete instructions once in each conversation context.
Guidance
If you have not already read this skill's first-use.md in the current
conversation context, read it now and follow it exactly. Otherwise, reuse its guidance.
Read first-use.md again after the context resets or is compacted.
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.
catsforbots-cat-git-commit.ocm.jsonjson
{
"ocm": "1",
"id": "catsforbots-cat-git-commit",
"kind": "skill",
"name": "git-commit",
"description": "Use when the user asks to create a Git commit.",
"publisher": "catsforbots",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the user asks to create a Git commit."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/catsforbots/cat",
"path": "claude/macos-arm64/skills/git-commit/SKILL.md",
"ref": "311202c73327e82ead707defaec7bcf7032d169f",
"url": "https://github.com/catsforbots/cat/blob/311202c73327e82ead707defaec7bcf7032d169f/claude/macos-arm64/skills/git-commit/SKILL.md",
"key": "catsforbots/cat/claude/macos-arm64/skills/git-commit/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "# Shared First Use\n\n## Design Goals\n\n- Ensure an agent reads and follows a selected skill's complete instructions once in each conversation context.\n\n## Guidance\n\nIf you have not already read this skill's `first-use.md` in the current\nconversation context, read it now and follow it exactly. Otherwise, reuse its guidance.\nRead `first-use.md` again after the context resets or is compacted.",
"cost": {
"context_tokens": 97
}
}
Fetch it by URL: GET /api/v1/registry/catsforbots-cat-git-commit/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.