| name | video-generation |
| description | Generate videos with the native video_generate tool. |
| metadata | {"hybridclaw":{"category":"media","tags":["video","generation","media","sora","veo"]}} |
| user-invocable | true |
Video Generation
Use the native video_generate tool when the user asks you to create, generate,
render, or make a deliverable video.
Do not use video_generate for image generation or video understanding. Use
image_generate for still images and the appropriate vision/video analysis
tooling for inspection.
Workflow
- Call
video_generate with action: "list" if you need to check whether a
video provider is configured or explain missing auth/model setup.
- For generation, pass a clear
prompt and optional aspectRatio,
resolution, and durationSeconds.
- The native provider layer supports OpenAI Sora 2 Pro / Sora 2 and Google
Veo 3.1 Fast / Veo 3 when those providers are configured.
- Treat provider
warnings as user-relevant when they change requested
options such as aspect ratio, resolution, or duration.
- Return the generated artifact directly in the final response. The tool owns
provider auth, provider quirks, file persistence, and media delivery paths.
Keep prompts concrete and cinematic. Include subject, movement, camera angle,
duration, aspect ratio, lighting, style, and any required audio direction when
the selected provider supports audio.