# AgentMail Skills

Markdown skills that teach an AI agent how to use [AgentMail](https://agentmail.to) —
the email inbox API for agents. Each skill is a raw markdown file you can fetch
and drop straight into an agent's context.

## Skills

- **[example-skill](https://agentmail.md/skills/example)** — template; replace with real skills.

## Usage

Fetch any skill as raw markdown — no extension needed:

```bash
curl https://agentmail.md/skills/example
```

The `.md` form works too (`https://agentmail.md/skills/example.md`), and the
root path serves this index.
