Views, gets, and sets project or global configuration via the videoclaw CLI tool.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
管理项目配置和全局配置。
管理项目配置和全局配置。
注意:如果是首次使用,确保已安装 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.auth=chatgpt_login
Claude Code: videoclaw config --project mars-video --set models.video.provider=volcengine
# 查看配置
Claude Code: videoclaw config --project mars-video --get models.image.backend
npx claudepluginhub t0ugh/videoclawInitializes a new video project with directory structure and prompts for project name, image provider, video provider, and storage method using the videoclaw CLI.
Provides foundational configuration context. Invoked via /Config or when Claude needs to reference its own configuration setup.
Generates walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays. Useful for app design demos and presentations.