ClaudeSuperPower

rw-check-compatibility

Skill

Analyze a user's codebase to verify it can use Runway's public API (server-side requirement)

Install

git clone https://github.com/runwayml/skills.git ~/.claude/skills/rw-check-compatibility

What is rw-check-compatibility?

Analyze a user's codebase to verify it can use Runway's public API (server-side requirement)

What this can do

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

Run shell commands

Declares Bash

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

All declared tools (4)
BashGlobGrepRead

Documentation

README · ~3 min read

Check Compatibility

Analyze the user's project to determine whether it is compatible with Runway's public API.

Why This Matters

Runway's public API requires server-side invocation. The API key must never be exposed in client-side code. Projects that are purely frontend (static HTML/JS, client-only SPAs without a backend) cannot safely call the API.

Analysis Steps

Step 1: Identify the Project Type

Search the project root for these files to determine the stack:

FileIndicates
package.jsonNode.js project

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.