rw-fetch-api-reference

Solid

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

API & Backend 50 stars 13 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
57
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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](https://docs.dev.runwayml.com/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 - **Before** writing or suggesting integration code for video, image, audio, uploads, characters, documents, or any other Runway API feature, use the fetched content as the authoritative reference. - Prefer **exact** endpoint paths, model IDs, parameter names, and header values from the fetched reference over any cached or local documentation. - If the fetched content conflicts with text in other skills (e.g. `+rw-api-reference` or an integrate skill), **the fetched docs take precedence** for that session. ### 3. When to Re-Fetch - Re-fetch when the user asks to integrate a **new** capability or when you are unsure about an endpoint or parameter. - Re-fetch when the user reports errors that might be due to API changes (e.g. invalid model name...

Details

Author
runwayml
Repository
runwayml/skills
Created
3 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Featured

api-and-interface-design

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

45,628 Updated yesterday
addyosmani
Web & Frontend Featured

common-api-design

Apply REST API conventions — HTTP semantics, status codes, versioning, pagination, and OpenAPI standards for any framework. Use when designing endpoints, choosing HTTP methods, implementing pagination, or writing OpenAPI specs. (triggers: **/*.controller.ts, **/*.router.ts, **/*.routes.ts, **/routes/**, **/controllers/**, **/handlers/**, rest api, endpoint, http method, status code, versioning, pagination, openapi, api design, api contract)

498 Updated today
HoangNguyen0403
AI & Automation Solid

refly

Base skill for Refly ecosystem: creates, discovers, and runs domain-specific skills bound to workflows. Routes user intent to matching domain skills via symlinks, delegates execution to Refly backend. Use when user asks to: create skills, run workflows, automate multi-step tasks, or manage pipelines. Triggers: refly, skill, workflow, run skill, create skill, automation, pipeline. Requires: @refly/cli installed and authenticated.

7,331 Updated 2 months ago
refly-ai
AI & Automation Solid

research-lookup

Look up current research information using the Parallel Chat API (primary) or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information.

1,834 Updated 1 months ago
K-Dense-AI
AI & Automation Solid

reddit-fetch

Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.

8,472 Updated 2 weeks ago
ykdojo