From runway-api
Fetches latest Runway API reference from docs.dev.runwayml.com/api/ and mandates its use as authoritative source before any Runway API integration guidance or code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/runway-api:rw-fetch-api-referenceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before guiding or implementing **any** Runway API integration, retrieve the current API reference and use it as the source of truth.
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).npx claudepluginhub anthropics/claude-plugins-official --plugin runway-apiCalls Runway API via Node.js script to generate media, manage avatars/documents/resources, trigger generations, and inspect account credits/balance. Use for direct Runway account actions.
Forces Claude to web-search and read current official documentation before implementing, integrating, or debugging third-party APIs, libraries, frameworks, and services when latest behavior or correctness matters.
Generates API docs from code or OpenAPI specs with examples, schemas, interactive Swagger UI/Redoc, and exports to Markdown, PDF, Postman, SDKs.