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.py to inspect the current video-capable model catalog
  • scripts/generate_video.py to submit, poll, and download generated video files
  • references/openrouter-video-generation.md with 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.

Model discovery

Installs
4
Repository
giarld/skills
GitHub Stars
5
First Seen
Apr 17, 2026
openrouter-video-gen — giarld/skills