这是Runway官方的API技能包,专门做媒体生成,能跑图像、视频、音频和实时模型。你只要告诉AI代理要什么,它就会自动调API、轮询任务状态、下载结果,单个素材或批量几百个都能搞定。支持seedance2、gen4.5、veo3、Nano、Banana Pro这些模型。除了直接生成,还能引导你把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