Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Sign up for a new service and verify the confirmation email
- 1Load AgentMail credentials from ~/.agentmail/config.json
- 2Submit signup form with the agent's @agentmail.to address
- 3Poll inbox using client.inboxes.messages.list() until confirmation email arrives
- 4Extract the verification link from the message body
- 5Open the link to complete account activation
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.