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 Q1143316492/wey-skills (mattpocock/zoom-out/SKILL.md). Install upstream with npx skills add Q1143316492/wey-skills --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 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.
q1143316492-wey-skills-zoom-out.ocm.jsonjson
{
"ocm": "1",
"id": "q1143316492-wey-skills-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": "Q1143316492",
"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/Q1143316492/wey-skills",
"path": "mattpocock/zoom-out/SKILL.md",
"ref": "ae1ea584981721292666d13f1ac7c7b8cc0fdefe",
"url": "https://github.com/Q1143316492/wey-skills/blob/ae1ea584981721292666d13f1ac7c7b8cc0fdefe/mattpocock/zoom-out/SKILL.md",
"key": "Q1143316492/wey-skills/mattpocock/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 vocabulary.",
"cost": {
"context_tokens": 40
}
}
Fetch it by URL: GET /api/v1/registry/q1143316492-wey-skills-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.