ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agenticmail

🎀 AgenticMail — Full email, SMS, storage & multi-agent coordination for AI agents. 63 tools.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ope-olatunji/agenticmail
Or

🎀 AgenticMail

Email, SMS, database storage & multi-agent coordination for AI agents. Gives your agent a real mailbox, phone number, and persistent storage — 63 tools covering email, SMS, database management, and inter-agent task delegation. Includes outbound security guard, spam filtering, human-in-the-loop approval, and automatic follow-up scheduling.

Quick Setup

agenticmail openclaw

That's it. The command sets up the mail server, creates an agent account, configures the plugin, and restarts the gateway.

Tools

Core Email (8 tools)

ToolDescription
agenticmail_sendSend an email with automatic PII/credential scanning and outbound security guard
agenticmail_replyReply to a message (outbound guard applied)
agenticmail_forwardForward a message (outbound guard applied)
agenticmail_inboxList recent emails in the inbox with pagination
agenticmail_readRead a specific email by UID with security metadata (spam score, sanitization)
agenticmail_searchSearch emails by from/subject/text/date/seen, optionally search relay account
agenticmail_deleteDelete an email by UID
agenticmail_import_relayImport an email from connected Gmail/Outlook for thread continuation

Batch Operations (5 tools)

ToolDescription
agenticmail_batch_readRead multiple emails at once by UIDs (token-efficient)
agenticmail_batch_deleteDelete multiple messages by UIDs
agenticmail_batch_mark_readMark multiple emails as read
agenticmail_batch_mark_unreadMark multiple emails as unread
agenticmail_batch_moveMove multiple messages to another folder

Efficiency (2 tools)

ToolDescription
agenticmail_digestGet a compact inbox digest with previews (efficient overview)
agenticmail_template_sendSend email using a saved template with variable substitution

Folders & Message Management (6 tools)

ToolDescription
agenticmail_foldersList all mail folders
agenticmail_list_folderList messages in a specific folder (Sent, Drafts, Trash, etc.)
agenticmail_create_folderCreate a new mail folder
agenticmail_moveMove an email to another folder
agenticmail_mark_unreadMark a message as unread
agenticmail_mark_readMark a message as read

Metadata

Stars1287
Views0
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ope-olatunji-agenticmail": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.