skills/agentmail/SKILL.md
Give Hermes its own email inbox. Send, receive, and manage email autonomously via agent-owned email addresses ([email protected]). Use when you need to send emails, receive replies, manage email threads, sign up for services via email, or communicate with other agents/humans via email.
npx skillsauth add ariffazil/openclaw-workspace agentmailInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
create_inbox(username="hermes-agent") → gets [email protected]send_message(inbox_id=..., to=recipient, subject=..., text=...)list_threads(inbox_id=...) → get_thread(thread_id=...)reply_to_message(message_id=..., text=...)| Tool | Description |
|------|-------------|
| list_inboxes | List all agent inboxes |
| get_inbox | Get details of a specific inbox |
| create_inbox | Create a new inbox (gets real email address) |
| delete_inbox | Delete an inbox |
| list_threads | List email threads in an inbox |
| get_thread | Get a specific email thread with all messages |
| send_message | Send a new email |
| reply_to_message | Reply to an existing email |
| forward_message | Forward an email |
| update_message | Update message labels/status |
| get_attachment | Download an email attachment |
The MCP server is configured in ~/.hermes/config.yaml under mcp.servers.
API key is set via environment variable AGENTMAIL_API_KEY.
create_inbox if no inbox exists yetsend_message(inbox_id, to=email, subject=subject, text=body)list_inboxes → get inbox_idlist_threads(inbox_id=inbox_id) → list conversation threadsget_thread(thread_id=thread_id) → read full threadget_thread to find the message_idreply_to_message(message_id=msg_id, text=reply_text)create_inbox(username="signup-bot") → gets inbox addresslist_threads to check for verification emailget_thread to read the verification codelist_threads polling via cronjobUse list_inboxes to confirm the MCP connection is working.
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.