Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strate...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install video-prompting-guide或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install video-prompting-guide⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/video-prompting-guide/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: video-prompting-guide description: "Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strategies. Learn: shot types, camera movements, lighting, pacing, style keywords, negative prompts. Use for: improving video quality, getting consistent results, professional video prompts. Triggers: video prompt, how to prompt video, veo prompts, video generation tips, better ai video, video prompt engineering, video prompt guide, video prompt template, ai video tips, video prompt best practices, video prompt examples, cinematography prompts" allowed-tools: Bash(infsh *) ---
Best practices for writing effective AI video generation prompts via inference.sh.
curl -fsSL https://cli.inference.sh | sh && infsh login
# Well-structured video prompt
infsh app run google/veo-3-1-fast --input '{
"prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field"
}'
> Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.
[Shot Type] + [Subject] + [Action] + [Setting] + [Lighting] + [Style] + [Technical]
"Slow motion close-up of coffee being poured into a white ceramic cup,
steam rising, morning sunlight streaming through window, warm color grading,
cinematic, 4K, shallow depth of field"
| Shot Type | Description | Use For | |-----------|-------------|---------| | Wide shot | Shows entire scene | Establishing location | | Medium shot | Waist-up framing | Conversations, actions | | Close-up | Face or detail | Emotion, product detail | | Extreme close-up | Single feature | Drama, texture | | Aerial shot | Bird's eye view | Landscapes, scale | | Low angle | Camera looking up | Power, grandeur | | High angle | Camera looking down | Vulnerability | | Dutch angle | Tilted camera | Unease, tension | | POV shot | First person view | Immersion |
| Movement | Description | Effect | |----------|-------------|--------| | Tracking shot | Camera follows subject | Dynamic, engaging | | Dolly in/out | Camera moves toward/away | Focus, reveal | | Pan | Horizontal rotation | Survey scene | | Tilt | Vertical rotation | Reveal height | | Crane shot | Vertical + horizontal | Dramatic reveal | | Handheld | Slight shake | Realism, urgency | | Steadicam | Smooth following | Professional, cinematic | | Zoom | Lens zoom in/out | Quick focus change | | Static | No movement | Contemplation, stability |
| Keyword | Effect | |---------|--------| | Golden hour | Warm, soft, romantic | | Blue hour | Cool, moody, twilight | | High key | Bright, minimal shadows | | Low key | Dark, dramatic shadows | | Rim lighting | Subject outlined with light | | Backlit | Light from behind subject | | Soft lighting | Gentle, flattering | | Hard lighting | Sharp shadows, contrast | | Neon | Colorful, urban, cyberpunk | | Natural lighting | Realistic, documentary |
cinematic, film grain, anamorphic lens, letterbox,
shallow depth of field, bokeh, 35mm film,
color grading, theatrical
minimalist, maximalist, vintage, retro, futuristic,
cyberpunk, steampunk, noir, pastel, vibrant,
muted colors, high contrast, desaturated
4K, 8K, high resolution, photorealistic,
hyperrealistic, ultra detailed, professional,
broadcast quality, HDR
infsh app run google/veo-3-1-fast --input '{
"prompt": "Smooth tracking shot around a sleek smartphone on a white pedestal, soft studio lighting, product photography style, reflections on surface, 4K, shallow depth of field"
}'
infsh app run google/veo-3-1 --input '{
"prompt": "Slow motion extreme close-up of a hummingbird hovering at a red flower, wings in motion blur, shallow depth of field, golden hour lighting, National Geographic style"
}'
infsh app run google/veo-3 --input '{
"prompt": "Tracking shot following a cyclist through busy city streets, morning rush hour, natural lighting, handheld camera feel, documentary style, authentic and candid"
}'
infsh app run bytedance/seedance-1-5-pro --input '{
"prompt": "Close-up of chocolate sauce being drizzled over ice cream, slow motion, steam rising, soft lighting, food photography style, appetizing, commercial quality"
}'
infsh app run xai/grok-imagine-video --input '{
"prompt": "Futuristic control room with holographic displays, camera slowly pans across the space, blue and cyan lighting, sci-fi atmosphere, Blade Runner aesthetic, 4K",
"duration": 5
}'
| Mistake | Problem | Better Approach | |---------|---------|-----------------| | Too vague | "A nice video" | Specify shot, subject, style | | Too complex | Multiple scenes | One scene per prompt | | No motion | Static description | Include camera movement or action | | Conflicting styles | "Minimalist maximalist" | Choose one aesthetic | | No lighting | Undefined mood | Specify lighting conditions |
# 1. Start with basic prompt
infsh app run google/veo-3-1-fast --input '{
"prompt": "A woman walking through a forest"
}'
# 2. Add specificity
infsh app run google/veo-3-1-fast --input '{
"prompt": "Medium tracking shot of a woman in a red dress walking through an autumn forest"
}'
# 3. Add style and technical details
infsh app run google/veo-3-1-fast --input '{
"prompt": "Cinematic medium tracking shot of a woman in a flowing red dress walking through an autumn forest, golden hour sunlight filtering through leaves, shallow depth of field, film grain, 4K"
}'
# Generate videos
npx skills add inference-sh/skills@ai-video-generation
# Google Veo specific
npx skills add inference-sh/skills@google-veo
# Generate images for image-to-video
npx skills add inference-sh/skills@ai-image-generation
# General prompt engineering
npx skills add inference-sh/skills@prompt-engineering
# Full platform skill
npx skills add inference-sh/skills@inference-sh
Browse all video apps: infsh app list --category video
安装 Video Prompting Guide 后,可以对 AI 说这些话来触发它
Help me get started with Video Prompting Guide
Explains what Video Prompting Guide does, walks through the setup, and runs a quick demo based on your current project
Use Video Prompting Guide to best practices and techniques for writing effective AI video genera...
Invokes Video Prompting Guide with the right parameters and returns the result directly in the conversation
What can I do with Video Prompting Guide in my design & creative workflow?
Lists the top use cases for Video Prompting Guide, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/video-prompting-guide/ 目录(个人级,所有项目可用),或 .claude/skills/video-prompting-guide/(项目级)。重启 AI 客户端后,用 /video-prompting-guide 主动调用,或让 AI 根据上下文自动发现并使用。
Video Prompting Guide 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Video Prompting Guide 可免费安装使用。请查阅仓库了解许可证信息。
Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strate...
Video Prompting Guide 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Video Prompting Guide
Identifies repetitive steps in your workflow and sets up Video Prompting Guide to handle them automatically