rw-fetch-api-reference
Installation
SKILL.md
Fetch Latest API Reference
Before guiding or implementing any Runway API integration, retrieve the current API reference and use it as the source of truth.
Why This Matters
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.
Steps
1. Fetch the API Reference
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.