gws-drive
Google Drive: Manage files, folders, and shared drives.
Why use this skill?
Efficiently manage Google Drive files, folders, and shared drive access using the OpenClaw gws-drive skill. Automate workflows and audits.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/googleworkspace-bot/gws-driveWhat This Skill Does
The gws-drive skill provides a powerful interface for interacting with Google Drive directly through the OpenClaw agent. It allows for the management of files, folders, and shared drives by wrapping the Google Drive API v3. Users can perform granular operations ranging from retrieving user account information and system capabilities to managing complex collaboration features like access proposals and approvals. The skill is designed to handle administrative tasks, such as tracking changes within a Drive or managing installed third-party applications, making it an essential tool for streamlining document workflows.
Installation
To integrate this skill into your environment, use the OpenClaw command line interface. Before running the installation, ensure you have configured your Google Workspace authentication by following the guide located in gws-shared/SKILL.md. Once prerequisites are met, execute the following command in your terminal:
clawhub install openclaw/skills/skills/googleworkspace-bot/gws-drive
If you have not yet set up your global configuration files, running gws generate-skills is recommended to create the necessary boilerplate and directory structures.
Use Cases
This skill is ideal for automating file-centric operations. It is particularly useful for auditing shared access, managing pending approval requests for sensitive documents, and monitoring modifications within a shared drive. For developers and power users, it provides programmatic access to file change logs, allowing for the creation of custom backup scripts, synchronization tools, or automated notifications when documents are modified or accessed.
Example Prompts
- "List all pending access proposals for the project proposal document in my Google Drive."
- "Get the starting page token for change tracking on my main team shared drive."
- "Show me a list of all installed apps that have access to my Google Drive data."
Tips & Limitations
When using the about resource, remember that the fields parameter is mandatory to prevent performance overhead and ensure you only retrieve the data you specifically need. Be mindful of API rate limits if you are programmatically watching for changes using the channels resource. Because this skill interacts directly with user files and permissions, ensure that your OpenClaw instance is governed by the security protocols defined in your workspace configuration. Only users with appropriate administrative or owner-level permissions can successfully execute commands involving access proposals or approvals.
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-googleworkspace-bot-gws-drive": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api
Related Skills
gws-workflow-standup-report
Google Workflow: Today's meetings + open tasks as a standup summary.
gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.
gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
gws-chat
Google Chat: Manage Chat spaces and messages.