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 zedong-peng/woma (test/fixtures/source-adapter/ResearchStudio/ResearchStudio-Reel/skills/video-generation/SKILL.md). Install upstream with npx skills add zedong-peng/woma --skill video-generation. Copyright stays with the author.
Video Generation
Generate the final video.
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.
zedong-peng-woma-video-generation.ocm.jsonjson
{
"ocm": "1",
"id": "zedong-peng-woma-video-generation",
"kind": "skill",
"name": "video-generation",
"description": "Generate a video from a prepared script.",
"publisher": "zedong-peng",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate a video from a prepared script."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/zedong-peng/woma",
"path": "test/fixtures/source-adapter/ResearchStudio/ResearchStudio-Reel/skills/video-generation/SKILL.md",
"ref": "d79caee6bf5fc138a00841b69a81bcfd07e4a9fc",
"url": "https://github.com/zedong-peng/woma/blob/d79caee6bf5fc138a00841b69a81bcfd07e4a9fc/test/fixtures/source-adapter/ResearchStudio/ResearchStudio-Reel/skills/video-generation/SKILL.md",
"key": "zedong-peng/woma/test/fixtures/source-adapter/ResearchStudio/ResearchStudio-Reel/skills/video-generation/SKILL.md"
}
},
"instructions": "# Video Generation\n\nGenerate the final video.",
"cost": {
"context_tokens": 11
}
}
Fetch it by URL: GET /api/v1/registry/zedong-peng-woma-video-generation/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.