Jump to related tools in the same category or review the original source on GitHub.

Communication @pierremenard Updated 2/26/2026

Gmail Client OpenClaw Skill - ClawHub

Do you want your AI agent to automate Gmail Client workflows? This free skill from ClawHub helps with communication tasks without building custom tools from scratch.

What this skill does

Read and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.

Install

npx clawhub@latest install gmail-client

Full SKILL.md

Open original
namedescription
gmail-client-PMRead and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.

Gmail Client

A simple Python-based tool to interact with Gmail using IMAP/SMTP.

Configuration

Requires GMAIL_USER and GMAIL_PASS (App Password) environment variables.

Usage

List Unread Emails

python3 skills/gmail-client/scripts/gmail_tool.py list

Read an Email

python3 skills/gmail-client/scripts/gmail_tool.py read <EMAIL_ID>

Send an Email

python3 skills/gmail-client/scripts/gmail_tool.py send <TO> <SUBJECT> <BODY>
Original URL: https://github.com/openclaw/skills/blob/main/skills/pierremenard/gmail-client

Related skills

If this matches your use case, these are close alternatives in the same category.