Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pexoai avatar

Veo 3.2 Prompter

  • 391 installs
  • 762 repo stars
  • Updated July 21, 2026
  • pexoai/pexo-skills

veo-3.2-prompter is a coding-agent skill that crafts Veo 3.2 video prompts with shot lists, motion, lighting, and style tokens so agents generate consistent cinematic clips for ads, demos, and social content.

About

veo-3.2-prompter is a pexoai/pexo-skills guide for structuring Google Veo 3.2 video generation prompts from coding agents. The skill helps developers and creative engineers produce shot lists, motion direction, lighting notes, and style tokens that yield consistent cinematic clips across ads, product demos, and social content. Rather than writing free-form prose, veo-3.2-prompter encodes repeatable prompt patterns agents can invoke when a project needs generated video assets. Developers reach for it when integrating Veo 3.2 into content pipelines and need prompt scaffolding that survives iteration across multiple generated clips.

  • Shot-by-shot prompt scaffolding
  • Motion and camera directive patterns
  • Style and lighting consistency controls
  • Negative prompt and safety guardrails
  • Iteration loops for clip refinement

Veo 3.2 Prompter by the numbers

  • 391 all-time installs (skills.sh)
  • +10 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #446 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pexoai/pexo-skills --skill veo-3.2-prompter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs391
repo stars762
Last updatedJuly 21, 2026
Repositorypexoai/pexo-skills

How do you write effective Veo 3.2 video generation prompts?

Craft Veo 3.2 video prompts with shot lists, motion, lighting, and style tokens so agents generate consistent cinematic clips for ads, demos, and social content.

Who is it for?

Developers building Veo 3.2 video generation workflows who need repeatable cinematic prompt templates for ads and demos.

Skip if: Static image generation pipelines or teams not using Google Veo 3.2 as their video model backend.

When should I use this skill?

A project needs Veo 3.2 video prompts with shot lists, motion, lighting, and style tokens for consistent clip generation.

What you get

Structured Veo 3.2 prompts, shot lists, motion and lighting specs, and style token sets for generated clips.

  • Veo 3.2 prompt templates
  • Shot lists
  • Style and lighting token sets

Files

SKILL.mdMarkdownGitHub ↗

Veo 3.2 Prompt Designer Skill

This skill transforms a user's scattered multimodal assets (images, videos, audio) and creative intent into a structured, executable prompt for the Google Veo 3.2 video generation model (Artemis engine). It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model.

When to Use

  • When the user provides assets (images, videos, audio) for video generation with Veo 3.2.
  • When the user's request is complex and requires careful prompt construction for the Veo model.
  • When using any Google Veo 3.x model for video generation.

Core Function

This skill analyzes all user inputs and generates a single, optimized JSON object containing the final prompt and recommended parameters. The internal workflow (Recognition, Mapping, Construction) is handled automatically and should not be exposed to the user.

Internal Workflow

1. Phase 1: Recognition — Analyze uploaded assets and user intent. Use the atomic_element_mapping.md to classify each asset into its atomic element role(s). 2. Phase 2: Mapping — For each atomic element, determine the optimal reference method (reference image, text prompt, or hybrid). Use the mapping table to decide. 3. Phase 3: Construction — Assemble the final prompt using the 5-Part Framework (Shot → Subject → Environment → Camera → Style) and attach reference images via the Gemini API's RawReferenceImage system.

Usage Example

User Request: "Make a cinematic shot of this perfume bottle rotating on a dark surface, like a luxury commercial." User uploads `perfume.png`

Agent using `veo-3.2-prompter`: The agent internally processes the request and assets, then outputs the final JSON to the next skill in the chain.

Final Output (for internal use):

{
  "final_prompt": "Hero shot, a frosted glass perfume bottle with gold cap rotating slowly on a reflective dark surface, three-point studio lighting with soft key and rim light creating subtle caustics, smooth 180-degree arc, hyper-realistic luxury commercial style with shallow depth of field. Crystalline chime, soft ambient pad.",
  "reference_images": [
    {
      "file": "perfume.png",
      "reference_type": "SUBJECT"
    }
  ],
  "recommended_parameters": {
    "model": "veo-3.2-generate",
    "duration_seconds": 8,
    "aspect_ratio": "16:9",
    "resolution": "1080p",
    "generate_audio": true
  }
}

Veo 3.2 Key Differentiators

FeatureCapability
EngineArtemis — world-model physics simulation (not pixel prediction)
Max duration~30s native continuous generation
AudioNative dialogue + synchronized SFX
Reference imagesUp to 3 (STYLE, SUBJECT, SUBJECT_FACE)
Video extensionChain clips via previous video input
First/last frameSpecify start and/or end keyframes
Resolutions720p, 1080p, 4K (with upscaling)
Aspect ratios16:9, 9:16

Knowledge Base

This skill relies on an internal knowledge base to make informed decisions. The agent MUST consult these files during execution.

  • `references/atomic_element_mapping.md`: Core Knowledge. Contains the "Asset Type → Atomic Element" and "Atomic Element → Optimal Reference Method" mapping tables, adapted for Veo 3.2's reference image system.
  • `references/veo_syntax_guide.md`: Veo 3.2 Gemini API syntax reference, covering RawReferenceImage, GenerateVideosConfig, video extension, and first/last frame specification.

Related skills

How it compares

Pick veo-3.2-prompter for structured Veo 3.2 cinematic prompts; use general generative media skills when the output is images or non-Veo video models.

FAQ

What does veo-3.2-prompter help agents produce?

The veo-3.2-prompter skill helps agents craft Veo 3.2 video prompts with shot lists, motion direction, lighting notes, and style tokens for consistent cinematic clips in ads, demos, and social content.

Which video model does veo-3.2-prompter target?

The veo-3.2-prompter skill targets Google Veo 3.2 video generation, encoding prompt structure so coding agents output repeatable cinematic instructions instead of unstructured prose.

Generative Mediallmautomationresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.