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.
re-worker - Skill - OpenSmartRoute
Skillv1.0.0
re-worker
Use this skill when asked to analyze, decompile, or type a single function and return a JSON artifact. Not for coordinating other agents.
Imported from bodencrouch/AgentDecompile (.claude/skills/re-worker/SKILL.md). Install upstream with npx skills add bodencrouch/AgentDecompile --skill re-worker. Copyright stays with the author (AGPL-3.0-or-later).
Read that file immediately and follow it. Do not continue from this stub.
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.
bodencrouch-agentdecompile-re-worker.ocm.jsonjson
{
"ocm": "1",
"id": "bodencrouch-agentdecompile-re-worker",
"kind": "skill",
"name": "re-worker",
"description": "Use this skill when asked to analyze, decompile, or type a single function and return a JSON artifact. Not for coordinating other agents.",
"publisher": "bodencrouch",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill when asked to analyze, decompile, or type a single function and return a JSON artifact. Not for coordinating other agents."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/bodencrouch/AgentDecompile",
"path": ".claude/skills/re-worker/SKILL.md",
"ref": "71d19753ba373e2c487976e6233bee2fe47dc271",
"url": "https://github.com/bodencrouch/AgentDecompile/blob/71d19753ba373e2c487976e6233bee2fe47dc271/.claude/skills/re-worker/SKILL.md",
"key": "bodencrouch/AgentDecompile/.claude/skills/re-worker/SKILL.md"
},
"license": "AGPL-3.0-or-later"
},
"instructions": "# re-worker\n\nCanonical skill: [../../../.agents/skills/re-worker/SKILL.md](../../../.agents/skills/re-worker/SKILL.md)\n\nRead that file immediately and follow it. Do not continue from this stub.",
"cost": {
"context_tokens": 48
}
}
Fetch it by URL: GET /api/v1/registry/bodencrouch-agentdecompile-re-worker/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.