Back to list
lifegenieai

video-generation

by lifegenieai

LifeGenie personal plugin marketplace for Claude Code

0🍴 0📅 Jan 25, 2026

SKILL.md


name: video-generation description: Generate videos using Google Veo 3.1 API with presets, extensions, and cost controls allowed-tools:

  • Bash
  • Read metadata: author: erikb version: 1.0.0 category: creative created: 2026-01-18

Video Generation - Google Veo 3.1

Generate high-quality videos using Google's Veo 3.1 API with full parameter control, presets, and video extension capabilities.

Quick Start

# Basic generation (fast model, 720p)
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --prompt "A cat walking on a beach at sunset" \
  --duration 8 \
  --aspect-ratio 16:9 \
  --output ~/Downloads/cat.mp4

# With preset
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --prompt "Drone shot of coastal highway" \
  --duration 8 \
  --aspect-ratio 16:9 \
  --preset cinematic \
  --output ~/Downloads/highway.mp4

Interactive Command

Use /video for guided video generation:

/video "A sunset over mountains"
/video --preset cinematic
/video

Presets

PresetDescriptionDefault Aspect
cinematicFilm-quality, 24fps, shallow DOFAny
vertical-social9:16 punchy social style, 30fps9:16
product-demoClean studio lightingAny
documentaryNature documentary styleAny

Parameters

FlagValuesNotes
--prompttextRequired. Max 1024 tokens
--duration4, 6, 8Seconds per clip
--aspect-ratio16:9, 9:16, 1:1Required
--outputpathOutput .mp4 file
--resolution720p, 1080p1080p only for 8s
--speedfast, standardStandard is 2.6x more expensive
--presetnameApply style preset
--negative-prompttextThings to avoid
--reference-imagepathUp to 3 reference images
--seednumberFor reproducibility

Cost

ModelCost/Second8s Clip
Fast$0.15$1.20
Standard$0.40$3.20

Standard mode requires --confirm-cost flag.

Video Extension

Extend videos in 7-second increments (up to 148s total):

# Generate base clip
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --prompt "Scene opening" \
  --duration 8 \
  --aspect-ratio 16:9 \
  --output base.mp4

# Extend with continuation prompt
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --extend base.mp4 \
  --prompt "Continue as sun sets" \
  --output extended.mp4

Extension costs: $1.05 (fast) or $2.80 (standard) per 7s extension.

Query Operations

# List presets
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" --list-presets

# Show preset details
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" --show-preset cinematic

# Estimate cost
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --prompt "test" --duration 8 --aspect-ratio 16:9 --dry-run

# Preview final prompt (with preset applied)
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" \
  --prompt "A mountain scene" --preset cinematic --prompt-only

# Check operation status
bun run "${CLAUDE_PLUGIN_ROOT}/tools/Generate.ts" --status op_abc123

Environment

Requires GOOGLE_API_KEY in ~/.claude/.env

See Also

  • references/prompting.md - 6-part prompt formula guide
  • ${CLAUDE_PLUGIN_ROOT}/tools/Presets.json - Customizable presets

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon