npx claudepluginhub t0ugh/videoclawThis skill uses the workspace's default tool permissions.
Generate images from text prompts. Independent command that does not require project context.
Transforms input images to new styles or content using AI via videoclaw i2i CLI. Requires image path, prompt, output; supports providers like volcengine (default), dashscope, gemini.
Generates images using Gemini (default) or fal.ai FLUX.2 klein 4B (--cheap for speed/cost), and videos with Grok Imagine or fal.ai LTX-2. CLI supports aspect ratios, quality, image editing via --assets.
Generates and edits images using Gemini CLI image models for blog featured images, YouTube thumbnails, icons, diagrams, patterns, illustrations, and visuals. Activates on create, generate, make, draw, design, or edit image requests.
Share bugs, ideas, or general feedback.
Generate images from text prompts. Independent command that does not require project context.
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
# Generate image
videoclaw t2i -p "九宫格角色图:正面、侧面、背面..." -o output.png
# Specify provider
videoclaw t2i -p "描述" -o output.png --provider volcengine
# Specify model
videoclaw t2i -p "描述" -o output.png --provider gemini --model gemini-3-pro-image-preview
--prompt, -p: Text prompt (required)--output, -o: Output file path (required)--provider: Model provider (optional, default: volcengine)--model: Model name (optional)volcengine - Volcano Engine Seedream (default)dashscope - Alibaba Wan2.6gemini - Google Geminimock - For testingClaude Code: videoclaw t2i -p "一个可爱的小黄人角色,正面视图" -o character.png