npx claudepluginhub t0ugh/videoclawThis skill uses the workspace's default tool permissions.
Upload local files to cloud storage. Currently supports Google Drive.
Uploads files to Google Drive via Google Apps Script web app using base64 and curl. Triggers on 'upload/save to Drive' phrases (English/Hebrew) or proactively for workflow outputs. Supports folders.
Provides rclone setup, configuration, and commands to upload, sync, list, and manage files in AWS S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox.
Uploads local files to Google Drive via gws CLI with automatic MIME detection, metadata, filename inference, parent folder support, and custom naming.
Share bugs, ideas, or general feedback.
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