Back to Registry
View Author Profile
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/agenticmailOr
🎀 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)
| Tool | Description |
|---|---|
agenticmail_send | Send an email with automatic PII/credential scanning and outbound security guard |
agenticmail_reply | Reply to a message (outbound guard applied) |
agenticmail_forward | Forward a message (outbound guard applied) |
agenticmail_inbox | List recent emails in the inbox with pagination |
agenticmail_read | Read a specific email by UID with security metadata (spam score, sanitization) |
agenticmail_search | Search emails by from/subject/text/date/seen, optionally search relay account |
agenticmail_delete | Delete an email by UID |
agenticmail_import_relay | Import an email from connected Gmail/Outlook for thread continuation |
Batch Operations (5 tools)
| Tool | Description |
|---|---|
agenticmail_batch_read | Read multiple emails at once by UIDs (token-efficient) |
agenticmail_batch_delete | Delete multiple messages by UIDs |
agenticmail_batch_mark_read | Mark multiple emails as read |
agenticmail_batch_mark_unread | Mark multiple emails as unread |
agenticmail_batch_move | Move multiple messages to another folder |
Efficiency (2 tools)
| Tool | Description |
|---|---|
agenticmail_digest | Get a compact inbox digest with previews (efficient overview) |
agenticmail_template_send | Send email using a saved template with variable substitution |
Folders & Message Management (6 tools)
| Tool | Description |
|---|---|
agenticmail_folders | List all mail folders |
agenticmail_list_folder | List messages in a specific folder (Sent, Drafts, Trash, etc.) |
agenticmail_create_folder | Create a new mail folder |
agenticmail_move | Move an email to another folder |
agenticmail_mark_unread | Mark a message as unread |
agenticmail_mark_read | Mark a message as read |
Metadata
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.