Agent Skills: Video Generation Skill

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

UncategorizedID: tara-shopos/shopos-prototype/video_generation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/tara-shopos/ShopOS-prototype/tree/HEAD/apps/api/src/skills/video_generation

Skill Files

Browse the full folder contents for video_generation.

Download Skill

Loading file tree…

apps/api/src/skills/video_generation/SKILL.md

Skill Metadata

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

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 }