# Video Generation

> Generate short videos for e-commerce products using Veo. Use this when the user asks for a video, motion, or animation of a product.

- Skill: `tara-shopos/video-generation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tara-shopos/video-generation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tara-shopos/video-generation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: Apache-2.0
- Author: tara-shopos (https://skillmd.com/u/tara-shopos)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tara-shopos/video-generation

---


# Video Generation Skill

## When to use this skill
Use this skill when the user wants to generate a video asset. Intents include:
- "Make a video of this shoe"
- "Animate this product"
- "Create a 5-second reveal video"

## Instructions
1.  **Identify Input**: Ensure you have a source image (for image-to-video) or a clear text description (for text-to-video).
2.  **Determine Parameters**:
    - Duration: Default to 5 seconds if not specified.
    - Aspect Ratio: 16:9 for web, 9:16 for social (Stories/TikTok).
3.  **Construct Tool Call**:
    - Call `generateVideo`.
    - Provide `prompt`, `image_url` (if applicable), and `aspect_ratio`.

## Examples
> User: "Create a cinematic video of this watch"
> Tool: `generateVideo`
> Args: { "prompt": "cinematic rotating shot of luxury watch", "duration": 5 }

