SanjithSambath e0db938ca1 Merge pull request #16 from agentmail-to/export-legacy-names
Rewrite canonical skill IDs to legacy IDs in plugin-export content
2026-07-21 16:31:18 -07:00
2026-07-21 14:59:55 -07:00

AgentMail Agent Skills

Canonical source for AgentMail's agent skills. Skills here are authored in this repository; every other first-party copy (Claude/Codex/Cursor plugins, product profiles, docs examples) is generated from it.

Install

# All skills
npx skills add agentmail-to/agentmail-skills

# One skill
npx skills add agentmail-to/agentmail-skills --skill agentmail

Or as a plugin: /plugin install agentmail@agentmail (Claude Code).

Skills

Skill Job
agentmail Build with the AgentMail TypeScript or Python SDK
agentmail-cli Install, authenticate, script, and troubleshoot the CLI
agentmail-mcp Configure and troubleshoot an AgentMail MCP connection
agentmail-toolkit Framework integrations (Vercel AI SDK, LangChain, OpenAI Agents, LiveKit)
agent-email-patterns Agent-email architecture, security threat model, provider tradeoffs
agentmail-send-email Draft, send, reply, forward through AgentMail MCP tools
agentmail-check-email Read, search, summarize, triage inboxes
agentmail-manage-inboxes Create, update, delete inboxes

agentmail-sdk and email-for-ai-agents are deprecated aliases (identical generated copies of agentmail and agent-email-patterns) kept so existing installs and pinned URLs keep resolving — don't install them alongside their replacements.

Contributing

PRs welcome against this repository — skill content merged here ships to installers immediately (npx skills add tracks main). Generated copies elsewhere are overwritten on the next export; don't PR those repos.

S
Description
Build with the AgentMail TypeScript or Python SDK for inbox, message, thread, draft, attachment, domain, allow/block list, pod, webhook, and WebSocket…
Readme 180 KiB
Languages
Python 100%