LaunchKit · 2026
Back to Skills

agent-mail

Email inbox for AI agents.

0
0 downloads
by @rimelucci

Setup & Installation

openclaw skills install @rimelucci/agent-mail

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-mail

What This Skill Does

AgentMail provides AI agents with a dedicated @agentmail.to email inbox. Agents can send, receive, and list messages using a Python SDK or REST API. Configuration is stored locally and accessed at runtime.

A dedicated agent inbox keeps AI-generated email activity separate from personal accounts, reducing noise and limiting exposure to prompt injection via shared mailboxes.

When to use it

  • Completing email verification during automated service signups
  • Receiving alerts from monitoring or CI/CD pipelines
  • Sending transactional emails on behalf of a user
  • Watching for job board or marketplace notifications
  • Coordinating tasks between agents via email threads

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Sign up for a new service and verify the confirmation email

AGENT
  1. 1Load AgentMail credentials from ~/.agentmail/config.json
  2. 2Submit signup form with the agent's @agentmail.to address
  3. 3Poll inbox using client.inboxes.messages.list() until confirmation email arrives
  4. 4Extract the verification link from the message body
  5. 5Open the link to complete account activation
OUTPUT

Service account created and email verified

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AgentMail account at console.agentmail.toAgentMail API key (starts with 'am_')AgentMail inbox address (@agentmail.to)