mcpbeat Sign in

Aai Zoho Mail Agent Skill

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

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
104
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aai-labs/agent-barn --skill aai-zoho-mail

What comes with it

4 341 bytes besides the instruction
references/command-reference.md

The instruction itself

1 sections, as written by the author

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 for command shapes, profile expectations, response notes, and examples.

How to use it

Copy the folder

Take aai-labs/aai-zoho-mail from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.