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.
npx claudepluginhub runwayml/skillsThis skill is limited to using the following tools:
Before guiding or implementing **any** Runway API integration, retrieve the current API reference and use it as the source of truth.
Calls 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.
Generates API docs from code or OpenAPI specs with examples, schemas, interactive Swagger UI/Redoc, and exports to Markdown, PDF, Postman, SDKs.
Generates API reference documentation with step-by-step guidance, production-ready code, and configurations for APIs and integrations. Useful for technical docs and API projects.
Share bugs, ideas, or general feedback.
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).