← 返回 Skills 市场
36116
总下载
63
收藏
350
当前安装
3
版本数
在 OpenClaw 中安装
/install agentmail
功能描述
API-first email platform designed for AI agents. Create and manage dedicated email inboxes, send and receive emails programmatically, and handle email-based workflows with webhooks and real-time events. Use when you need to set up agent email identity, send emails from agents, handle incoming email workflows, or replace traditional email providers like Gmail with agent-friendly infrastructure.
安全使用建议
Install only if you intend to give an agent an email identity. Keep AGENTMAIL_API_KEY secure, verify recipients and attachments before sending, restrict webhook endpoints, avoid logging full payloads in shared environments, and redact or summarize email content before forwarding it to systems like GitHub or Slack.
功能分析
Type: OpenClaw Skill
Name: agentmail
Version: 1.1.1
This skill bundle is designed for an AI agent to interact with the AgentMail API for email management. All provided scripts (`check_inbox.py`, `send_email.py`, `setup_webhook.py`) and documentation (`API.md`, `WEBHOOKS.md`, `EXAMPLES.md`) are clearly aligned with this stated purpose. Critically, the `SKILL.md` file explicitly warns about prompt injection risks from incoming emails and provides detailed defensive measures (webhook allowlisting, isolated sessions) for the agent to implement, demonstrating a strong security-conscious design rather than malicious intent. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The local test server in `setup_webhook.py` is clearly for development and does not pose a threat.
能力评估
Purpose & Capability
The documented purpose matches the artifacts: creating inboxes, reading messages, sending email, handling attachments, and configuring webhooks are all expected for an email API skill.
Instruction Scope
The prompt-injection phrase appears as a defensive warning about hostile inbound email, followed by allowlist and isolated-review guidance rather than as an instruction to obey.
Install Mechanism
The skill asks users to install third-party Python packages with pip; this is normal for the integration but should be done from trusted package sources.
Credentials
The scripts use AGENTMAIL_API_KEY and can read user-selected attachment files for sending. The credential need is documented in the skill, though registry metadata does not appear to declare it separately.
Persistence & Privilege
Webhook creation and inbox monitoring can create persistent email workflows, but they are user-invoked, disclosed, and aligned with the stated purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentmail - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentmail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
🔒 Security: Webhook allowlist to prevent prompt injection
v1.1.0
🔒 CRITICAL SECURITY: Added webhook allowlist implementation to prevent prompt injection attacks. Email webhooks now require sender filtering to protect against malicious instructions.
v1.0.0
Initial release: API-first email for AI agents. Includes send/receive scripts, webhook setup, and comprehensive documentation.
元数据
常见问题
AgentMail 是什么?
API-first email platform designed for AI agents. Create and manage dedicated email inboxes, send and receive emails programmatically, and handle email-based workflows with webhooks and real-time events. Use when you need to set up agent email identity, send emails from agents, handle incoming email workflows, or replace traditional email providers like Gmail with agent-friendly infrastructure. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36116 次。
如何安装 AgentMail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentmail」即可一键安装,无需额外配置。
AgentMail 是免费的吗?
是的,AgentMail 完全免费(开源免费),可自由下载、安装和使用。
AgentMail 支持哪些平台?
AgentMail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AgentMail?
由 adboio(@adboio)开发并维护,当前版本 v1.1.1。
推荐 Skills