ClaudeSuperPower

rw-generate-image

Skill

Generate images directly using the Runway API via runnable scripts. Supports text-to-image with optional reference images.

Install

git clone https://github.com/runwayml/skills.git ~/.claude/skills/rw-generate-image

What is rw-generate-image?

Generate images directly using the Runway API via runnable scripts. Supports text-to-image with optional reference images.

What this can do

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

Run shell commands

Declares Bash

Create and modify files

Declares Write or Edit

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

All declared tools (6)
BashEditGlobGrepReadWrite

Documentation

README · ~2 min read

Generate Image

Generate images directly using the Runway API. This skill runs Python scripts that call the API, poll for completion, and download the result.

IMPORTANT: Run scripts from the user's working directory so output files are saved where the user expects.

Usage

uv run scripts/generate_image.py --prompt "your description" --filename "output.png" [--model gen4_image] [--ratio 1280:720] [--reference-images Tag=URL ...]

Preflight

  1. command -v uv must succeed
  2. RUNWAYML_API_SECRET must be set in the environment. Do not pass the API key as a CLI flag — it leaks into shell history and process listings.

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.