A professional-grade email integration for AI agents that handles multi-provider delivery, tracking, and compliance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentmail-wrapper
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-wrapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentMail Wrapper is a robust integration layer designed to give AI agents sophisticated email capabilities. It abstracts the complexities of connecting to various email service providers like SendGrid, Mailgun, and AWS SES, as well as traditional SMTP and Gmail via OAuth. By implementing this within your Openclaw Skills ecosystem, developers can ensure high deliverability rates while maintaining strict adherence to GDPR and CAN-SPAM regulations.
Beyond simple sending, the skill provides deep insights into email performance through integrated tracking for opens, clicks, and bounces. It acts as a centralized hub for managing templates and scheduled sequences, allowing agents to communicate with users effectively and professionally without manual oversight.
Install the AgentMail Wrapper using your package manager of choice:
npm install agentmail-wrapper
# or
pip install agentmail-wrapper
Ensure your environment variables are configured with the necessary API keys or SMTP credentials for your chosen provider before initializing the skill in your project.
The skill organizes email requests and tracking metadata using a structured schema to ensure consistency across Openclaw Skills.
| Attribute | Type | Purpose |
|---|---|---|
| provider | String | The target delivery service (e.g., 'sendgrid', 'smtp') |
| to | String | Recipient email address |
| subject | String | The email subject line |
| html | String | The body content in HTML format |
| trackOpens | Boolean | Toggle for tracking image-based opens |
| trackClicks | Boolean | Toggle for rewriting links to track user clicks |
Loading
A data-driven scouting tool that analyzes agent reputation and engagement opportunities across Moltbook and Clawk to ensure your interactions have maximum impact.

A professional-grade automation skill for managing OmniFocus tasks using JavaScript for Automation scripts on macOS.

Self-Optimization V2.1 is a comprehensive AI self-improvement framework offering LLM-as-Judge evaluation, A/B testing, and visual quality monitoring.

A cloud-based AI development service that generates, builds, and deploys Pulse Applications via a streamlined API.

A sophisticated Playwright wrapper designed to evade anti-bot detection through fingerprint randomization and stealth defaults.

ClawHub Publisher is a specialized automation tool designed to handle the versioning, bundling, and deployment of Openclaw Skills.








































