Check and manage Ada's AgentMail inbox (ada@agentmail.to). Use whenever you need to check email, read messages, or send emails as Ada.
--- name: email-check description: Check and manage Ada's AgentMail inbox (ada@agentmail.to). Use whenever you need to check email, read messages, or send emails as Ada. --- # Email Check **Use this skill whenever:** - You need to check Ada's email - Henry asks about emails - You want to send an email as Ada - You need to read/respond to messages ## Quick Commands ```bash # Check unread messages ~/clawd/skills/email-check/scripts/check-inbox.sh # List recent messages ~/clawd/skills/email-check/scripts/list-messages.sh # Read specific message ~/clawd/skills/email-check/scripts/read-message.sh <message_id> # Send email ~/clawd/skills/email-check/scripts/send-email.sh ``` ## Active Inboxes - **ada@agentmail.to** - Ada's primary inbox (use this by default) - **henrymascot@agentmail.to** - Henry's AgentMail inbox ## Setup Python SDK already installed: - Location: `~/clawd/skills/agentmail/venv/` - API Key: `~/clawd/secrets/agentmail.key` - SDK: `agentmail==0.2.6` ## Common Use Cases ### Check for new emails ```bash ~/clawd/skills/email-check/scripts/check-inbox.sh ``` ### Send email as Ada ```bash # Interactive mode ~/clawd/skills/email-check/scripts/send-email.sh # Or use the agentmail send script directly ~/clawd/skills/agentmail/scripts/send.py --from ada@agentmail.to --to recipient@example.com --subject "Subject" --text "Body" ``` ### Read a specific message ```bash ~/clawd/skills/email-check/scripts/read-message.sh <message_id> ``` ## Notes - Default inbox: `ada@agentmail.to` - All scripts use the shared venv from the agentmail skill - API key stored in `~/clawd/secrets/agentmail.key`
don't have the plugin yet? install it then click "run inline in claude" again.