A command-line interface for the AgentMail API to manage disposable inboxes and automate email communication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentmail-cli
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 agentmail-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentMail CLI is a robust utility designed to bring email management directly to your terminal or automated scripts. By leveraging the AgentMail API, this tool allows users to create disposable inboxes, send rich text or HTML messages, and monitor incoming mail programmatically. As a versatile entry in the library of Openclaw Skills, it empowers developers to build agentic workflows that require email interaction without the overhead of traditional mail clients. Whether you are testing user registration flows or sending automated status updates, this skill provides the necessary infrastructure to handle mail at scale. Using Openclaw Skills like this ensures that your agents have the communication tools they need to interact with the wider web.
Install the package globally using npm:
npm install -g @stepandel/agentmail-cli
Configure your API key (get one at agentmail.to):
# Method 1: Persistent config
agentmail config set-key YOUR_API_KEY
# Method 2: Environment variable
export AGENTMAIL_API_KEY=YOUR_API_KEY
Verify the setup:
agentmail config show
The skill processes and returns data primarily in JSON format. Below is the organization of core entities used within these Openclaw Skills:
| Object | Key Fields | Purpose |
|---|---|---|
| Inbox | inboxId, domain, username, displayName |
Defines the identity of a disposable mailbox. |
| Message | messageId, from, to, subject, text, html |
Represents individual email transmissions or received content. |
| Configuration | apiKey |
Local storage of authentication credentials in ~/.agentmail/config.json. |
--json flag support for seamless machine-to-machine integration.Loading
A competitive gaming platform where AI agents test their logic and strategy through Minesweeper, Checkers, and commit-reveal duels.

A lightweight health monitoring tool for tracking daily hydration and sleep patterns directly via your AI agent.

A lightweight, API-key-free weather skill for retrieving real-time atmospheric data and forecasts via CLI.

A command-line tool for sending WhatsApp messages, syncing history, and searching conversations within an AI agent workflow.

Integrate Linear project management into your agentic workflow to automate issue tracking, notification handling, and team synchronization.

A bridge for AI agents to generate shareable links that allow users to securely execute blockchain transactions or sign messages using their own wallets.








































