video-t2i

star 106

Use when user needs to generate images from text prompts. Independent text-to-image command for creating single images outside of video creation workflow.

T0UGH By T0UGH schedule Updated 2/21/2026

name: video-t2i description: Use when user needs to generate images from text prompts. Independent text-to-image command for creating single images outside of video creation workflow.

video-t2i - 文生图

Overview

Generate images from text prompts. Independent command that does not require project context.

Usage

注意:如果是首次使用,确保已安装 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

Parameters

  • --prompt, -p: Text prompt (required)
  • --output, -o: Output file path (required)
  • --provider: Model provider (optional, default: volcengine)
  • --model: Model name (optional)

Supported Providers

  • volcengine - Volcano Engine Seedream (default)
  • dashscope - Alibaba Wan2.6
  • gemini - Google Gemini
  • mock - For testing

Examples

Claude Code: videoclaw t2i -p "一个可爱的小黄人角色,正面视图" -o character.png
Install via CLI
npx skills add https://github.com/T0UGH/videoclaw --skill video-t2i
Repository Details
star Stars 106
call_split Forks 18
navigation Branch main
article Path SKILL.md
More from Creator