google-drive
Manage Google Drive files and folders. Upload, download, share, and organize files via Drive API.
Why use this skill?
Learn how to use the Google Drive skill for OpenClaw to automate file management, sharing, and folder organization directly within your agent workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/google-driveWhat This Skill Does
The Google Drive skill for OpenClaw provides a robust interface for interacting with the Google Drive API. It enables users to perform comprehensive file operations directly through their AI agent. This includes searching for files, metadata retrieval, downloading documents, creating new folders to organize digital spaces, and managing file permissions for collaborative workflows. By handling authentication via standard bearer tokens, this skill acts as a secure conduit for programmatic file management in cloud environments.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/mrgoodb/google-drive
After installation, ensure that your environment is configured with the required GOOGLE_ACCESS_TOKEN variable to grant the agent authorized access to your Drive instance.
Use Cases
This skill is highly versatile for automation-heavy workflows. Use it to automatically archive email attachments, consolidate report generation, or synchronize local documentation with shared cloud repositories. It is particularly useful for teams that need to programmatically share project assets, organize messy drive structures using automated naming conventions, or perform bulk metadata audits across large file libraries.
Example Prompts
- "Search my drive for all files containing the word 'Budget' and share the most recent one with [email protected] with reader access."
- "Download the file with ID 1A2B3C4D5E6F to my local machine and rename it to 'project_archive_final.pdf'."
- "Create a new folder named 'Q4 Reports' and move all files with 'Q4' in their name into that folder."
Tips & Limitations
To maximize effectiveness, always ensure your OAuth scope is correctly defined within the Google Cloud Console for the project. Note that while this skill excels at file manipulation, it is limited by the standard API rate limits imposed by Google. For high-volume tasks, implement a delay between requests to avoid 429 status codes. Additionally, always verify file IDs before running destructive commands like moving or deleting files, as the AI operates based on the metadata it can see in its current context window.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-google-drive": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.