By pmunin
Set 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pmunin/rclone-google-drive-skill --plugin rclone-google-driveSet up a GitHub Actions release workflow that automatically updates a Homebrew formula whenever a GitHub release is published, using the pmunin/homebrew-actions/upsert-formula GitHub Action.
Google Workspace CLI — Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more
Complete Google Workspace integration -- Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, and Custom Search via MCP with workflow guidance.
Google Workspace integration (Gmail, Drive, Calendar)
Google Workspace CLI (gws) skill — unified command-line access to Gmail, Drive, Sheets, Docs, Calendar, Chat, Admin, and 40+ Google APIs. Includes MCP server setup, authentication workflows, and agent-optimized usage patterns.
Google Gemini File Search for managed RAG with 100+ file formats. Use for document Q&A, knowledge bases, or encountering immutability errors, quota issues, polling failures. Supports Gemini 3 Pro/Flash (Gemini 2.5 legacy).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses