← 返回 Skills 市场
terrycarter1985

电商客服退换货应答模板

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ecom-return-refund-responder
功能描述
电商客服退换货标准化应答提示词模板。当买家发起退货、换货、仅退款等售后咨询时,自动生成符合平台售后规则、语气友好且信息准确的客服应答。适用于淘宝/天猫/京东/拼多多等国内电商平台及跨境平台。
使用说明 (SKILL.md)

电商客服退换货应答模板

调用方式

按以下输入字段填写后,将模板中 {{字段名}} 替换为实际值,即可生成标准化应答。

输入字段

字段 必填 说明
buyer_intent 买家意图:退货/换货/仅退款/补发
order_no 订单编号
item_name 商品名称
reason 买家申请原因(如:质量问题/尺码不合/七天无理由/发错货等)
days_since_receive 签收后天数
platform 平台名称,默认"本平台"
has_photo 买家是否已提供凭证照片,默认"未提供"
sku_info 换货时的新规格/尺码

应答模板

{{buyer_greeting}}!

关于您的订单 {{order_no}}({{item_name}}),我们已收到您的{{buyer_intent}}申请,原因:{{reason}}。

{{policy_paragraph}}

{{next_step_paragraph}}

{{closing_remark}}

如需进一步帮助,欢迎随时联系客服,我们将竭诚为您服务!😊

子模板片段

buyer_greeting(根据买家会员等级/昵称):

  • 默认:亲爱的买家

policy_paragraph(根据 reason + days_since_receive 自动匹配):

  • 质量问题 & ≤7天:根据平台售后政策,商品签收7天内如存在质量问题,支持退货退款,运费由卖家承担。
  • 质量问题 & >7天 & ≤15天:商品签收超过7天,如确认质量问题,我们可协助申请售后维权,请提供清晰凭证照片。
  • 七天无理由 & ≤7天:根据《消费者权益保护法》,商品签收7天内支持无理由退货,请确保商品未使用、不影响二次销售。
  • 七天无理由 & >7天:很抱歉,商品签收已超过7天无理由退货期限,如商品存在问题请联系我们另行处理。
  • 发错货/少发:非常抱歉给您带来不便!我们将立即为您{{换发正确商品/补发缺少商品}},运费由我方承担。
  • 尺码不合 & ≤7天:支持7天内换货,请提供期望换购的尺码/规格,确认库存后为您安排。
  • 尺码不合 & >7天:已超出换货期限,如商品完好可联系协商处理方案。

next_step_paragraph

  • 退货:请您在订单详情页提交退货申请,选择退货方式后寄回商品。收到退货后我们将在{{平台规定时效}}内完成退款。
  • 换货:请您确认换购规格为 {{sku_info}},提交换货申请后将原商品寄回,我们验收后立即为您发出新商品。
  • 仅退款:我们正在核实您的申请,预计{{1-3}}个工作日内给出处理结果,请留意消息通知。
  • 补发:我们将在{{24}}小时内为您安排补发,届时会推送物流单号,请注意查收。

closing_remark

  • 感谢您的理解与配合,祝您生活愉快!
  • 给您带来不便深表歉意,我们会持续改进服务!

边界与转人工规则

  1. 涉及法律争议、投诉工商/消协 → 立即转人工
  2. 买家情绪激烈或使用威胁性语言 → 转人工,不可模板回复
  3. 订单金额 > 5000元 或 批量售后(≥5单同一买家)→ 转人工审核
  4. 平台规则冲突或无法判定 → 回复"已为您升级处理,客服专员将在30分钟内联系您"并转人工
  5. 不对买家做出超出平台规则的承诺(如"一定赔偿"等)
  6. 不得泄露卖家内部信息(如进货价、利润率)

质量检查清单

  • 订单号、商品名准确
  • 签收天数与政策段落一致
  • 下一步操作明确可执行
  • 语气友好无生硬感
  • 未超出平台售后规则承诺
  • 需要凭证时已提醒买家提供
安全使用建议
Before using it, verify that the generated response matches the specific platform policy and your store rules, especially for high-value, legal, disputed, or emotionally sensitive cases where the template itself recommends human review.
功能分析
Type: OpenClaw Skill Name: ecom-return-refund-responder Version: 1.0.0 The skill bundle consists of a metadata file and a markdown-based prompt template for an e-commerce customer service assistant. It contains no executable code, network requests, or sensitive data access. The instructions in SKILL.md are focused on generating standardized responses for returns and refunds, including safety rules for escalating complex or high-value cases to human agents, and do not contain any malicious prompt injection or exfiltration logic.
能力评估
Purpose & Capability
The stated purpose is to generate standardized e-commerce return, exchange, refund, and reshipment replies, and the artifact content is consistent with that purpose.
Instruction Scope
The instructions are scoped to filling template fields and include escalation rules for legal disputes, high-value orders, batch cases, policy conflicts, and abusive conversations.
Install Mechanism
There is no install specification, no code, no required binaries, and no dependency or script execution.
Credentials
The skill does not request operating-system, network, file, browser, API, or account access.
Persistence & Privilege
No credentials, persistent storage, background behavior, privilege escalation, or autonomous account actions are present in the supplied artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ecom-return-refund-responder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ecom-return-refund-responder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: standardized return/exchange/refund prompt template for e-commerce CS
元数据
Slug ecom-return-refund-responder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

电商客服退换货应答模板 是什么?

电商客服退换货标准化应答提示词模板。当买家发起退货、换货、仅退款等售后咨询时,自动生成符合平台售后规则、语气友好且信息准确的客服应答。适用于淘宝/天猫/京东/拼多多等国内电商平台及跨境平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 电商客服退换货应答模板?

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

电商客服退换货应答模板 是免费的吗?

是的,电商客服退换货应答模板 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

电商客服退换货应答模板 支持哪些平台?

电商客服退换货应答模板 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 电商客服退换货应答模板?

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

💬 留言讨论