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.
gz-chores - Skill - OpenSmartRoute
Skillv1.0.0
gz-chores
Namespace router → maintenance and code-quality chore skills. Use to pick the chore intent before invoking the matched concrete skill directly.
Imported from tvproductions/gzkit (.claude/skills/gz-chores/SKILL.md). Install upstream with npx skills add tvproductions/gzkit --skill gz-chores. Copyright stays with the author.
gz-chores
Intent
Skill
chore runner
gz-chore-runner
deps upgrade
gz-deps-upgrade
foundation triage
gz-foundation-triage
pythonic detect
gz-pythonic-pattern-detect
pythonic apply
gz-pythonic-pattern-apply
config check
gz-check-config-paths
cli audit
gz-cli-audit
Invoke the matched skill directly. See gz-skill-router for the full catalog.
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.
tvproductions-gzkit-gz-chores.ocm.jsonjson
{
"ocm": "1",
"id": "tvproductions-gzkit-gz-chores",
"kind": "skill",
"name": "gz-chores",
"description": "Namespace router → maintenance and code-quality chore skills. Use to pick the chore intent before invoking the matched concrete skill directly.",
"publisher": "tvproductions",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Namespace router → maintenance and code-quality chore skills. Use to pick the chore intent before invoking the matched concrete skill directly."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tvproductions/gzkit",
"path": ".claude/skills/gz-chores/SKILL.md",
"ref": "caf7a837904d656f69a151b57a3aca3894e1ca07",
"url": "https://github.com/tvproductions/gzkit/blob/caf7a837904d656f69a151b57a3aca3894e1ca07/.claude/skills/gz-chores/SKILL.md",
"key": "tvproductions/gzkit/.claude/skills/gz-chores/SKILL.md"
}
},
"instructions": "# gz-chores\n\n| Intent | Skill |\n|---|---|\n| chore runner | `gz-chore-runner` |\n| deps upgrade | `gz-deps-upgrade` |\n| foundation triage | `gz-foundation-triage` |\n| pythonic detect | `gz-pythonic-pattern-detect` |\n| pythonic apply | `gz-pythonic-pattern-apply` |\n| config check | `gz-check-config-paths` |\n| cli audit | `gz-cli-audit` |\n\nInvoke the matched skill directly. See `gz-skill-router` for the full catalog.",
"cost": {
"context_tokens": 104
}
}
Fetch it by URL: GET /api/v1/registry/tvproductions-gzkit-gz-chores/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.