Generates single images from text prompts via `videoclaw t2i, supporting multiple providers (Volcengine, Dashscope, Gemini). Useful for standalone image creation without video project context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-t2iThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate images from text prompts. Independent command that does not require project context.
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
npx claudepluginhub t0ugh/videoclawTransforms or edits images using AI via the videoclaw CLI. Converts reference images to different styles (e.g., character grids) using providers like Volcengine or Gemini.
Generates images from text, edits images with references, performs product placement, style transfer, and multi-image composition using OpenAI DALL-E or Google 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.