ClaudeSuperPower

rw-fetch-api-reference

Skill

Retrieve the latest Runway API reference from docs.dev.runwayml.com and use it as the authoritative source before any integration work

Install

git clone https://github.com/runwayml/skills.git ~/.claude/skills/rw-fetch-api-reference

What is rw-fetch-api-reference?

Retrieve the latest Runway API reference from docs.dev.runwayml.com and use it as the authoritative source before any integration work

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Read files only

Read-only tools

~34 tokens of context used while enabled, before you invoke anything

All declared tools (3)
GlobGrepRead

Documentation

README · ~1 min read

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.

2. Use It Before Integrating

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.