LaunchKit ยท 2026
Back to Skills

agenticmail

๐ŸŽ€ AgenticMail โ€” Full email, SMS, storage & multi-agent coordination for AI agents. 63 tools.

2
476 downloads
by @ope-olatunji

Setup & Installation

openclaw skills install @ope-olatunji/agenticmail

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agenticmail

Version History

v0.5.50Feb 20, 2026 - Version note by skill developer:

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.

INPUT

User asks: Check my inbox, reply to anything urgent, and delegate any research requests to the researcher agent.

AGENT
  1. 1Call agenticmail_digest to get a compact overview of unread messages
  2. 2Call agenticmail_batch_read on urgent message UIDs to read full content
  3. 3Call agenticmail_reply to respond to each urgent email
  4. 4Call agenticmail_call_agent to delegate any research requests to the researcher agent
  5. 5Call agenticmail_check_tasks to confirm delegation was received
OUTPUT

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.

AGENTICMAIL_API_KEY (set as plugins.entries.agenticmail.config.apiKey)Docker (to run the local Stalwart mail server)Cloudflare account (only if using custom domain setup)Google Voice account (only if using SMS features)