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 majiayu000/claude-skill-registry-data (workflow/repo-status/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill repo-status. Copyright stays with the author.
Instructions for getting the context
Commits in the last week: Execute bash scripts/last-commits.sh
Last week top contributors: Execute bash scripts/top-contributors.sh
Output
If there are more than 5 commits and at least 2 contributors, respond that the repository is in good shape; otherwise, that it’s in bad shape.
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": "majiayu000-claude-skill-registry-data-repo-status",
"kind": "skill",
"name": "repo-status",
"description": "Checks the status of the repository",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Checks the status of the repository"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry-data",
"path": "workflow/repo-status/SKILL.md",
"ref": "f863c11651055f498e1466492dc2a0d95721d2d5",
"url": "https://github.com/majiayu000/claude-skill-registry-data/blob/f863c11651055f498e1466492dc2a0d95721d2d5/workflow/repo-status/SKILL.md",
"key": "majiayu000/claude-skill-registry-data/workflow/repo-status/SKILL.md"
}
},
"instructions": "# Instructions for getting the context\n- Commits in the last week: Execute `bash scripts/last-commits.sh`\n- Last week top contributors: Execute `bash scripts/top-contributors.sh`\n\n# Output\nIf there are more than 5 commits and at least 2 contributors, respond that the repository is in good shape; otherwise, that it’s in bad shape.",
"cost": {
"context_tokens": 82
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-data-repo-status/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.