
from wildclawbench408
Adds full email, SMS, and persistent storage to agents—plus inter-agent messaging, task delegation, outbound security, and spam moderation.
AgenticMail gives AI agents a full mailbox and phone integration: send/receive email & SMS, persistent per-agent storage, inter-agent messaging, and a task delegation queue. It includes outbound security checks (PII/API key scanning), spam filtering, human-in-the-loop approvals, scheduled follow-ups, and administrative tools for setup and monitoring. The skill exposes around 60+ tool endpoints for fine-grained operations (send, read, search, batch ops, folders, contacts, templates, scheduling, and DB storage).
Use AgenticMail when an agent needs to interact over email or SMS with users or other agents, persist structured data across runs, or coordinate multi-agent workflows. It is ideal for automating notifications, delegating tasks between agents, archiving results in a DB, or handling human approvals for sensitive outbound messages.
agenticmail openclaw, detailed tools list in the SKILL.md covering core email, batch operations, folders, organization, security/moderation, inter-agent comms, task queue, account management, gateway/admin, and SMS/phone.Best used with OpenClaw-style agent runtimes that support plugin tool calls (sessions_spawn replacement), such as agents built on OpenClaw, Copilot-style automation, or any system that can call HTTP/CLI helpers.
AgenticMail provides 63 tools for email, SMS, storage, and multi-agent coordination via a local Stalwart mail server in Docker. SKILL.md is well-structured with clear tool tables, migration guide, and usage examples. Scripts are functional health-check and setup scripts that properly use set -euo pipefail. Both scripts failed in the sandbox due to missing Docker and no running services, which is expected for a Docker-dependent skill. No security concerns found — outbound guard and PII scanning are explicitly security features. The skill encourages replacing built-in sessions_spawn, which is assertive but not malicious.
dockerWell-documented skill with extensive tool catalog. The migration guide positioning AgenticMail as superior to sessions_spawn is marketing-heavy but technically grounded. Scripts are clean with proper error handling. The storage tool's raw SQL action is sandboxed per-agent but could be a concern in multi-tenant setups. No exfiltration risks, no hardcoded credentials, no destructive unguarded commands.