skills/video-config/SKILL.md
Use when user needs to view, get, or set project or global configuration
npx skillsauth add t0ugh/videoclaw video-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
管理项目配置和全局配置。
注意:如果是首次使用,确保已安装 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.backend
data-ai
使用 AI 生成结构化文本分镜,作为视频生成的输入。用于用户需要一个视频的文本描述(分镜)的场景。用户说"帮我生成一个分镜"、"帮我写视频脚本"时触发。
content-media
快速创建视频,全面拥抱 Seedance 2.0。一步完成:故事大纲 → 素材准备 → 文本分镜 → i2v 生成视频。
content-media
Use when user wants to initialize a new video project with directory structure
development
Use when user needs to upload files to cloud storage (Google Drive). Independent upload command for uploading any file to cloud.