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.
Imported from tuorjp/app_aula_02 (.agent/skills/superpowers-lab/SKILL.md). Install upstream with npx skills add tuorjp/app_aula_02 --skill superpowers-lab. Copyright stays with the author.
Superpowers Lab
Overview
Lab environment for Claude superpowers
When to Use This Skill
Use this skill when you need to work with lab environment for claude superpowers.
Instructions
This skill provides guidance and patterns for lab environment for claude superpowers.
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.
tuorjp-app-aula-02-superpowers-lab.ocm.jsonjson
{
"ocm": "1",
"id": "tuorjp-app-aula-02-superpowers-lab",
"kind": "skill",
"name": "superpowers-lab",
"description": "Lab environment for Claude superpowers",
"publisher": "tuorjp",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Lab environment for Claude superpowers"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tuorjp/app_aula_02",
"path": ".agent/skills/superpowers-lab/SKILL.md",
"ref": "960d972945a25d26d80beb740b19ee4837d98a9c",
"url": "https://github.com/tuorjp/app_aula_02/blob/960d972945a25d26d80beb740b19ee4837d98a9c/.agent/skills/superpowers-lab/SKILL.md",
"key": "tuorjp/app_aula_02/.agent/skills/superpowers-lab/SKILL.md"
}
},
"instructions": "# Superpowers Lab\n\n## Overview\n\nLab environment for Claude superpowers\n\n## When to Use This Skill\n\nUse this skill when you need to work with lab environment for claude superpowers.\n\n## Instructions\n\nThis skill provides guidance and patterns for lab environment for claude superpowers.\n\nFor more information, see the [source repository](https://github.com/obra/superpowers-lab).",
"cost": {
"context_tokens": 94
}
}
Fetch it by URL: GET /api/v1/registry/tuorjp-app-aula-02-superpowers-lab/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.