
from skills55
Run Python scripts to generate videos via the Runway API (text→video, image→video, video→video) with model selection, polling, and safe output handling.
Provides runnable scripts and guidance for generating videos through the Runway API. The skill handles invoking models, polling for job completion, downloading results, and recommends filename conventions and preflight checks.
Use when the user requests automated video generation, batch campaigns, or iterative creative passes: text-to-video, image-to-video, or video-to-video transformations. Also use when integrating Runway model choices into a production workflow that needs safe handling of API keys and outputs.
generate_video.py helper invocation pattern (runs via uv run)Agents that can run shell commands and manage files (CLI-capable assistants, automation agents with Runway creds).
Runway video generation skill with clean SKILL.md covering text-to-video, image-to-video, and video-to-video modes. No bundled scripts to test (scripts fetched at runtime via uv). Documentation is thorough with model selection guidance, parameter tables, and common failure scenarios. Security practices are solid — avoids CLI flag for API keys, warns about untrusted URLs.
Well-structured skill from Runway's official repo. Good security hygiene around API key handling. No scripts included in the audit payload to statically analyze or run — the actual Python script is fetched at runtime by uv.
Runway — Integrate Audio
Guides server-side integration of Runway audio APIs: TTS, sound effects, voice isolation, dubbing and speech-to-speech conversion.
Runway Generate Audio
Generate TTS, sound effects, voice isolation, dubbing, and speech-to-speech conversions via Runway's API using provided runnable scripts.