← Back to Skills Marketplace
294
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install email-auto-reply
Description
邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。
README (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 "我想问价格"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install email-auto-reply - After installation, invoke the skill by name or use
/email-auto-reply - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of email-auto-reply.
- 自动根据邮件关键词匹配并发送回复
- 支持常见问题模板和多账号管理
- 可自定义添加、列出、删除自动回复规则
- 提供命令行工具,方便测试和管理
- 支持自动抄送功能
Metadata
Frequently Asked Questions
What is Email Auto Reply?
邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。 It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install Email Auto Reply?
Run "/install email-auto-reply" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Email Auto Reply free?
Yes, Email Auto Reply is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Email Auto Reply support?
Email Auto Reply is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Email Auto Reply?
It is built and maintained by SxLiuYu (@sxliuyu); the current version is v1.0.0.
More Skills