这个和rw-generate-image是同一套Runway API技能包,但侧重点在集成到应用里。它同样支持用Runway的API生成视频、图像和音频,跑广告批量素材、产品视频这些,模型支持也很全。区别在于它更强调引导AI代理把Runway能力加到服务端项目里,从验证兼容性、配置凭证,到写框架特定的路由、处理文件上传和任务轮询这些细节都会覆盖。适合开发者想把Runway的生成能力嵌入到自己网站或应用后台,而不是只做一次性生成。
查看英文原文
Runway API Skills Media Generation at scale. One platform to run the best image, video, audio and real time models. Generate videos, images, and audio with Runway's API — batch Ad campaigns, product videos, multishot stories, and creative iteration. Supports seedance2, gen4.5, veo3, Nano, Banana Pro, and more. Works with Claude Code, Cursor, Codex, and other compatible agents. Two Ways to Use 1. Generate media at scale Tell your agent what to create and it handles the rest — calls the API, polls for completion, downloads the result. Generate one asset or orchestrate hundreds. [安装/使用命令见下方] [安装/使用命令见下方] [安装/使用命令见下方] 2. Integrate into your app Guide your agent through adding Runway capabilities to a server side project: verify compatibility, set up credentials, write framework specific routes, and handle edge cases like file uploads and task polling. [安装/使用命令见下方] Installation Claude Code (community marketplace) [安装/使用命令见下方] You can also run /plugin in Claude Code, open Discover , search for runway api skills , and install from there. After installing or updating plugins, run /reload plugins if skills do not appear immediately. Other agents ( npx skills ) [安装/使用命令见下方] Select all the skills with your keyboard (Space to select, arrow keys to navigate), then press Enter to install. Prerequisites A Runway developer account with prepaid credits ($10 minimum) For generation skills: uv (Python package runner) and RUNWAYML API SECRET env var For integration skills: a server side project — Node.js 18+ or Python 3.8+ with a backend framework Available Skills Generation (run directly) Generate media assets directly — your agent runs the scripts, polls for completion, and saves the output. Skill Description rw generate video Generate videos: text to video, image to video, video to video rw generate image Generate images: text to image with optional reference images rw generate audio Generate audio: TTS, sound effects, voice isolation, dubbing, voice conversion Integration (add to y