Turns Claude into a video generation client that hits the Runway API directly from your terminal. Ships with a Python script that handles text-to-video, image-to-video, and video-to-video workflows across seven models including seedance2, gen4.5, and veo3. The skill enforces security basics like keeping API keys out of shell history and generates timestamped filenames automatically. Most useful when you need to batch generate video variants or integrate video creation into a larger automation pipeline. Model selection guidance is solid: it maps common requests like "fast and cheap" to veo3.1_fast and "product ad" to seedance2. The polling and download logic means you get a local MP4 file without writing any code yourself.
npx skills add https://github.com/runwayml/skills --skill rw-generate-videoerichowens/some_claude_skills
github/awesome-copilot