openrouter-video-gen
Installation
SKILL.md
OpenRouter video generation
Use this skill when the task is to generate video via OpenRouter's dedicated video API rather than an image or text endpoint.
What this skill provides
scripts/list_video_models.pyto inspect the current video-capable model catalogscripts/generate_video.pyto submit, poll, and download generated video filesreferences/openrouter-video-generation.mdwith the request model and async workflow distilled from the OpenRouter docs
Prefer the bundled scripts over handwritten curl loops.
One-time setup
Ensure OPENROUTER_VIDEO_API_KEY is set in the environment.
The scripts use Python's standard library only, so no extra package install is required.