A complete, non-interactive email management skill for OpenClaw agents, built for Postfix (MTA) and Dovecot (MDA) infrastructure. Zero external dependencies, pure Python standard library.
- β Complete email management - Read, send, drafts, folders, flags, spam
- β Zero dependencies - Uses only Python standard library
- β Non-interactive - Perfect for AI automation
- β Human-readable output - Clean formatting with emojis
- β JSON output - Machine-parsable for agents
- β Postfix/Dovecot ready - Works with your existing infrastructure
For complete usage instructions, commands, and examples, see the SKILL.md file.
# Clone repository
git clone https://github.com/yourusername/openclaw-email-manager.git
cd openclaw-email-manager
# Configure your email settings
cp config.example.json config.json
# Edit config.json with your credentials
# Make scripts executable
chmod +x scripts/*.py
# Test connection
python3 scripts/imap_utils.py list-folders# Create skill directory
mkdir -p ~/OpenClaw-Workspace/skills/email-manager
# Copy files
cp -r * ~/OpenClaw-Workspace/skills/email-manager/
# Check skill is loaded
openclaw skills list | grep email-managerIf you find this skill useful, consider a donation!
MIT License
Copyright (c) Mattias SΓΆderholm
- OpenClaw - The AI agent framework
- Postfix and Dovecot - The excellent MTA and MDA