GB-Power-Market-JJ email-reply

技能名称:智能邮箱自动回复

install
source · Clone the upstream repo
git clone https://github.com/GeorgeDoors888/GB-Power-Market-JJ
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw-skills/skills/biaojian2008/email-reply" ~/.claude/skills/georgedoors888-gb-power-market-jj-email-reply && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/GeorgeDoors888/GB-Power-Market-JJ "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw-skills/skills/biaojian2008/email-reply" ~/.openclaw/skills/georgedoors888-gb-power-market-jj-email-reply && rm -rf "$T"
manifest: openclaw-skills/skills/biaojian2008/email-reply/SKILL.md
source content

技能名称:智能邮箱自动回复

技能简介

本技能可自动处理你的邮件收件箱,在新邮件到达时,根据邮件内容,自动生成并发送合适的回复。支持自定义回复模板,适合商务、客服、个人自动回复等多种场景。

主要功能

  • 实时检测新邮件,并自动发送回复
  • 支持自定义回复模板(基于发件人/主题关键词)
  • 可与多种邮箱(如Gmail、Outlook)集成
  • 自动记录已回复历史,防止重复发送

使用方法

  1. 在 ClawHub 中安装本技能。
  2. 进入技能设置,授权并绑定你的邮箱账号。
  3. 编辑或选择自动回复模板,也可以按关键字设置不同回复内容。
  4. 保存设置,技能即自动开始在后台工作。

实际用例

  • 客户询盘自动回复:当客户发来邮件咨询时,自动回复:“您好,我们已经收到您的来信,会尽快有专人联系您。”
  • 节假日自动告知:在节假日,自动回复说明公司放假时间,处理延迟说明等。

注意事项

  • 建议定期检查自动回复逻辑,防止误回复。
  • 回复模板支持变量:如插入发件人姓名、时间等信息。