gmail-summarize
SKILL.md
Gmail Recent Digest
Requirements
- Python 3 must be available in the container environment (
pythoncommand). - IMAP credentials must be supplied via one of the following methods (env vars take precedence):
Option A — Environment variables (recommended)
| Variable | Description | Default |
|---|---|---|
IMAP_HOST |
IMAP server hostname | imap.gmail.com |
IMAP_PORT |
IMAP server port | 993 |
IMAP_USERNAME |
IMAP login username | (required) |
IMAP_PASSWORD |
IMAP login password / app-password | (required) |
IMAP_MAX_BODY_CHARS |
Max body characters per email | 2000 |
Option B — Config file
Set EMAIL_CONFIG_PATH to point to a JSON file, or place the file at ~/.config/gmail-summarize/config.json.