Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
AgentMail gives AI agents a dedicated email inbox at an @agentmail.to address. Agents can send, receive, and list messages via a Python SDK or REST API using stored credentials.
Agents get a real, isolated inbox instead of borrowing a human's email account, keeping agent communications auditable and separate.
When to use it
- Verifying account signups that require email confirmation
- Receiving alert emails from external monitoring systems
- Sending emails on behalf of an AI agent to real recipients
- Polling an inbox for job or marketplace opportunity notifications
- Keeping agent email traffic separate from a human's personal inbox
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check my inbox and summarize any new messages
- 1Loads API key and inbox address from ~/.agentmail/config.json
- 2Calls client.inboxes.messages.list() with the configured inbox_id
- 3Iterates over returned messages, reading sender address and subject
- 4Formats a summary of each message for the user
List of new messages with sender and subject line for each
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.