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.
screenshot - Skill - OpenSmartRoute
Skillv1.0.0
screenshot
screenshot to new UI code. Primary owner: new UI reconstruction. Do not use for: locating existing source. Use when this role is selected by the Agent-Vorcl-Flow router.
Imported from Vitammiin/agent-vorcl-flow (skills/screenshot/SKILL.md). Install upstream with npx skills add Vitammiin/agent-vorcl-flow --skill screenshot. Copyright stays with the author.
Role: screenshot
Read ../../agents/screenshot.md completely and follow it as the canonical persona. Load only the task/domain skills needed for the current request. Routing ownership and negative criteria come from ../../scripts/roles.json.
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.
{
"ocm": "1",
"id": "vitammiin-agent-vorcl-flow-screenshot",
"kind": "skill",
"name": "screenshot",
"description": "screenshot to new UI code. Primary owner: new UI reconstruction. Do not use for: locating existing source. Use when this role is selected by the Agent-Vorcl-Flow router.",
"publisher": "Vitammiin",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"screenshot to new UI code. Primary owner: new UI reconstruction. Do not use for: locating existing source. Use when this role is selected by the Agent-Vorcl-Flow router."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Vitammiin/agent-vorcl-flow",
"path": "skills/screenshot/SKILL.md",
"ref": "434083e4826bd994c811090656960a6da6037e4f",
"url": "https://github.com/Vitammiin/agent-vorcl-flow/blob/434083e4826bd994c811090656960a6da6037e4f/skills/screenshot/SKILL.md",
"key": "Vitammiin/agent-vorcl-flow/skills/screenshot/SKILL.md"
}
},
"instructions": "<!-- generated by scripts/generate-role-skills.mjs; edit scripts/roles.json or agents/<role>.md -->\n\n# Role: screenshot\n\nRead `../../agents/screenshot.md` completely and follow it as the canonical persona. Load only the task/domain skills needed for the current request. Routing ownership and negative criteria come from `../../scripts/roles.json`.",
"cost": {
"context_tokens": 87
}
}
Fetch it by URL: GET /api/v1/registry/vitammiin-agent-vorcl-flow-screenshot/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.