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:

File Indicates
package.json Node.js project
requirements.txt, pyproject.toml, Pipfile, setup.py Python project
go.mod Go project
Related skills
Installs
47
Repository
runwayml/skills
GitHub Stars
44
First Seen
Mar 25, 2026