gdrive

Execute rclone commands to sync, copy, mount, and list Google Drive files.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/DannyGu0214/MyClaude --skill gdrive-dannygu0214
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdrive
Source: https://github.com/DannyGu0214/MyClaude/tree/main/claude/skills/gdrive
Command: npx skills add https://github.com/DannyGu0214/MyClaude --skill gdrive-dannygu0214

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex rclone operations on Google Drive, allowing users to sync, copy, mount, and list files without needing to memorize specific commands.

Core Features & Use Cases

  • Direct Command Execution: Runs precise rclone commands for listed operations.
  • Natural Language to Command: Translates user requests into appropriate rclone commands.
  • Safety Checks: Prompts for confirmation before destructive actions like deleting or overwriting.
  • Use Case: Sync your local project folder to your Google Drive by simply asking the agent to "sync my project folder to gdrive:projects/my-project".

Quick Start

Ask the gdrive skill to list all files in the 'documents' folder on your Google Drive.

Frequently Asked Questions about gdrive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync a local folder to Google Drive using rclone?

To sync a local folder to Google Drive using rclone, you can use natural language requests or direct commands. Simply ask to sync your local directory to a specified Google Drive path, and the operation executes the underlying rclone command automatically.

Can I run rclone commands to mount Google Drive without memorizing syntax?

Yes, you can run rclone commands to mount Google Drive without memorizing syntax by providing natural language descriptions. The tool translates your intent into the appropriate rclone command, handling both direct execution and command recommendation automatically.

Does rclone prompt for confirmation before deleting files on Google Drive?

Yes, rclone execution includes safety checks that prompt for confirmation before destructive actions. Operations like deleting or overwriting files on Google Drive require explicit confirmation to ensure data safety.

What is the best way to list files in a specific Google Drive folder via command execution?

The best way to list files in a specific Google Drive folder via command execution is to ask the tool to list files for that directory path. It processes the request and runs the corresponding rclone command to display the contents.

How do I copy files to Google Drive using natural language instead of rclone commands?

You can copy files to Google Drive using natural language instead of rclone commands by simply stating your intention to copy files. The tool translates your description into the correct rclone copy command and executes it.

Are there limitations when using rclone to manage cloud storage on Google Drive?

Limitations when using rclone to manage cloud storage on Google Drive include handling destructive operations, which require manual confirmation prompts to prevent accidental data loss during synchronization, copying, or mounting tasks.