skills/rw-fetch-api-reference/SKILL.md
Retrieve the latest Runway API reference from docs.dev.runwayml.com and use it as the authoritative source before any integration work
npx skillsauth add runwayml/skills rw-fetch-api-referenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before guiding or implementing any Runway API integration, retrieve the current API reference and use it as the source of truth.
The Runway API is the official reference. Models, endpoints, request/response shapes, and versioning can change. Using the live docs ensures integration guidance and code match the latest API.
Retrieve the contents of:
https://docs.dev.runwayml.com/api/
Use your available fetch tool (e.g. mcp_web_fetch or equivalent) to load this URL. The page contains the full API reference: endpoints, request bodies, accepted values, and examples.
+rw-api-reference or an integrate skill), the fetched docs take precedence for that session.Proceed with the relevant integrate skill (+rw-integrate-video, +rw-integrate-image, +rw-integrate-audio, +rw-integrate-uploads, +rw-integrate-characters, +rw-integrate-documents, +rw-integrate-character-embed) using the retrieved reference to guide implementation.
https://api.dev.runwayml.com.Authorization: Bearer <RUNWAYML_API_SECRET> and X-Runway-Version: 2024-11-06 (or the version stated in the fetched docs).development
Directly use the Runway API from the agent to generate media, manage resources, and inspect account state
development
Guide users through obtaining and configuring a Runway API key
development
Complete Runway API setup: check compatibility, configure API key, and integrate generation endpoints
development
Help users integrate Runway video generation APIs (text-to-video, image-to-video, video-to-video)