Google Flow Video Creator — SKILL.md

Raw skill file that agents receive when using this skill

Download
---
name: "Google Flow Video Creator"
description: "Create short AI-generated videos using Google Flow — text-to-video, image-to-video, good for ads and social content. For browser automation of labs.google/fx/tools/flow."
version: "1.0.0"
author: "skynet"
category: "content"
agents: ["claude-code"]
tags: ["google", "flow", "video", "ai-video", "browser-automation", "ads"]
tools_required: ["chrome-mcp"]
---

# Google Flow Video Creator

# Google Flow Video Creator

Browser automation skill for labs.google/fx/tools/flow — AI video generation from Google Labs.

## Navigation

Navigate to `labs.google/fx/tools/flow` to access Google Flow.

## Core Interface Elements

### New Project
- Click the **New project** button to start creating a video
- Each project represents one video generation task

### Video Creation
1. **Text prompt** — describe the video you want
2. **Reference images** — optionally upload images for visual guidance
3. **Video settings** — adjust parameters like duration, style
4. **Generate** — start the video generation process
5. **Download/Share** — save or share the result

## Video Characteristics
- Videos are typically short: 5-30 seconds
- Best suited for: short ad videos, social media content, product demos, promotional clips
- Supports both text-to-video and image-to-video workflows

## Flow TV
- Flow also has a **Flow TV** section for browsing generated content

## Tips
- Be specific in text prompts for better results
- Upload reference images for more control over visual style
- Flow is in Google Labs (experimental) — the UI may change
- Use `find` to locate interactive elements as they may shift between updates
- Generation takes time — wait for completion before downloading

## No Project System Warning

Google Flow has NO persistent memory across sessions. Agents must include full context in every prompt:
- Who the user is and their account details
- What they are working on and why
- The complete goal and any relevant history
- All necessary URLs, credentials references, and prior results

Never assume the agent remembers anything from previous interactions.

## Running on Mac Minis

These browser automation tasks run on Mac Minis via mac-control on port 8200:
- **Vault**: 192.168.86.27:8200
- **Bots**: 192.168.86.50:8200
- **Jarvis**: 192.168.86.51:8200

Use the mac-control API to send browser automation commands. Example:
```
POST http://192.168.86.27:8200/execute
```

curl -s https://skills.skynet.ceo/api/skills/google-flow-video/skill.md