← 返回 Skills 市场
sxliuyu

Email Auto Reply

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
294
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install email-auto-reply
功能描述
邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。
使用说明 (SKILL.md)

Email Auto Reply 📧

邮件自动回复工具,根据关键词匹配自动回复。

功能

  • 📝 关键词自动回复
  • 📋 模板管理
  • 🔄 多账号支持
  • ✅ 自动抄送

使用方法

添加回复规则

python3 scripts/auto_reply.py add "关键词" "回复内容"

列出规则

python3 scripts/auto_reply.py list

删除规则

python3 scripts/auto_reply.py delete 1

测试回复

python3 scripts/auto_reply.py test "你好,我想咨询"

示例

# 添加自动回复
python3 scripts/auto_reply.py add "价格" "感谢咨询,我们的价格请访问官网..."

python3 scripts/auto_reply.py add "退款" "您的退款申请已收到,我们将在3个工作日内处理..."

# 测试
python3 scripts/auto_reply.py test "我想问价格"
安全使用建议
This package is a simple local manager for canned reply rules — it only stores rules in ~/.email_auto_reply.json and can test matching text. It does NOT actually connect to email servers, send emails, support multiple accounts, or auto-CC messages despite those claims in the README. Before installing, consider: 1) Do you expect automatic sending? If so, this skill won't do that — you'd need an integration (SMTP/IMAP/API) which would require credentials. 2) The skill will create/modify ~/.email_auto_reply.json — inspect that file to ensure it contains only rules you expect. 3) The source is unknown and has no homepage; if you need real email automation, prefer a well-maintained tool with explicit mail provider integrations. 4) If you plan to extend it to send mail, be careful handling credentials (store them securely and review network code). If you proceed, run the script in a sandbox or non-production environment first and review the code yourself.
功能分析
Type: OpenClaw Skill Name: email-auto-reply Version: 1.0.0 The skill is a straightforward local rule manager for email auto-replies. The Python script `scripts/auto_reply.py` provides basic CRUD operations for keyword-based reply templates stored in a local JSON file (~/.email_auto_reply.json). There is no evidence of network activity, data exfiltration, or malicious execution logic.
能力评估
Purpose & Capability
The declared purpose is an email auto-reply tool. The included script only manages local keyword→reply rules and can 'test' matches; it does not connect to any mail server, send messages, handle accounts, or perform auto-CC. The SKILL.md also advertises '多账号支持' and '自动抄送' which are not implemented. Overall capability is limited compared with the description.
Instruction Scope
SKILL.md instructs the agent/user to run the local Python script (add/list/delete/test). The script reads and writes a single file under the user's home (~/.email_auto_reply.json) and does not reference network endpoints, other files, or extra environment variables. However, the instructions imply automatic email sending/integration which the runtime instructions and script do not perform — this is misleading scope.
Install Mechanism
There is no install spec; the skill is instruction-only with a small Python script. _meta.json lists python3 as a required binary which is consistent. No external downloads or archive extraction are requested.
Credentials
The skill requests no environment variables or credentials. The script stores data in ~/.email_auto_reply.json (user home) but does not access network credentials or other sensitive env vars. Requested privileges are proportional to the code's actual actions.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It writes its own config file in the invoking user's home directory, which is expected behavior for a local rule manager.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install email-auto-reply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /email-auto-reply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of email-auto-reply. - 自动根据邮件关键词匹配并发送回复 - 支持常见问题模板和多账号管理 - 可自定义添加、列出、删除自动回复规则 - 提供命令行工具,方便测试和管理 - 支持自动抄送功能
元数据
Slug email-auto-reply
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Email Auto Reply 是什么?

邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 Email Auto Reply?

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

Email Auto Reply 是免费的吗?

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

Email Auto Reply 支持哪些平台?

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

谁开发了 Email Auto Reply?

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

💬 留言讨论