video_generation
SKILL.md
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
- Identify Input: Ensure you have a source image (for image-to-video) or a clear text description (for text-to-video).
- Determine Parameters:
- Duration: Default to 5 seconds if not specified.
- Aspect Ratio: 16:9 for web, 9:16 for social (Stories/TikTok).
- Construct Tool Call:
- Call
generateVideo. - Provide
prompt,image_url(if applicable), andaspect_ratio.
- Call
Examples
User: "Create a cinematic video of this watch" Tool:
generateVideoArgs: { "prompt": "cinematic rotating shot of luxury watch", "duration": 5 }