
Video Config
- 31 installs
- 110 repo stars
- Updated May 18, 2026
- t0ugh/videoclaw
Helps with ai & agent building tasks.
About
video-config is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- video-config
- AI & Agent Building
- AI-coding skill
Video Config 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-configAdd 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-config - 配置管理
概述
管理项目配置和全局配置。
使用方式
注意:如果是首次使用,确保已安装 videoclaw:uvx videoclaw --help# 列出配置
videoclaw config --list
# 获取配置值
videoclaw config --get key
# 设置配置值
videoclaw config --set key=value
# 项目配置
videoclaw config --project my-project --list
videoclaw config --project my-project --get key
videoclaw config --project my-project --set key=value参数
--project, -p: 项目名称(可选,不指定则为全局配置)--list: 列出所有配置--get: 获取配置值--set: 设置配置值 (key=value)
示例
# 查看全局配置
Claude Code: videoclaw config --list
# 设置项目使用的模型
Claude Code: videoclaw config --project mars-video --set models.image.backend=codex-host-image
Claude Code: videoclaw config --project mars-video --set models.image.model=gpt-image-2-medium
Claude Code: videoclaw config --project mars-video --set models.image.auth=chatgpt_login
Claude Code: videoclaw config --project mars-video --set models.image.transport=codex_oauth
Claude Code: videoclaw config --project mars-video --set models.video.provider=volcengine
# 查看配置
Claude Code: videoclaw config --project mars-video --get models.image.backendRelated skills
AI & Agent Buildingagents