rw-generate-video
Generate Video
Generate videos directly using the Runway API. This skill runs Python scripts that call the API, poll for completion, and download the result.
IMPORTANT: Run scripts from the user's working directory so output files are saved where the user expects.
Usage
uv run scripts/generate_video.py --prompt "your description" --filename "output.mp4" [--model seedance2] [--ratio 1280:720] [--duration 5] [--image-url "..."]
Preflight
command -v uvmust succeed. If not, tell the user to install uv:curl -LsSf https://astral.sh/uv/install.sh | shRUNWAYML_API_SECRETmust be set in the environment. Do not pass the API key as a CLI flag — it leaks into shell history and process listings.
Security Notes
More from runwayml/skills
rw-integrate-video
Help users integrate Runway video generation APIs (text-to-video, image-to-video, video-to-video)
81rw-api-reference
Complete reference for Runway's public API: models, endpoints, costs, limits, and types
80rw-integrate-uploads
Help users upload local files to Runway for use as inputs to generation models
75rw-integrate-image
Help users integrate Runway image generation APIs (text-to-image with reference images)
73rw-setup-api-key
Guide users through obtaining and configuring a Runway API key
73rw-recipe-full-setup
Complete Runway API setup: check compatibility, configure API key, and integrate generation endpoints
73