Use aai-cli email commands with Zoho Mail profiles to list, read, send, and delete Zoho messages.
npx skills add https://github.com/aai-labs/agent-barn --skill aai-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 for command shapes, profile expectations, response notes, and examples.
Take aai-labs/aai-zoho-mail from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.