AgentMail provides a dedicated email inbox for AI agents, enabling them to send, receive, and manage messages programmatically via an @agentmail.to address.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-mail
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-mail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentMail is a specialized email service designed specifically for the needs of autonomous agents. By assigning a unique email address to an agent, it allows for seamless interaction with human-centric systems that rely on email for verification, notifications, and professional correspondence. This integration is a powerful addition to your collection of Openclaw Skills, providing a bridge between AI logic and traditional communication workflows.
The service offers a developer-friendly experience with a dedicated Python SDK, CLI tools, and a robust REST API. By using AgentMail, agents can independently sign up for services, receive real-time alerts from external systems, and communicate with users or other agents without requiring human intervention for every message exchange.
First, install the required Python library:
pip install agentmail
Next, configure your agent credentials in the local environment:
mkdir -p ~/.agentmail
chmod 700 ~/.agentmail
cat > ~/.agentmail/config.json << 'EOF'
{
"apiKey": "YOUR_API_KEY",
"email": "[email protected]"
}
EOF
chmod 600 ~/.agentmail/config.json
AgentMail organizes email data and configuration using a structured JSON format and a clear message taxonomy.
| Property | Type | Description |
|---|---|---|
apiKey |
String | The authentication token for the AgentMail API. |
email |
String | The agent's specific @agentmail.to address. |
inbox_id |
String | The unique identifier for the mailbox being accessed. |
message_id |
String | Unique identifier for individual email items. |
from_address |
String | The sender's email address found in message metadata. |
Loading
AgentMail provides AI agents with dedicated email addresses to send, receive, and manage digital communications programmatically.

Continuity transforms passive AI logs into active development through asynchronous reflection and structured memory integration.

A framework for AI agents to perform asynchronous reflection and structured memory integration during session idle time.

Transforms passive logging into active development through asynchronous reflection and structured memory integration.

An autonomous system for discovering high-potential Solana memecoins and executing paper trades based on real-time data and smart money tracking.

An autonomous orchestrator for paper trading memecoins and prediction markets that evolves its own strategies through continuous learning and performance analysis.








































