ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

Google Suite

Skill by cenralsolution

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cenralsolution/google-suite
Or

What This Skill Does

The Google Suite skill acts as an integration layer between your OpenClaw agent and the Google Workspace ecosystem. It allows your AI agent to interact directly with Gmail, Google Calendar, and Google Drive. By utilizing OAuth2 authentication, the skill bridges the gap between secure identity management and automated tasks. Whether you need to maintain your inbox, sync your schedule, or manage cloud-stored documents, this skill provides a unified interface for complex operations that would otherwise require manual intervention. It effectively transforms your agent into a personal administrative assistant capable of processing emails, organizing meetings, and retrieving files.

Installation

Installation is managed via the clawhub CLI. Ensure you have your Python 3.8+ environment prepared. Run the following command in your terminal: clawhub install openclaw/skills/skills/cenralsolution/google-suite. Once installed, you must populate your environment variables: GOOGLE_OAUTH_CLIENT_ID, GOOGLE_OAUTH_CLIENT_SECRET, and GOOGLE_OAUTH_REDIRECT_URI. Ensure the Gmail, Calendar, and Drive APIs are enabled in your Google Cloud Console. During the first execution, follow the generated URL in your browser to authorize access; the resulting tokens will be securely cached in google_suite_tokens.json.

Use Cases

This skill is ideal for professionals looking to automate repetitive administrative workflows. Use it to triage high-priority emails, search for specific documents in Drive, or quickly schedule meetings without leaving your chat interface. It is particularly effective for agents acting as executive assistants, as it can summarize communication, manage calendars in real-time, and handle file organization tasks that typically clutter a workspace.

Example Prompts

  1. "Check my calendar for the next 7 days and create a new meeting for 'Quarterly Review' on March 1st at 10 AM."
  2. "Search my email for any messages from my manager regarding 'Q1 report' and summarize the most recent one."
  3. "Upload the file located at './project_plan.pdf' to my Google Drive and then list all files matching the name 'project' in that folder."

Tips & Limitations

Always ensure your Google Cloud OAuth scopes are configured correctly; missing scopes will prevent specific service functions. Note that the skill relies on local file storage for tokens, so ensure that the environment where OpenClaw is running has sufficient permissions to write the google_suite_tokens.json file. While the agent can delete emails and files, ensure you include safety logic in your prompts to avoid accidental data loss. Always verify the contents of files before performing bulk deletion operations.

Metadata

Stars3951
Views0
Updated2026-04-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cenralsolution-google-suite": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#gmail#calendar#google-drive#automation#productivity
Safety Score: 3/5

Flags: file-read, file-write, external-api