AgentMail is an API-first email infrastructure that allows AI agents to create programmatic inboxes, send high-volume messages, and process incoming mail via real-time webhooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentemail
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 agentemail 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 platform designed from the ground up for the needs of AI agents and automated workflows. Unlike consumer-grade providers like Gmail or Outlook, AgentMail focuses on programmatic access, offering features like instant inbox creation, no restrictive rate limits, and structured data extraction. By integrating this into your Openclaw Skills library, you enable your agents to interact with the world through a standard communication protocol without the friction of OAuth or legacy API constraints.
The platform provides agents with a persistent identity and the ability to handle complex email-based tasks such as document processing, customer support, and notification management. It serves as a bridge between the agentic environment and the traditional business world, making it an essential tool for developers building professional-grade AI automations with Openclaw Skills.
To begin using this skill, follow these installation steps:
pip install agentmail python-dotenv
.env file:AGENTMAIL_API_KEY=your_api_key_here
AgentMail organizes email data into a structured format that is easily parsed by LLMs. Below is the primary metadata taxonomy:
| Property | Type | Description |
|---|---|---|
inbox_id |
String | The unique email address for the agent (e.g., assistant@agentmail.to). |
username |
String | The custom prefix used to generate the inbox identifier. |
message.from |
Array | A list of sender objects containing names and email addresses. |
message.subject |
String | The subject line of the incoming or outgoing email. |
message.text |
String | The plain-text version of the email body content. |
attachments |
Array | A list of objects containing filename and base64 encoded content. |
webhook_url |
String | The endpoint where real-time event notifications are delivered. |
Loading
A comprehensive automation skill that transforms a single text prompt into a complete YouTube video with voiceover, footage, and captions.

An automated workflow for transforming long-form videos into high-engagement, captioned short-form clips for social media.

A comprehensive collection of AI-native configuration guides designed to automate the setup and optimization of Openclaw Skills for diverse agent architectures.

A comprehensive CLI-based skill for controlling Athom Homey smart home devices through local LAN or cloud APIs.

The Stealth Browser skill enables undetectable web automation with advanced anti-detection, CAPTCHA solving, and persistent session management.

A lightweight diagnostic skill designed to verify the successful integration and execution of the OpenClaw skill system.








































