# Aai Zoho Mail

> Use aai-cli email commands with Zoho Mail profiles to list, read, send, and delete Zoho messages.

- Skill: `aai-labs/aai-zoho-mail` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aai-labs/aai-zoho-mail`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aai-labs/aai-zoho-mail/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: aai-labs (https://skillmd.com/u/aai-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aai-labs/aai-zoho-mail

---


# aai-cli Zoho Mail

Use this skill when working with Zoho Mail through `aai-cli email` and a Zoho Mail profile.

Always pass the intended Zoho Mail profile with `--profile` unless the active default profile is already known. `messages list` returns rich message objects that usually contain enough metadata to choose the next `messages get <MESSAGE_ID>` call.

Date filtering on `messages list` is client-side after fetching provider messages; check `truncated` when present.

Successful output is JSON on stdout. Errors are structured JSON on stderr. See [the command reference](references/command-reference.md) for command shapes, profile expectations, response notes, and examples.

