by agentteamhq
Open-source email infrastructure for AI agents.
# Add to your Claude Code skills
git clone https://github.com/agentteamhq/agentteam-emailGuides for using ai agents skills like agentteam-email.
Last scanned: 7/1/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-01T08:13:17.758Z",
"npmAuditRan": false,
"pipAuditRan": true,
"promptInjectionRan": true
}at-email CLI and agent skill for operating authorized mailboxes.AgentTeam Email is built for operators running mail for AI agents.
%%{init: {"flowchart": {"curve": "basis"}}}%%
flowchart TB
mail["Inbound mail<br/><small>(Cloudflare)</small>"] --> bucket[(R2 bucket)]
bucket --> app[AgentTeam Email]
app --> bucket
For deeper detail, see ARCHITECTURE.md and Mail Flow.
Start with the Quickstart to go from install to your first connected domain and mailbox.
Useful setup docs:
AgentTeam Email can run on one host with Docker Compose or on Kubernetes with Helm. The self-hosting docs cover environment setup, Cloudflare connection, R2 storage, ingress, and post-install checks.
The at-email CLI lets agents and operators check mailbox status, review
messages, search mail, and send approved outbound email.
Check local availability:
command -v at-email
at-email --version
One-off npm usage:
npx --yes @agentteamhq/email@latest --version
Agent setup paths:
at-email agent connect
at-email agent trial
at-email agent enroll TOKEN
The bundled agent skill lives in skills/at-email-cli. Read the CLI and agent skill docs for the full workflow.
Install repo-managed tools from the repository root:
mise install
pnpm install
For the full local development workflow, read SETUP.md.
apps/web-server: deployable web app and Node server.apps/mail-control-service: mail runtime coordination service.apps/at-email-cli: portable CLI distribution.packages/frontend: authenticated product UI and Storybook surface.packages/backend: backend APIs and integration logic.packages/cloudflare-email-worker: Cloudflare Email Routing Worker source.charts/agentteam-email: Helm chart for Kubernetes installs.docs: Mintlify documentation source.skills/at-email-cli: agent skill source for CLI mailbox operation.Please report vulnerabilities through GitHub Security Advisories, not public issues. See SECURITY.md for the private reporting path and security-sensitive contribution rules.
See CONTRIBUTING.md for local setup, validation, pull request guidance, and public issue expectations. Keep public issues and pull requests free of secrets, credentials, tokens, private hostnames, and private operational details.
MIT. See LICENSE.
agentteam-email is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by agentteamhq. Open-source email infrastructure for AI agents. It has 77 GitHub stars.
Yes. agentteam-email passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/agentteamhq/agentteam-email" and add it to your Claude Code skills directory (see the Installation section above).
agentteam-email is primarily written in TypeScript. It is open-source under agentteamhq on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentteam-email against similar tools.
No comments yet. Be the first to share your thoughts!