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.
branch-maintenance - Skill - OpenSmartRoute
Skillv1.0.0
branch-maintenance
Safely synchronize the local default branch with its remote tracking branch and remove a specific merged local task branch. Use when the user asks to clean up branches, prune stale remote refs, update
Imported from rlatmfrl24/overthewall-schedule (.agents/skills/branch-maintenance/SKILL.md). Install upstream with npx skills add rlatmfrl24/overthewall-schedule --skill branch-maintenance. Copyright stays with the author.
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": "rlatmfrl24-overthewall-schedule-branch-maintenance",
"kind": "skill",
"name": "branch-maintenance",
"description": "Safely synchronize the local default branch with its remote tracking branch and remove a specific merged local task branch. Use when the user asks to clean up branches, prune stale remote refs, update master after a PR merge, or repeat the OTW short-lived branch closure workflow.",
"publisher": "rlatmfrl24",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Safely synchronize the local default branch with its remote tracking branch and remove a specific merged local task branch. Use when the user asks to clean up branches, prune stale remote refs, update master after a PR merge, or repeat the OTW short-lived branch closure workflow."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rlatmfrl24/overthewall-schedule",
"path": ".agents/skills/branch-maintenance/SKILL.md",
"ref": "0a7df7567b9fa89f732e1ccbb52841ae422a000f",
"url": "https://github.com/rlatmfrl24/overthewall-schedule/blob/0a7df7567b9fa89f732e1ccbb52841ae422a000f/.agents/skills/branch-maintenance/SKILL.md",
"key": "rlatmfrl24/overthewall-schedule/.agents/skills/branch-maintenance/SKILL.md"
}
},
"instructions": "<!-- Generated by scripts/sync-agent-to-cursor.mjs. Do not edit. -->\n\nRead the [canonical branch-maintenance skill](../../../.agent/skills/branch-maintenance/SKILL.md) before acting.\nResolve its references relative to that canonical file.",
"cost": {
"context_tokens": 59
}
}
Fetch it by URL: GET /api/v1/registry/rlatmfrl24-overthewall-schedule-branch-maintenance/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.