← 返回 Skills 市场
fhbillwer

Agent Mail

作者 fhbillwer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
602
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ws-agent-mail
功能描述
邮件智能处理。使用 AgentMail API 收发邮件。
安全使用建议
This skill's purpose (send/receive email) reasonably requires an API key and explicit account configuration, but the package does not declare any credentials and hardcodes or references an email address. Before installing: 1) Ask the publisher how authentication works and where the API key is stored—prefer explicit environment variable names (e.g., AGENTMAIL_API_KEY, AGENTMAIL_EMAIL). 2) Ask for the AgentMail API endpoint, privacy policy, and data retention rules. 3) Confirm who can access /workspace/data/emails/ and whether stored mail is encrypted or automatically deleted. 4) If you handle sensitive email, test in a sandbox and avoid granting platform-wide credentials. 5) If the publisher cannot explain the missing credentials or justify the hardcoded mailbox, do not install.
功能分析
Type: OpenClaw Skill Name: ws-agent-mail Version: 1.0.0 The skill bundle contains metadata and documentation for an email management tool using the AgentMail API. It defines standard functionality for sending, receiving, and managing emails at the address [email protected]. No executable code was provided, and the instructions in SKILL.md are consistent with the stated purpose without any signs of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The name and description match an email-sending/receiving skill, but SKILL.md explicitly references an 'API Key: 已配置' and a specific mailbox ([email protected]) while the registry metadata declares no required environment variables or credentials. A mail integration normally requires at least an API key and account configuration; their absence from the declared requirements is inconsistent.
Instruction Scope
Runtime instructions are vague about how the AgentMail API is accessed and instruct the agent to persist email data at /workspace/data/emails/. The skill may send user email content to an external service and will write potentially sensitive messages to local workspace storage; the instructions do not document endpoints, auth mechanics, retention, or who can access those stored emails.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so there is no installer downloading or executable being placed on disk. That reduces supply-chain risk compared to arbitrary downloads.
Credentials
The SKILL.md implies an API key and a configured email account but the skill declares no required env vars or primary credential. That mismatch is disproportionate: a mail-sending skill should explicitly declare the credentials it needs (e.g., AGENTMAIL_API_KEY, AGENTMAIL_EMAIL) and not rely on undocumented, implicit credentials.
Persistence & Privilege
Although the skill is not marked always:true and does not request elevated platform privileges, it directs storage of email data to /workspace/data/emails/, creating persistent storage of sensitive information without documenting retention, access controls, or encryption. The skill does not declare that config path in metadata, so this is an undeclared persistent footprint.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ws-agent-mail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ws-agent-mail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Agent Mail 1.0.0 - 首次发布,基于 AgentMail 实现邮件的收发与管理 - 支持发送和接收带附件的邮件 - 提供邮箱账户的创建和管理功能 - 支持邮件对话线程管理 - 邮件数据保存在 /workspace/data/emails/
元数据
Slug ws-agent-mail
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Agent Mail 是什么?

邮件智能处理。使用 AgentMail API 收发邮件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 602 次。

如何安装 Agent Mail?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ws-agent-mail」即可一键安装,无需额外配置。

Agent Mail 是免费的吗?

是的,Agent Mail 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Mail 支持哪些平台?

Agent Mail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Mail?

由 fhbillwer(@fhbillwer)开发并维护,当前版本 v1.0.0。

💬 留言讨论