Marketplace for the rclone-google-drive Claude Code plugin
npx claudepluginhub pmunin/rclone-google-drive-skillSet up and manage Google Drive access via rclone CLI with installation, configuration verification, and guided OAuth2 authentication.
Set up and manage Google Drive access via rclone CLI with installation, configuration verification, and guided OAuth2 authentication. Includes homebrew installation for macOS and step-by-step setup for individual accounts or service accounts.
/plugin install rclone-google-drive@pmunin-plugins
The plugin includes the rclone-google-drive skill that walks you through:
Skill Location: skills/rclone-google-drive/SKILL.md
⚠️ NEVER download or sync the entire Google Drive. Always specify:
rclone copy gdrive: ~/backup # Entire drive!
rclone sync gdrive: ~/backup # Entire drive!
rclone ls gdrive: # List entire drive!
# Specific folder by name
rclone copy gdrive:"MyFolder" ~/backup --drive-export-formats pdf
# Entire folder by ID (restricted scope)
rclone copy gdrive: ~/backup --drive-root-folder-id="FOLDER_ID" --drive-export-formats pdf
# Specific file by name
rclone copy gdrive:"Document" ~/context/ --drive-export-formats pdf
# Specific file by ID
rclone backend copyid gdrive: FILE-ID ./ --drive-export-formats pdf
# Check installation and configuration
bash skills/rclone-google-drive/scripts/check-rclone-setup.sh
# Configure Google Drive access
rclone config
# List configured remotes
rclone listremotes
# List directories in specific folder only
rclone lsd gdrive:"MyFolder"
# Search efficiently without listing entire drive
rclone backend query gdrive: "name contains 'document'"
# Download specific folder
rclone copy gdrive:MyFolder /local/path
# Download specific file by name
rclone copy gdrive:"Document.pdf" ./context/
# Download specific file by ID
rclone backend copyid gdrive: FILE-ID ~/downloads/
# Upload local folder
rclone copy /local/path gdrive:backup
# Export Google Docs to PDF (default)
rclone copy gdrive:"MyDocument" ~/context/ --drive-export-formats pdf
# Export Google Sheet to CSV
rclone backend copyid gdrive: SHEET-ID ~/data/ --drive-export-formats csv
# Export with multiple format options
rclone copy gdrive:"MyFolder" ~/docs/ --drive-export-formats markdown,csv,pdf
# One-way backup (keeps remote files)
rclone copy ~/Documents gdrive:Backups/Documents
# Two-way sync (use with caution!)
rclone sync ~/Documents gdrive:Documents
# Verify sync status
rclone check ~/Documents gdrive:Backup
MIT
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage