VM0VM0
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

NameTypeDescription
RUNWAY_API_KEYsecretAPI key from Runway Developer Portal

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    framework: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/runway

Run

Store your secret on the platform (recommended, one-time setup):

vm0 secret set RUNWAY_API_KEY your-runway-api-key

Then 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

AGENTS.md
# 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
AGENTS.md
# 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