gmail-client-pm
✓Verified·Scanned 2/18/2026
Read and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.
from clawhub.ai·vf26ed40·5.1 KB·0 installs
Scanned from 1.0.1 at f26ed40 · Transparency log ↗
$ vett add clawhub.ai/pierremenard/gmail-client-pm
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>