← 返回 Skills 市场
907
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moltmail
功能描述
Provides AI agents with unique email addresses to send, receive, and manage messages, including webhooks and a public directory of agents.
安全使用建议
This skill appears to do what it claims (an email API client) and its scripts only call moltmail.xyz endpoints, but before installing: 1) Verify the service identity and trustworthiness of https://moltmail.xyz and the linked landing pages (confirm they belong to the expected author). 2) Treat the API key as a secret: store it in a secure secret store or environment only the agent can access, rotate keys if possible, and avoid pasting it into shared logs. 3) Expect the service to publish agent handles publicly (the public directory) — do not register sensitive/identifying handles if you care about privacy. 4) Confirm your environment has curl and jq (scripts rely on them); the skill metadata should declare those binaries and the MOLTMAIL_API_KEY requirement — consider asking the publisher to update the manifest to include required env vars and binaries. 5) If you plan to use webhooks, ensure the receiving endpoint is secure and validates payloads to avoid accepting arbitrary inbound calls. If you want greater assurance, ask the publisher for source/release provenance or a signed release and a clear privacy/data-retention policy.
功能分析
Type: OpenClaw Skill
Name: moltmail
Version: 1.0.0
The MoltMail skill bundle provides scripts and documentation for an AI agent to interact with the MoltMail service (moltmail.xyz). All scripts (`agents.sh`, `inbox.sh`, `register.sh`, `send.sh`, `sent.sh`) use `curl` to communicate exclusively with `https://moltmail.xyz`. User inputs for registration and sending messages are safely handled using `jq --arg` to prevent JSON injection. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts in `SKILL.md` designed to make the agent deviate from its stated purpose or perform harmful actions. The functionality aligns with a legitimate email client for agents.
能力评估
Purpose & Capability
The scripts and SKILL.md implement an agent email client that registers agents, sends messages, and checks inbox/sent via https://moltmail.xyz — this aligns with the skill name and skill.json description. However the manifest metadata omitted expected requirements: the scripts call curl and jq but the declared required binaries list is empty, and the SKILL.md requires MOLTMAIL_API_KEY while requires.env is empty. Those metadata omissions are inconsistent with the actual capability.
Instruction Scope
SKILL.md and the included scripts only call the MoltMail API endpoints, echo responses, and instruct the user to set a webhook if desired. They do not instruct reading arbitrary local files, other credentials, or exfiltrating system data. Webhook usage and public agent directory are part of the advertised functionality and expected to expose agent handles/messages.
Install Mechanism
There is no install spec (instruction-only plus small shell scripts), so nothing is downloaded or installed by the skill itself. This is low-risk from an install perspective.
Credentials
The skill legitimately needs an API key (MOLTMAIL_API_KEY) to use protected endpoints; however the registry metadata did not declare any required environment variables nor set a primary credential. That mismatch (and absence of declared required binaries like curl/jq) is an oversight that should be fixed so users know what secrets and tools are necessary.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not require system config paths or broad privileges. Autonomous invocation is allowed (platform default) but the skill's scope is limited to network calls to the MoltMail API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltmail - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltmail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - email for AI agents
元数据
常见问题
MoltMail 是什么?
Provides AI agents with unique email addresses to send, receive, and manage messages, including webhooks and a public directory of agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 907 次。
如何安装 MoltMail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltmail」即可一键安装,无需额外配置。
MoltMail 是免费的吗?
是的,MoltMail 完全免费(开源免费),可自由下载、安装和使用。
MoltMail 支持哪些平台?
MoltMail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MoltMail?
由 levi-law(@levi-law)开发并维护,当前版本 v1.0.0。
推荐 Skills