LaunchKit · 2026
Back to Skills

agent-mail-cli

Email inbox for AI agents.

0
0 downloads
by @rimelucci

Setup & Installation

openclaw skills install @rimelucci/agent-mail-cli

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

npx clawhub install agent-mail-cli

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.

INPUT

User asks: Check my inbox and summarize any new messages

AGENT
  1. 1Loads API key and inbox address from ~/.agentmail/config.json
  2. 2Calls client.inboxes.messages.list() with the configured inbox_id
  3. 3Iterates over returned messages, reading sender address and subject
  4. 4Formats a summary of each message for the user
OUTPUT

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.

AgentMail API key (generated at console.agentmail.to)AgentMail inbox address (created at console.agentmail.to)