skills/video-upload/SKILL.md
Use when user needs to upload files to cloud storage (Google Drive). Independent upload command for uploading any file to cloud.
npx skillsauth add t0ugh/videoclaw video-uploadInstall 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.
Upload local files to cloud storage. Currently supports Google Drive.
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
# 上传文件到 Google Drive
videoclaw upload -i local/file.mp4 -r videoclaw/project/file.mp4
# 指定提供商
videoclaw upload -i file.mp4 -r path/file.mp4 --provider google_drive
--input, -i: Local file path (required)--remote, -r: Remote path in cloud storage (required)--provider: Cloud provider (optional, default: google_drive)videoclaw/project-name/folder/file.mp4
The upload command will automatically create the folder structure in Google Drive.
Claude Code: videoclaw upload -i ~/videoclaw-projects/demo-video/videos/final.mp4 -r videoclaw/demo-video/final.mp4
data-ai
使用 AI 生成结构化文本分镜,作为视频生成的输入。用于用户需要一个视频的文本描述(分镜)的场景。用户说"帮我生成一个分镜"、"帮我写视频脚本"时触发。
content-media
快速创建视频,全面拥抱 Seedance 2.0。一步完成:故事大纲 → 素材准备 → 文本分镜 → i2v 生成视频。
content-media
Use when user wants to initialize a new video project with directory structure
content-media
Use when user needs to view, get, or set project or global configuration