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.
hyperframes-cli - Skill - OpenSmartRoute
Skillv1.0.0
hyperframes-cli
Inspect, validate, preview, and render the active iPollo Video project with its bundled HyperFrames CLI.
Imported from Devin-AXIS/iPolloWork (.agents/skills/hyperframes-cli/SKILL.md). Install upstream with npx skills add Devin-AXIS/iPolloWork --skill hyperframes-cli. Copyright stays with the author.
HyperFrames CLI
Use only the CLI command and project path supplied by the active iPollo Video session.
Inspect the exact project before changing it.
Use bounded validation, preview, or render commands appropriate to the request.
Do not install global packages, upgrade dependencies, or start an extra persistent server.
Treat command failures as actionable diagnostics and fix the project rather than bypassing checks.
Report the command that verified the final result.
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": "devin-axis-ipollowork-hyperframes-cli",
"kind": "skill",
"name": "hyperframes-cli",
"description": "Inspect, validate, preview, and render the active iPollo Video project with its bundled HyperFrames CLI.",
"publisher": "Devin-AXIS",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Inspect, validate, preview, and render the active iPollo Video project with its bundled HyperFrames CLI."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Devin-AXIS/iPolloWork",
"path": ".agents/skills/hyperframes-cli/SKILL.md",
"ref": "be54633f4fc82f16b4e05fbb4226427a82820535",
"url": "https://github.com/Devin-AXIS/iPolloWork/blob/be54633f4fc82f16b4e05fbb4226427a82820535/.agents/skills/hyperframes-cli/SKILL.md",
"key": "Devin-AXIS/iPolloWork/.agents/skills/hyperframes-cli/SKILL.md"
}
},
"instructions": "# HyperFrames CLI\n\nUse only the CLI command and project path supplied by the active iPollo Video session.\n\n1. Inspect the exact project before changing it.\n2. Use bounded validation, preview, or render commands appropriate to the request.\n3. Do not install global packages, upgrade dependencies, or start an extra persistent server.\n4. Treat command failures as actionable diagnostics and fix the project rather than bypassing checks.\n5. Report the command that verified the final result.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/devin-axis-ipollowork-hyperframes-cli/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.