> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Empowering coding assistants and autonomous agents with Mailofly capabilities.

# Agent Skills for Autonomous Agents

Mailofly provides skill definitions and CLI tools for AI coding assistants (such as Antigravity, Cursor, Windsurf, and Claude Code) to create email campaigns, inspect delivery errors, and manage sending domains autonomously.

***

## What Can AI Agents Do with Mailofly?

* **Trigger Emails**: Automatically send customer notifications from serverless backend code.
* **Diagnose Delivery Failures**: Query bounce logs and SMTP diagnostic error codes directly.
* **Audit DNS**: Verify DKIM, SPF, and DMARC record states programmatically.
* **Generate Responsive Templates**: Author dynamic React Email and HTML templates with merge tags.

***

## Installing the Skill

When working with agentic IDEs, configure the Mailofly skill in your `.agents/skills` or IDE settings:

```json theme={null}
{
  "skills": [
    {
      "name": "mailofly",
      "description": "Send emails, query delivery logs, and manage sending domains using Mailofly."
    }
  ]
}
```


## Related topics

- [Introduction](/receiving/introduction.md)
- [Client Integration Guides](/mcp-server/clients.md)
- [Live Resources](/mcp-server/resources.md)
- [AI onboarding](/getting-started/ai-onboarding.md)
- [MCP Server](/mcp-server/introduction.md)
