We raised $6M in Seed FundingRead more
OpenClawOpenClaw + AgentMail

Email for OpenClaw agents

AgentMail is the fastest way to give an OpenClaw agent its own email inbox. Install via ClawHub and your agent has a dedicated inbox - no credentials to share, no provider to configure.

[ Install ]

One command

AgentMail is available on ClawHub - the OpenClaw skill registry. Install it with one command. Your OpenClaw agent gets a full email inbox it can create, read, and reply from.

Option 1: Install via ClawHub (recommended)
npx clawhub@latest install agentmail
Option 2: Install via Skills
npx skills add agentmail-to/agentmail-skills
Option 3: Manual config (~/.openclaw/openclaw.json)
{
  "skills": {
    "entries": {
      "agentmail": {
        "enabled": true,
        "env": {
          "AGENTMAIL_API_KEY": "am_us_your_key_here"
        }
      }
    }
  }
}
[ Why email ]

Why your OpenClaw agent needs its own inbox

Native ClawHub install

AgentMail is listed on ClawHub, the OpenClaw skill registry. One command installs and configures everything.

Works across OpenClaw workflows

Once installed, every OpenClaw agent you run has access to email tools - without additional setup per project or per agent.

Full inbox ownership

Your agent creates its own inbox with its own email address. It is not routing email through your personal account or sharing credentials.

[ Code ]

Working code

# After installing via ClawHub:
npx clawhub@latest install agentmail

# Then in an OpenClaw session, prompt your agent:

"Create a new inbox called outreach-agent"

"Send an email to prospect@company.com:
 Subject: Quick question
 Body: Saw you're building [X] - worth a 15 min chat?"

"Check the outreach-agent inbox for new replies
 and tell me who responded"
[ FAQ ]

FAQ

Common questions about AgentMail and OpenClaw.

Can I install AgentMail in OpenClaw via ClawHub?
Yes. Run npx clawhub@latest install agentmail and follow the prompts. Add your API key from console.agentmail.to when asked.
Where do I configure the API key for OpenClaw?
The API key goes in ~/.openclaw/openclaw.json under skills.entries.agentmail.env.AGENTMAIL_API_KEY. ClawHub sets this up automatically when you install.
Is AgentMail on ClawHub the same as the AgentMail Skills package?
They provide the same capabilities. ClawHub is the OpenClaw-specific install path. The Skills package (via npx skills add) works across Claude Code, Cursor, and other compatible agents.
Can my OpenClaw agent receive emails too?
Yes. Every AgentMail inbox is a real email address. Incoming mail is available immediately through the API, MCP, or webhooks.
What operations does the AgentMail skill expose to OpenClaw?
Inbox creation and deletion, sending messages, listing and reading messages, replying to threads, creating drafts, and retrieving attachments.
Why not just use the Gmail API or SendGrid?
Gmail API requires OAuth and was built for human accounts, not programmatic agent use. SendGrid handles sending only - no receiving, no threading, no reply parsing. AgentMail gives your OpenClaw agent a dedicated inbox it can create on demand, send from, receive on, and read - with full thread context and no credential sharing.

Give your OpenClaw agent its own inbox

Free tier. No credit card required. Inboxes ready in under a second.

Start for free

© 2026 AgentMail, Inc. All rights reserved.

Privacy PolicyTerms of ServiceSOC 2Subprocessors