agentmail-toolkit

Installation
SKILL.md

AgentMail Toolkit

Install the toolkit for the selected language and set AGENTMAIL_API_KEY.

npm install agentmail-toolkit
pip install agentmail-toolkit

The TypeScript and Python packages can expose different tool sets and can release on different schedules. Discover the installed package's tool catalog at runtime instead of trusting a hardcoded list:

new AgentMailToolkit().getTools().map((tool) => tool.name)
Installs
692
GitHub Stars
21
First Seen
Jan 30, 2026
agentmail-toolkit — agentmail-to/agentmail-skills