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

google-workspace

Interact with Google Workspace services - Gmail, Calendar, Contacts, Sheets, and Docs. Send emails, manage calendar events, read/write spreadsheets, create documents, and sync contacts.

Why use this skill?

Automate Gmail, Calendar, Sheets, and Docs with the OpenClaw Google Workspace skill. Streamline your productivity and manage data easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/google-workspace-yj9ug
Or

What This Skill Does

The google-workspace skill provides a robust bridge between the OpenClaw agent and the Google Workspace ecosystem. It enables automated interaction with Gmail, Calendar, Sheets, Docs, and Contacts. By utilizing the official Google APIs, this skill allows you to programmatically manage your digital productivity suite. Whether you need to draft emails, parse calendar events, manipulate spreadsheet data, or create new documents, this skill streamlines complex workflows into simple agent interactions. It is designed to act as a personal assistant, handling repetitive data entry, email organization, and schedule management without requiring manual browser navigation.

Installation

To install this skill, use the CLI command: clawhub install openclaw/skills/skills/hightower6eu/google-workspace-yj9ug.

Before executing the code, you must ensure the openclaw-agent binary is running on your system, as it handles the secure communication handshake required by Google APIs. You must also enable the relevant APIs in the Google Cloud Console and save your credentials.json in your local directory. The skill relies on standard dependencies: google-api-python-client, google-auth-httplib2, and google-auth-oauthlib. Run pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib to prepare your environment. The first time you use the skill, a browser window will trigger to authorize your Google account via OAuth 2.0.

Use Cases

This skill is ideal for professionals looking to automate their daily operations. Common use cases include:

  1. Automatically summarizing incoming emails from specific senders.
  2. Syncing CRM data directly into Google Sheets.
  3. Creating recurring calendar events based on project deadlines found in your files.
  4. Drafting and sending standardized responses for customer support tickets.
  5. Batch updating or cleaning up contacts in your Google directory.

Example Prompts

  • "Search for emails from my manager about the Q3 budget and summarize the key action items for me."
  • "Create a calendar event for tomorrow at 2 PM titled 'Project Sync' and invite the team members listed in my 'Project Leads' contacts group."
  • "Update the Google Sheet named 'Q4 Sales Tracker' by adding a new row with the data found in the most recent invoice email."

Tips & Limitations

  • Token Security: Always keep your token.pickle and credentials.json files secure and never share them. These files provide persistent access to your private Google data.
  • API Quotas: Be mindful of Google's API rate limits. Executing extremely frequent requests may result in temporary service throttling.
  • Scope Management: The provided auth script requests full access. If you have strict security requirements, edit the SCOPES list in google_auth.py to use granular, read-only permissions where possible.
  • Prerequisites: Remember that openclaw-agent must be active in the background; otherwise, the Python modules will fail to establish a connection with the local interface.

Metadata

Stars2387
Views0
Updated2026-03-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-hightower6eu-google-workspace-yj9ug": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#automation#google-workspace#gmail#integration
Safety Score: 3/5

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