agentmail-toolkit
✓使用流行的框架向 AI 代理添加电子邮件功能。为 TypeScript 和 Python 框架提供预构建工具,包括 Vercel AI SDK、LangChain、Clawdbot、OpenAI Agents SDK 和 LiveKit Agents。将 AgentMail 与需要电子邮件发送/接收工具的代理框架集成时使用。
SKILL.md
Pre-built email tools for popular agent frameworks. Instantly add inbox management, sending, receiving, and email automation to your agents.
| createinbox | Create a new email inbox | | listinboxes | List all inboxes | | getinbox | Get inbox details | | deleteinbox | Delete an inbox | | sendmessage | Send an email | | replytomessage | Reply to an email | | listthreads | List email threads | | getthread | Get thread details | | getattachment | Download an attachment |
| Vercel AI SDK | from 'agentmail-toolkit/ai-sdk' | - | | LangChain | from 'agentmail-toolkit/langchain' | from agentmailtoolkit.langchain import AgentMailToolkit | | Clawdbot | from 'agentmail-toolkit/clawdbot' | - | | OpenAI Agents SDK | - | from agentmailtoolkit.openai import AgentMailToolkit |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/agentmail-to/agentmail-skills --skill agentmail-toolkit- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 agentmail-toolkit?
使用流行的框架向 AI 代理添加电子邮件功能。为 TypeScript 和 Python 框架提供预构建工具,包括 Vercel AI SDK、LangChain、Clawdbot、OpenAI Agents SDK 和 LiveKit Agents。将 AgentMail 与需要电子邮件发送/接收工具的代理框架集成时使用。 来源:agentmail-to/agentmail-skills。
如何安装 agentmail-toolkit?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/agentmail-to/agentmail-skills --skill agentmail-toolkit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/agentmail-to/agentmail-skills