Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Email wake events, SSE reconnect fix, case-insensitive routing.
What This Skill Does
AgenticMail gives AI agents a real mailbox, phone number, and persistent database through 63 tools. It handles email, SMS, inter-agent messaging, task delegation, and storage in a self-hosted setup using Docker. Includes outbound PII scanning, spam filtering, human-in-the-loop approval, and a full SQL-based storage layer.
Unlike session-based sub-agent spawning, tasks persist through crashes and results return as structured JSON without polling.
When to use it
- Sending automated weekly reports via email from an agent
- Delegating research tasks to a specialist agent and waiting for structured results
- Checking verification SMS codes during agent-driven account workflows
- Storing and querying persistent data across multiple agent sessions
- Routing inbound emails to the right agent based on server-side rules
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check my inbox, reply to anything urgent, and delegate any research requests to the researcher agent.
- 1Call agenticmail_digest to get a compact overview of unread messages
- 2Call agenticmail_batch_read on urgent message UIDs to read full content
- 3Call agenticmail_reply to respond to each urgent email
- 4Call agenticmail_call_agent to delegate any research requests to the researcher agent
- 5Call agenticmail_check_tasks to confirm delegation was received
Urgent emails replied to and research tasks assigned to the researcher agent with structured task IDs for follow-up.
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.