agenticmail

Manage email, SMS, and delegated agent workflows via a persistent task queue.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill agenticmail-wanli-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenticmail
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/3/agenticmail
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill agenticmail-wanli-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, curl, npx, tsx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

AgenticMail solves the problem of giving AI agents a real, persistent communication layer for inbox/outbox workflows, including coordinated delegation between multiple agents.

Core Features & Use Cases

  • Full email & message lifecycle: send, reply, forward, search, read, delete, move, and manage folders with pagination.
  • Multi-agent coordination: message other agents by name and delegate work via a persistent task queue with claim/submit/completion flows.
  • Security & governance for outbound actions: outbound security guard for PII/credential scanning, human-in-the-loop approval for blocked emails, spam filtering, and rate limiting.
  • Persistent storage plus long-running workflows: database-backed storage for agent state and structured results across sessions.

Use case example: An AI assistant receives an email thread, checks inbox for unread items, delegates a research subtask to another agent, waits for the delegated result via task tracking, then drafts and sends a safe reply after passing the outbound security guard.

Quick Start

Tell your agent to set up the AgenticMail OpenClaw integration by running the command: agenticmail openclaw.

Frequently Asked Questions about agenticmail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable AI agents to send emails and manage inbox workflows autonomously?

You enable autonomous email management by providing agents with a persistent mailbox layer that supports full lifecycle operations, requiring a SKILL-configured API connection with agent and master keys.

Can an AI agent delegate an email research task to another agent and track its completion?

Agents can delegate subtasks to other agents by name and track them through a persistent task queue that manages claim, submit, and completion flows for multi-agent coordination.

Does AgenticMail support human-in-the-loop approval for outbound emails?

AgenticMail includes an outbound security guard that enforces human-in-the-loop approval gates for blocked emails, performing PII and credential scanning, spam filtering, and rate limiting.

How do I store structured agent state and task results across multiple sessions?

Structured agent state and task results are stored across sessions using database-backed storage that supports persistent agent workflows and long-running asynchronous task delegation.

What dependencies do I need to run multi-agent email and SMS delegation workflows?

Running multi-agent email and SMS workflows requires Docker, curl, npx, and tsx installed to support tool-based mail, SMS, and database operations for asynchronous task delegation.