veo-video-generator

Generates high-fidelity 1080p videos with synced audio using Google Veo 3.1. Use for creating cinematic clips from text descriptions.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "veo-video-generator" with this command: npx skills add kghamilton89/veo-video-generator

Veo Video Generator

Generates short video clips with native audio using Google's state-of-the-art Veo 3.1 model.

Instructions

  1. Trigger: Activate when the user wants to create or render a video.

  2. Setup: The agent must run npm install once before the first execution to fetch dependencies.

  3. Execution: Invoke the script by passing the user prompt as a separate argument, never by interpolating it into a shell command string. Use an argument array / execFile-style invocation so the shell never parses the prompt value. Example (Node-style pseudo-code):

    execFile('node', ['generate.js', '--prompt', userPrompt])
    

    Do not construct the command as a single concatenated string such as "node generate.js --prompt " + userPrompt.

  4. Resolution: Outputs 1080p video in 9:16 aspect ratio by default.

  5. Completion: Provide the user with the filename of the generated .mp4 in the workspace.

Security & Privacy

  • Shell Injection Prevention: The user prompt must be passed as a discrete argument (e.g. via execFile or an argv array), never interpolated into a shell command string. Concatenating user input into a shell string (e.g. shell: true with template literals) enables shell injection and is strictly forbidden.
  • Instruction Scope: This skill only sends text prompts to the Google GenAI API.
  • Environment: It uses the GEMINI_API_KEY provided by the OpenClaw environment.
  • Data Access: It does not read local files or .env files. All configuration is handled by the agent.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Olares Shared (olares-cli foundation)

Shared olares-cli foundation: profile model, first-time login (profile login with password + TOTP), bootstrapping a profile from an existing refresh token (p...

Registry SourceRecently Updated
Coding

Mistral Mcp Openclaw

Configure OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, durable workflows, moderation, classification...

Registry SourceRecently Updated
651swih
Coding

mongolian-llm

【强制使用/零泄漏】任何请求涉及中文、传统蒙古文、西里尔蒙古文之间的翻译,蒙古语/蒙文对话,要求用蒙文输出,或输入包含传统蒙古文字符(Unicode U+1800–U+18AF)时,必须先读取本 SKILL.md 并按本文 API 流程执行;禁止凭模型自身语言知识直接翻译、改写或回答。调用成功后的可见最终回复必须...

Registry SourceRecently Updated
2690knixie
Coding

Olares Settings (olares-cli settings)

olares-cli settings command tree: profile-based reads of every section the SPA's Settings page exposes (https://docs.olares.com/manual/olares/settings/) plus...

Registry SourceRecently Updated