Token plan generate video
Skill coconilu/token-plan-media-hub/adapters/codex/token-plan-media-hub/skills/token-plan-generate-video
Submit and track an Alibaba Model Studio video-generation job through the local Token Plan Media Hub. Use for text-to-video requests and, only when reported by the Hub, image-to-video or reference-video requests. Do not use for deterministic editing, timeline composition, or an unsupported model capability.From its SKILL.md
npx -y skills add coconilu/token-plan-media-hub --skill token-plan-generate-videoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 149 tokens by cl100k_base, as published. Nobody here has run it
Token Plan Generate Video
- Require the
token-plan-media-hubMCP server. - Call
list_modelsfor the requested video capability. - Use only parameters declared by that model. Do not reuse duration or resolution limits from another model.
- Call
generate_videoand report the returned job ID immediately. - Poll with
get_jobat a conservative cadence. A timeout isunknown/pending, not success or failure. - When complete, return the artifact ID, local MP4 path, model, provider task ID summary, and manifest path.
If the user requests a silent result and the provider cannot disable audio, state that the Hub will remove the downloaded audio track locally.
What ships with it: 1 file
209 B alongside SKILL.md
agents/
- openai.yaml209 B