google-drive
Google Drive API integration with managed OAuth. List, search, create, and manage files and folders. Use this skill when users want to interact with Google Drive files. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/google-driveWhat This Skill Does
The google-drive skill is a robust integration for OpenClaw that enables seamless interaction with Google Drive via a managed OAuth gateway. It abstracts the complexity of token management, allowing agents to perform standard Google Drive API operations such as listing contents, searching for specific documents, creating new files or folders, and managing permissions. By leveraging the Maton API gateway, this skill ensures secure communication with the Google Drive API, automatically handling authentication headers so you can focus on file management workflows. This skill is the primary choice for users needing to automate document storage, retrieve metadata, or organize files within their Google Drive environment.
Installation
To install this skill, use the ClawHub command-line tool. Open your terminal and run:
clawhub install openclaw/skills/skills/byungkyu/google-drive
Once installed, ensure your MATON_API_KEY is set as an environment variable to authorize your requests. You will also need to manage your OAuth connection through the Maton control panel at https://ctrl.maton.ai to link your specific Google account to the gateway.
Use Cases
This skill is highly effective for automating productivity tasks. Common use cases include:
- Automated Reporting: Creating and saving daily summary reports directly into designated Google Drive folders.
- File Discovery: Searching through thousands of files to locate specific documents based on name or metadata criteria without manually browsing the web interface.
- Content Organization: Moving files or creating nested directory structures based on project names or timestamps.
- Backup Integration: Triggering automated uploads of system logs or output data generated by other agent skills into cloud storage.
Example Prompts
- "List the last 5 files I updated in my root folder and tell me their file types."
- "Search for a folder named 'Project Alpha' and create a new document inside it named 'Meeting Notes'."
- "Find all PDF files created last month and list their file IDs."
Tips & Limitations
- Authentication: Always verify your
MATON_API_KEYis current. If requests fail, check the status of your connection at https://ctrl.maton.ai. - API Limits: Be mindful of Google Drive API rate limits if performing bulk operations on thousands of files.
- Permissions: The skill operates within the scope of the OAuth connection established. Ensure the account linked has the necessary permissions for the folders you intend to modify.
- Gateway: This skill is specifically for Google Drive. Use the provided api-gateway skill for other third-party services.
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-byungkyu-google-drive": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.