Transforms 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-i2iThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform or edit images using AI. Independent command for converting reference images to different styles or content.
Transform or edit images using AI. Independent command for converting reference images to different styles or content.
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
# Transform image
videoclaw i2i -i input.png -p "转换为九宫格角色图" -o output.png
# Specify provider
videoclaw i2i -i input.png -p "描述" -o output.png --provider volcengine
# Specify model
videoclaw i2i -i input.png -p "描述" -o output.png --provider gemini --model gemini-3-pro-image-preview
--input, -i: Input image path (required)--prompt, -p: Transformation 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 i2i -i reference.jpg -p "转换为九宫格角色图" -o character_grid.png
npx claudepluginhub t0ugh/videoclawGenerates single images from text prompts via `videoclaw t2i, supporting multiple providers (Volcengine, Dashscope, Gemini). Useful for standalone image creation without video project context.
Generates images from text, edits images with references, performs product placement, style transfer, and multi-image composition using OpenAI DALL-E or Google Gemini.
Provides fal.ai endpoints for FLUX image-to-image, ControlNet (canny, depth, pose), inpainting with masks, upscaling (ESRGAN, Clarity), background removal (BiRefNet, RemBG), face restoration (GFPGAN, CodeFormer), and IP-Adapter style transfer. Supports TypeScript/Python.