openrouter-video-generate
Installation
SKILL.md
OpenRouter Video Generation
Use this skill to submit asynchronous OpenRouter video jobs, poll them to a terminal state, and save completed video files.
Default workflow
- Use the OpenRouter API key from the current environment first. If it is missing, rely on the bundled script's automatic lookup of the nearest project
.envfile containingOPENROUTER_API_KEY, unless the user explicitly provides another environment variable name or env file path. - Pick a model from the user's request. If no model is specified, use
bytedance/seedance-2.0and mention that the user can override it. Use model discovery before assuming support for unusual resolutions, aspect ratios, audio, images, or provider options. - Use
scripts/openrouter_video_generate.pyrather than constructing requests and polling loops manually. - Save generated videos to a user-visible output directory, defaulting to the current working directory if the user did not specify one.
- Do not print API keys or put them directly on the command line because shell history may capture them.
Bundled script
Submit, wait, and download in one command: