Clawd:Mail
Installation
SKILL.md
Clawd:Mail 📧
Internal email dispatch system for the Brutus mesh.
Quick Send
# Simple text email
clawd-mail send to@example.com "Subject" "Body text"
# HTML email
clawd-mail send to@example.com "Subject" "<h1>HTML</h1>" --html
# Direct script usage (auto-CCs flo.schoedl@gmail.com by default)
python3 /home/boss/.openclaw/workspace/skills/clawd-mail/scripts/send.py \
--to to@example.com \
--subject "Hello" \
--body "Message here"