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.
gh-stats - Skill - OpenSmartRoute
Skillv1.0.0
gh-stats
Ask questions about any GitHub repo and get instant stats cards.
Imported from areai51/jutsu (bundled/gh-stats/SKILL.md). Install upstream with npx skills add areai51/jutsu --skill gh-stats. Copyright stays with the author.
gh-stats
Summarize any public GitHub repo using the gh CLI.
How to use
Run the repo-summary command with a repo slug like facebook/react.
Always pass --json fields as the script does; never prompt for auth.
If gh is missing or unauthenticated, report the script's JSON error card to the user instead of guessing.
After results arrive, you may use update_ui to add a Table or KeyValue card bound to "$.repo-summary".
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.
areai51-jutsu-gh-stats.ocm.jsonjson
{
"ocm": "1",
"id": "areai51-jutsu-gh-stats",
"kind": "skill",
"name": "gh-stats",
"description": "Ask questions about any GitHub repo and get instant stats cards.",
"publisher": "areai51",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask questions about any GitHub repo and get instant stats cards."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/areai51/jutsu",
"path": "bundled/gh-stats/SKILL.md",
"ref": "8fcde99787d21aa6ac1d8e844d0b21ae632e6c10",
"url": "https://github.com/areai51/jutsu/blob/8fcde99787d21aa6ac1d8e844d0b21ae632e6c10/bundled/gh-stats/SKILL.md",
"key": "areai51/jutsu/bundled/gh-stats/SKILL.md"
}
},
"instructions": "# gh-stats\n\nSummarize any public GitHub repo using the `gh` CLI.\n\n## How to use\n- Run the `repo-summary` command with a repo slug like `facebook/react`.\n- Always pass `--json` fields as the script does; never prompt for auth.\n- If `gh` is missing or unauthenticated, report the script's JSON error card to the user instead of guessing.\n- After results arrive, you may use `update_ui` to add a Table or KeyValue card bound to \"$.repo-summary\".",
"cost": {
"context_tokens": 110
}
}
Fetch it by URL: GET /api/v1/registry/areai51-jutsu-gh-stats/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.