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.
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.