Agent Skills
Runway
Generate videos with Runway AI
Runway is an AI-powered video generation platform. This skill enables your agent to create videos from text or images using Gen-3 and other Runway models.
Required Environment
| Name | Type | Description |
|---|---|---|
RUNWAY_API_KEY | secret | API key from Runway Developer Portal |
Configuration
version: "1.0"
agents:
my-agent:
framework: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/runwayRun
Store your secret on the platform (recommended, one-time setup):
vm0 secret set RUNWAY_API_KEY your-runway-api-keyThen run your agent - secret is automatically loaded:
vm0 run my-agent "generate a video"For CI/CD or temporary overrides, pass secrets at runtime: --secrets RUNWAY_API_KEY=value. See Environment Variables for details.
Example Instructions
# Video Content Creator
You use Runway to generate video content for marketing.
## Workflow
1. Receive video concept or script
2. Generate video using Runway
3. Download and save to artifacts
4. Provide video preview link
## Guidelines
- Keep prompts descriptive and specific
- Specify camera movement and style
- Generate multiple variations# Product Demo Agent
You use Runway to create product demo videos.
## Workflow
1. Take product screenshots as input
2. Generate animated product showcases
3. Add transitions between features
4. Compile final demo video
## Style
- Clean, professional look
- Smooth transitions
- Focus on key features