Loading...
Loading...
Complete Runway API setup: check compatibility, configure API key, and integrate generation endpoints
npx skill4agent add runwayml/skills rw-recipe-full-setupPREREQUISITE: Runfirst to ensure the project has server-side capability.+rw-check-compatibility
+rw-check-compatibility+rw-setup-api-key@runwayml/sdkrunwaymlRUNWAYML_API_SECRET.gitignore.env| User wants... | Skill to use |
|---|---|
| Generate videos from text | |
| Animate images into video | |
| Edit/transform existing videos | |
| Generate images from text | |
| Generate images with references | |
| Text-to-speech | |
| Sound effects | |
| Voice isolation/dubbing | |
| Real-time conversational avatar | |
| Avatar with domain knowledge | |
| Multiple capabilities | Integrate each one, sharing the same client instance |
Does the input come from a public HTTPS URL?
├── YES → Pass the URL directly to the API
└── NO → Is it a local file or user-uploaded file?
├── YES → Use +rw-integrate-uploads to upload first, then pass runway:// URI
└── NO → Is it small enough for a data URI? (< 5MB image, < 16MB video)
├── YES → Convert to base64 data URI
└── NO → Use +rw-integrate-uploads