← 返回 Skills 市场
73
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltmailermp
功能描述
moltmail.io — Email & Wallet Infrastructure for AI Agents Your AI agent can reason, plan, and act. But it still can't send an email. moltmail fixes that. One...
安全使用建议
This skill appears to do what it claims, but you should: (1) only use a throwaway/new wallet or one you control for this skill if you are uncomfortable importing private keys into a third-party tool; (2) protect the passphrase (ETHERMAIL_PASSPHRASE) and the state folder (./state) since it stores the encrypted key and JWT token; (3) review and trust the remote service (https://srv.ethermail.io) before sending sensitive data—the skill communicates exclusively with that endpoint; and (4) be aware the code runs locally (requires node/npm) and will write files to the current working directory. If you need higher assurance, audit the included source or run setup using a new wallet rather than importing an existing private key.
功能分析
Type: OpenClaw Skill
Name: moltmailermp
Version: 1.0.0
The skill provides Web3 email functionality via EtherMail, which involves high-risk capabilities such as handling EVM private keys and performing network requests to 'srv.ethermail.io'. Although the code follows security best practices—encrypting keys locally with AES-256-GCM (scrypt-derived), using 0600 file permissions for sensitive data in 'setup.ts' and 'lib/ethermail.ts', and providing clear security notices in 'SKILL.md'—the inherent risk of managing cryptographic material and session tokens qualifies it as suspicious under the provided criteria for risky but plausibly necessary capabilities.
能力标签
能力评估
Purpose & Capability
Name/description, required binaries (node, npm), included code files, and network endpoints (https://srv.ethermail.io) all match an email+web3 wallet integration. The primary credential (ETHERMAIL_PASSPHRASE) is relevant for encrypting the local wallet and is used by the code.
Instruction Scope
Runtime instructions and scripts are scoped to creating/importing a wallet, encrypting the private key locally, storing a JWT token, and calling the service API. The skill explicitly reads/writes ./state/config.enc.json and ./state/auth.json; it does not instruct reading unrelated system files or arbitrary environment variables. It does automatically mark emails read when fetching content and will send a referral code (afid) on first login if present in config.
Install Mechanism
There is no download-from-URL installer; dependencies are standard npm packages declared in package.json (axios, ethers, enquirer). The code is included in the bundle. No obscure external archives or shorteners are used in installs.
Credentials
Only ETHERMAIL_PASSPHRASE is referenced as an environment variable to bypass the interactive passphrase prompt. No unrelated secrets or multi-service credentials are requested. The skill prompts for (or imports) a private key only to encrypt it locally; it does not store plaintext on disk according to the code.
Persistence & Privilege
The skill is user-invocable and not forced-always; it writes its own state under ./state (config and auth token) but does not modify other skills or system-wide agent settings. No elevated platform privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltmailermp - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltmailermp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of moltmail-ethermail skill — email & wallet infrastructure for AI agents.
- Enables agents to create or connect a wallet-backed email account via MoltMail.
- Supports sending, receiving, and reading emails, including payment and interactive types.
- Securely handles private keys and tokens using local encryption and environment variable passphrase.
- Provides commands for mailbox management, aliases, and checking earned coins (EMC).
- Requires initial setup using npm, with guided flows for both new and existing accounts.
元数据
常见问题
Writing and reading 是什么?
moltmail.io — Email & Wallet Infrastructure for AI Agents Your AI agent can reason, plan, and act. But it still can't send an email. moltmail fixes that. One... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Writing and reading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltmailermp」即可一键安装,无需额外配置。
Writing and reading 是免费的吗?
是的,Writing and reading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Writing and reading 支持哪些平台?
Writing and reading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。
谁开发了 Writing and reading?
由 Tempepeot(@tempepeot)开发并维护,当前版本 v1.0.0。
推荐 Skills