← 返回 Skills 市场
weavmail
作者
Yan-ke Guo
· GitHub ↗
· v1.0.5
397
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install weavmail
功能描述
Use weavmail CLI to manage emails for the current task. Use when you need to read, send, reply to, or move emails as part of completing a task.
安全使用建议
This skill appears to do what it says: a CLI email client that will require you to install the weavmail binary (via 'uv') and supply IMAP/SMTP credentials. Before installing, verify you trust the source of the weavmail binary and the 'uv' tool, and prefer an app-specific password for your mail account. Check where weavmail stores account credentials and whether they are encrypted, and be aware it will write email bodies and metadata to a local mails/ directory. The skill can send and move emails (network operations) — follow the HEARTBEAT.md guidance to avoid allowing the agent to act on emails without your explicit instruction.
功能分析
Type: OpenClaw Skill
Name: weavmail
Version: 1.0.5
The weavmail skill bundle provides a structured interface for an AI agent to manage emails using a CLI tool. The instructions in SKILL.md and HEARTBEAT.md are well-documented, focusing on standard IMAP/SMTP configuration, mail synchronization to local Markdown files, and user-approved actions. Notably, the bundle includes strong safety guardrails in HEARTBEAT.md that explicitly forbid the agent from performing autonomous mail operations (sending, trashing, or archiving) without direct user instruction.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes installing and using a weavmail CLI to read, send, and move mail. The only declared binary requirement is 'uv', which is used in the install instruction, so the requested artifacts align with the stated purpose.
Instruction Scope
Instructions tell the agent to install weavmail, configure IMAP/SMTP credentials via CLI, sync mailboxes, and read/write local Markdown files under ./mails/. This is expected for an email client. Note: SKILL.md does not state how account credentials are stored (location/encryption), and the client will write local files containing full email bodies and metadata—users should be aware of local storage of potentially sensitive content.
Install Mechanism
There is no packaged install specification in the registry; the docs instruct the user to run 'uv tool install weavmail'. Requiring 'uv' is coherent with that workflow. Installing via 'uv' will fetch external artifacts (normal for CLI tools) — the installer source and trust should be verified before running.
Credentials
The skill declares no required environment variables and the only secrets used are IMAP/SMTP username/password provided through the weavmail CLI—these are appropriate and proportional for an email client. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not marked 'always' and uses normal autonomous-invocation defaults. It will create local mailbox files and a local account config (expected for a CLI mail client). There is no indication it modifies other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weavmail - 安装完成后,直接呼叫该 Skill 的名称或使用
/weavmail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Added support for batch operations in the `trash` and `archive` commands: multiple mail files can now be processed in one call.
- Updated documentation to clarify that `trash` and `archive` commands now accept multiple `MAIL_FILE` arguments for batch moves.
- Clarified how the account is determined for `trash` and `archive` (always from the mail file's front matter; no `--account` option).
- Adjusted edge case notes for command account handling and batch processing.
v1.0.4
- Added ARCHIVE mailbox support: new `archive` command moves mail to an archive folder, configurable via `--archive-mailbox`.
- Updated setup instructions to include optional `--archive-mailbox` field alongside Sent and Trash.
- Enhanced sync: new `--account` option allows syncing multiple (comma-separated) or all accounts at once.
- Documentation revised for clarity and expanded to cover multi-account syncing and the new archive feature.
- Added HEARTBEAT.md file.
v1.0.3
- Added support for `--cc` and `--bcc` options in the `send` command, allowing multiple recipients for these fields.
- Documentation for the send command updated to mention repeatable `--cc` and `--bcc` options.
- No code changes detected; update limited to documentation.
v0.1.1
- Added instructions to configure Sent and Trash mailboxes in the account settings after setup.
- Introduced a new `weavmail trash` command for moving emails directly to the configured trash mailbox.
- Clarified the requirement for `--trash-mailbox` configuration when using the trash command.
- Updated account handling: the `trash` command works like `move` and `send --reply` in reading the account from mail file front matter.
- Expanded documentation for mailbox configuration and usage.
v0.1.0
- Initial release of weavmail, a command-line email client for managing task-related emails.
- Supports reading, sending, replying to, moving, and organizing emails via simple CLI commands.
- Syncs emails as local Markdown files with complete metadata.
- Allows configuration of multiple email accounts and folders.
- Provides mailbox listing, file-based mail manipulation, and robust account management options.
元数据
常见问题
weavmail 是什么?
Use weavmail CLI to manage emails for the current task. Use when you need to read, send, reply to, or move emails as part of completing a task. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 397 次。
如何安装 weavmail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weavmail」即可一键安装,无需额外配置。
weavmail 是免费的吗?
是的,weavmail 完全免费(开源免费),可自由下载、安装和使用。
weavmail 支持哪些平台?
weavmail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weavmail?
由 Yan-ke Guo(@yankeguo)开发并维护,当前版本 v1.0.5。
推荐 Skills