一键导入
video-upload
Use when user needs to upload files to cloud storage (Google Drive). Independent upload command for uploading any file to cloud.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when user needs to upload files to cloud storage (Google Drive). Independent upload command for uploading any file to cloud.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user wants to initialize a new video project with directory structure
Use when user needs to view, get, or set project or global configuration
快速创建视频,全面拥抱 Seedance 2.0。一步完成:故事大纲 → 素材准备 → 文本分镜 → i2v 生成视频。
使用 AI 生成结构化文本分镜,作为视频生成的输入。用于用户需要一个视频的文本描述(分镜)的场景。用户说"帮我生成一个分镜"、"帮我写视频脚本"时触发。
Publish videos to Douyin (抖音). Use when user wants to upload and publish videos to Douyin platform.
Publish videos to Kuaishou (快手). Use when user wants to upload and publish videos to Kuaishou platform.
| name | video-upload |
| description | Use when user needs to upload files to cloud storage (Google Drive). Independent upload command for uploading any file to cloud. |
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