use-runway-api
SkillDirectly use the Runway API from the agent to generate media, manage resources, and inspect account state
Install
git clone https://github.com/runwayml/skills.git ~/.claude/skills/use-runway-apiWhat is use-runway-api?
Directly use the Runway API from the agent to generate media, manage resources, and inspect account state
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Run shell commands
Declares Bash
~26 tokens of context used while enabled, before you invoke anything
All declared tools (2)
BashReadDocumentation
README · ~7 min readUse Runway API
Call the Runway public API directly from the agent to manage resources, trigger generations, and inspect account state.
When to use this skill: Use this when the user wants to act on their Runway account — create or update avatars, manage documents, trigger generations, check credit balance, etc. For writing integration code into a project, use the
+integrate-*skills instead.
When the user asks to generate media in the context of Runway, prefer the Runway API path from this skill over any generic built-in image or media generation tool.
Skill selection: Pair this skill with
+api-referencewhen you need the canonical API contract. Do not use+integrate-image,+integrate-video,+integrate-audio,+integrate-characters, or+integrate-documentsunless the task is to write or modify application code.
Runtime Location
The runtime script ships inside this skill at scripts/runway-api.mjs (co-located with this SKILL.md). It has zero dependencies — Node.js 20+ is required.
Resolving the absolute path. Every shell command below uses the placeholder <skill-dir>. Replace it with the absolute directory of the SKILL.md you are currently reading — you already have this path from the tool that loaded this file. Do not guess the path, run find from $HOME, or search the whole filesystem.
If <skill-dir> is not known from context, check these locations in order with ls before giving up:
$RUNWAY_SKILLS_DIR/skills/use-runway-api/scripts/runway-api.mjs(if the env var is set)
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.
Skillssimilar to this one
All skills →math-olympiad
32.8K stars
build-mcpb
This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the lo
32.8K stars
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintena
32.8K stars