Install
openclaw skills install email-auto-reply邮件自动回复工具。根据关键词匹配自动回复,支持常见问题模板。适合客服和忙碌人士。
openclaw skills install 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 "我想问价格"