
Video T2i
- 31 installs
- 110 repo stars
- Updated May 18, 2026
- t0ugh/videoclaw
Helps with ai & agent building tasks.
About
video-t2i is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- video-t2i
- AI & Agent Building
- AI-coding skill
Video T2i by the numbers
- 31 all-time installs (skills.sh)
- +4 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #9,202 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/t0ugh/videoclaw --skill video-t2iAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 110 |
| Last updated | May 18, 2026 |
| Repository | t0ugh/videoclaw ↗ |
What it does
Helps with ai & agent building tasks.
Files
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-previewParameters
--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.6gemini- Google Geminimock- For testing
Examples
Claude Code: videoclaw t2i -p "一个可爱的小黄人角色,正面视图" -o character.pngRelated skills
AI & Agent Buildingagents