A comprehensive integration for Openclaw Skills to manage emails, scheduling, and cloud storage through Google APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-suite
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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:
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. |
Loading
An autonomous workflow that uses Greptile to review code, apply fixes, and merge PRs when quality scores meet your criteria.

OrionAds is an agent-centric protocol for searching physical hardware and developer tools using structured JSON data.

A command-line interface for querying real-time odds, event probabilities, and market data from Polymarket.

A powerful Python-based automation tool for bulk cleaning, organizing, and managing multiple Gmail accounts using the Gmail API.

A specialized automation skill for scaling organic app growth through automated short-form video creation and scheduling on TikTok, Instagram, and YouTube.

A high-fidelity data skill providing institutional-grade CEO performance analytics and compensation metrics for S&P 500 companies.








































