check-compatibility

Installation
SKILL.md

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:

Installs
47
Repository
runwayml/skills
GitHub Stars
55
First Seen
Mar 25, 2026
check-compatibility — runwayml/skills