A powerful skill that allows AI agents to read, search, and manage Gmail messages directly via the gog CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gmailcleaner
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 gmailcleaner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Email Reader skill empowers your AI agent to interact with Gmail accounts with precision. By leveraging the gog CLI, it can fetch unread messages, search through specific labels, and retrieve threaded conversations using standard Gmail search syntax. This integration is essential for developers building autonomous agents that need to stay updated on communications or process incoming data from emails.
These Openclaw Skills provide a bridge between your local environment and the cloud-based Gmail service, ensuring secure and efficient data retrieval. It handles everything from simple inbox checks to complex filtered searches across various folders and custom user labels.
To get started with this skill, you first need to install the gog CLI using Homebrew:
brew tap steipete/tap
brew install gogcli
Once installed, perform the one-time authentication and configuration:
gog auth credentials /path/to/client_secret.json
gog auth add $GOG_ACCOUNT --services gmail
gog auth list
Ensure the GOG_ACCOUNT environment variable is set to your Gmail address (e.g., yourname@gmail.com).
The Email Reader skill utilizes structured data to provide the agent with accurate context. The output typically includes:
| Field | Description |
|---|---|
id |
The unique identifier for the Gmail message |
threadId |
The identifier for the conversation thread |
snippet |
A brief preview of the email content |
labelIds |
A list of labels applied to the message (e.g., UNREAD, INBOX) |
payload |
Contains the full headers, body parts, and metadata of the email |
Loading
A specialized automation skill for scheduling directory backups to remote Git repositories using cron or launchd.

A specialized diagnostic and troubleshooting skill designed to identify and resolve configuration issues within OpenClaw environments.

A powerful integration that syncs handwritten content from your reMarkable tablet to AI workflows for text extraction and sketch refinement.

A bidirectional synchronization tool that connects reMarkable tablets to AI agents for automated note processing and sketch enhancement.

A comprehensive skill enabling AI agents to search, filter, and retrieve email content from Gmail and IMAP accounts via command-line interfaces.

A real-time flight monitoring tool that provides detailed status updates, gate information, and live position data for worldwide aviation.








































