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.
zoom-out - Skill - OpenSmartRoute
Skillv1.0.0
zoom-out
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
Imported from bupd/arch-bootc-hetzner (files/dot-agents/skills/zoom-out/SKILL.md). Install upstream with npx skills add bupd/arch-bootc-hetzner --skill zoom-out. Copyright stays with the author.
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers, using the project's domain glossary vocabulary.
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.
bupd-arch-bootc-hetzner-zoom-out.ocm.jsonjson
{
"ocm": "1",
"id": "bupd-arch-bootc-hetzner-zoom-out",
"kind": "skill",
"name": "zoom-out",
"description": "Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.",
"publisher": "bupd",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/bupd/arch-bootc-hetzner",
"path": "files/dot-agents/skills/zoom-out/SKILL.md",
"ref": "8bad2659ed01e352fdff43f607097f3e81fda3bd",
"url": "https://github.com/bupd/arch-bootc-hetzner/blob/8bad2659ed01e352fdff43f607097f3e81fda3bd/files/dot-agents/skills/zoom-out/SKILL.md",
"key": "bupd/arch-bootc-hetzner/files/dot-agents/skills/zoom-out/SKILL.md"
}
},
"instructions": "I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers, using the project's domain glossary vocabulary.",
"cost": {
"context_tokens": 42
}
}
Fetch it by URL: GET /api/v1/registry/bupd-arch-bootc-hetzner-zoom-out/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.