Google Suite Skill for Openclaw

A comprehensive integration for Openclaw Skills to manage emails, scheduling, and cloud storage through Google APIs.

cenralsolution
v1.0.0
Feb 25, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install google-suite

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install google-suite using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Google Suite Skill?

The Google Suite Skill serves as a high-performance bridge between AI agents and the Google ecosystem. By integrating this module into Openclaw Skills, developers can empower their agents to interact directly with Gmail, Google Calendar, and Google Drive. This unified interface simplifies the complexities of OAuth2 authentication and multi-service API calls, providing a streamlined developer experience for building intelligent automation.

Whether you are building a virtual assistant or a backend automation pipeline, this skill provides the necessary tools to read, write, and manage data across the world's most popular productivity platform. It is built to be secure, efficient, and easily extensible for any Openclaw Skills workflow.

Google Suite Skill Use Cases

  • Automating email management by reading, searching, and triaging messages in Gmail.
  • Scheduling and updating professional meetings directly within Google Calendar.
  • Managing corporate assets by uploading, downloading, and searching for files on Google Drive.
  • Creating automated meeting summaries that are emailed to participants immediately after an event.
  • Performing bulk file operations or email cleanup tasks based on custom logic.

How Google Suite Skill Works

  1. Configure your Google Cloud project and enable the Gmail, Calendar, and Drive APIs to obtain OAuth2 credentials.
  2. Initialize the skill within the Openclaw Skills environment using your client ID and secret.
  3. Execute the initial authentication flow where the skill prompts for authorization to access the required Google scopes.
  4. Store the resulting OAuth2 tokens in a local JSON file for persistent, non-interactive access in future sessions.
  5. Send structured JSON requests to the skill's execute method to perform specific actions across the integrated Google services.
  6. Process the returned data from Google APIs to drive further agent logic or response generation.

Google Suite Skill Setup

To deploy this within your Openclaw Skills project, ensure you have Python 3.8+ and the necessary dependencies installed.

pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

Configure your environment variables with your Google Cloud OAuth2 credentials:

  • GOOGLE_OAUTH_CLIENT_ID
  • GOOGLE_OAUTH_CLIENT_SECRET
  • GOOGLE_OAUTH_REDIRECT_URI

Google Suite Skill Data Schema & Taxonomy

The skill manages its state and communication through the following data structures:

Component Details
Token Storage Tokens are saved in google_suite_tokens.json for persistent access.
Service Types Supported services include 'gmail', 'calendar', and 'drive'.
Action Map Each service supports actions like 'list', 'send', 'create', 'upload', or 'delete'.
Scopes Utilizes specific OAuth2 scopes for reading and modifying user data across Google services.

Google Suite Skill Advanced Features

  • Multi-service orchestration allowing agents to trigger actions across Gmail and Calendar in a single workflow.
  • Granular search queries using native Google search syntax for both emails and drive files.
  • Secure token management that prioritizes credential safety and prevents sensitive data logging.
  • Support for long-running Openclaw Skills sessions with automatic token refresh capabilities.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*