ClaudeSuperPower

rw-check-org-details

Skill

Query the Runway API for organization details: rate limits, credit balance, usage tier, and daily generation counts

Install

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

What is rw-check-org-details?

Query the Runway API for organization details: rate limits, credit balance, usage tier, and daily generation counts

What this can do

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

Run shell commands

Declares Bash

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

All declared tools (4)
BashGlobGrepRead

Documentation

README · ~3 min read

Check Organization Details

PREREQUISITE: Run +rw-setup-api-key first to ensure the API key is configured.

Query the Runway API to retrieve the user's organization details — credit balance, usage tier, rate limits, current daily generation counts, and historical credit usage.

Step 1: Verify API Key Is Available

Before making any requests, confirm the API key is accessible:

  1. Check for a .env file containing RUNWAYML_API_SECRET
  2. Or check if the environment variable is set: echo $RUNWAYML_API_SECRET

If the key is not found, tell the user to run +rw-setup-api-key first and stop.

Step 2: Query Organization Info

Call GET /v1/organization to retrieve the org's tier, credit balance, and current usage.

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.