Previews images or videos using the videoclaw CLI tool. Useful for quickly viewing media files during development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-previewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
预览图片或视频。
预览图片或视频。
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
videoclaw preview <file_path> --project my-project
file_path: 文件路径(必填)--project, -p: 项目名称(可选)Claude Code: videoclaw preview videos/final.mp4 --project mars-video
npx claudepluginhub t0ugh/videoclawViews, gets, and sets project or global configuration via the videoclaw CLI tool.
Extracts frames from videos/images, renders Remotion to MP4/stills/GIF, checks specs like resolution/fps/codec, and visually verifies quality via ffmpeg/ffprobe shell toolkit.
Records browser interactions into MP4 feature demo video, uploads to GitHub, and embeds in PR description for reviewer walkthroughs.