Uploads files to Google Drive via the videoclaw CLI. Automates cloud storage uploads with remote path and provider options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-uploadThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Upload local files to cloud storage. Currently supports Google Drive.
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
npx claudepluginhub t0ugh/videoclawUploads 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.