π
Google Drive
Cloud Storage Google ServicesInstall Command
npx clawhub@latest install googledrive
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Google Drive to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Google Drive appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
File Search
Content Reading
Upload & Download
Detailed Description
The Google Drive skill connects OpenClaw to your cloud file storage, letting you search, read, and manage files in Google Drive through conversation.
Core Features
- File Search: Search files by name, type, modification date, and other criteria
- Content Reading: Read Google Docs, Sheets, and Slides content and convert to text
- File Upload: Upload local files to specified folders in Google Drive
- File Download: Download files from Drive to your local machine
- Permission Management: View and modify file sharing permissions
Configuration
Requires Google OAuth2 credentials with Drive API scope authorization.
{
skills: {
googledrive: {
credentialsPath: "~/.openclaw/google-creds.json",
defaultFolder: "root"
}
}
}
Use Cases
- "Search Drive for all PDF files modified last week"
- "Read the contents of that quarterly report Google Doc"
- "Upload this file to the Projects folder"
- "Share the project document with [email protected]"