rw-check-org-details
Installation
SKILL.md
Check Organization Details
PREREQUISITE: Run
+rw-setup-api-keyfirst 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:
- Check for a
.envfile containingRUNWAYML_API_SECRET - 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.