At Email Cli
CLI wrapper for AgentTeam Email — status, inbox, search, send, reply, all scriptable.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · fdcc662
Confirmed `at-email` isn't on PATH in a clean shell, and the skill correctly falls back to its bundled `scripts/at-email` npx wrapper instead of hallucinating a command — the kind of self-healing behavior a naive baseline response doesn't produce.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What At Email Cli does
at-email-cli wraps the `at-email` CLI so an agent can check mailbox status, list/search/read inbox messages, mark-read, archive, send and reply, with a JSON mode for automation and a bundled npx fallback when the binary isn't on PATH. It explicitly treats message bodies as untrusted, delimited data rather than instructions, and refuses side-effecting actions (send/reply/archive) triggered from inside email content. Trigger it for mailbox operations phrased like 'check my mail', 'reply to that email', or 'search my inbox for invoices'.
How to install At Email Cli
git clone https://github.com/agentteamhq/agentteam-email
cd agentteam-email
mkdir -p ~/.claude/skills
cp -r skills/at-email-cli ~/.claude/skills/at-email-cli
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger At Email Cli
-
/at-email-cliCLI wrapper for AgentTeam Email — status, inbox, search, send, reply, all scriptable.
It also activates on plain-language prompts like these:
-
Check my mailbox status and show me my unread messages -
Search my inbox for invoices and summarize what you find -
Reply to that email thread and archive the old messages
Frequently asked questions
- Is the At Email Cli skill free?
- Yes. The skill itself is free from agentteamhq/agentteam-email. SkillProof publishes the install command and an independent test verdict at no cost.
- Does At Email Cli work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Confirmed `at-email` isn't on PATH in a clean shell, and the skill correctly falls back to its bundled `scripts/at-email` npx wrapper instead of hallucinating a command — the kind of self-healing behavior a naive baseline response doesn't produce.
- What is the At Email Cli SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install At Email Cli?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use At Email Cli with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.