A Python-based integration for listing, reading, and sending Gmail messages via an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gmail-client
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 gmail-client using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gmail Client is a specialized tool designed to bridge the gap between AI agents and your inbox. By leveraging Openclaw Skills, developers and automated workflows can interact with Gmail using standard IMAP and SMTP protocols. This skill provides a streamlined interface for basic email management without needing a full browser interface, making it ideal for automated notification systems or AI-driven communication management.
To use this within Openclaw Skills, you must set up an App Password in your Google Account to ensure secure access.
export GMAIL_USER="[email protected]"
export GMAIL_PASS="your-app-password"
# Example: List unread emails
python3 skills/gmail-client/scripts/gmail_tool.py list
The skill processes email data through CLI arguments and outputs. It relies on environment variables for authentication.
| Parameter | Type | Description |
|---|---|---|
| GMAIL_USER | Env Var | The Gmail address used for authentication |
| GMAIL_PASS | Env Var | Google App Password (not your main password) |
| EMAIL_ID | Argument | The unique identifier for a specific message |
| TO/SUBJECT/BODY | Argument | Fields required for sending a new email |
Loading
A community-driven analytics dashboard for tracking token usage, model frequency, and costs for OpenClaw agents.

An automated tool for shortening long URLs and generating QR codes using the PicSee.io platform within Openclaw Skills.

An AI-powered browser automation skill for managing Meta Business Suite Facebook page inboxes including messages, labels, and notes.

An automated utility for parsing and solving obfuscated math verification challenges when posting to the Moltbook platform.

A specialized AI agent focused on deep, authentic human-like interaction and creative coding assistance.

A powerful monitoring tool to track real-time performance and health metrics of Bitaxe Gamma Bitcoin miners.








































