Skills aftersale-sop

aftersale-sop

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1970168137/aftersale-sop" ~/.claude/skills/openclaw-skills-aftersale-sop && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1970168137/aftersale-sop" ~/.openclaw/skills/openclaw-skills-aftersale-sop && rm -rf "$T"
manifest: skills/1970168137/aftersale-sop/SKILL.md
source content

aftersale-sop

Name

After-Sales Service SOP

Description

Comprehensive after-sales service standard operating procedures including退换货流程 (return/exchange processes), complaint escalation, service recovery, and compensation frameworks. Covers policy documentation, workflow design, quality standards, response timeframes, and customer satisfaction measurement for consistent, efficient post-purchase support operations.

Input

NameTypeRequiredDescription
business_typetextYesType of products/services sold
return_policytextYesCurrent return and exchange policy
team_structuretextYesCustomer service team organization
common_issuestextYesFrequent after-sales scenarios
service_standardstextYesTarget response and resolution times
escalation_matrixtextNoCurrent escalation procedures

Output

NameTypeDescription
return_processtextStep-by-step return/exchange workflow
complaint_soptextComplaint handling procedures
escalation_procedurestextClear escalation paths and criteria
service_recoverytextService failure recovery protocols
compensation_matrixtextCompensation guidelines by scenario
quality_standardstextService quality metrics and monitoring
training_materialstextCS team training content

Example

Input

{
  "business_type": "Consumer electronics, 30-day return policy",
  "return_policy": "30 days unused, 14 days defective exchange",
  "team_structure": "Tier 1: 10 agents, Tier 2: 3 specialists, Manager",
  "common_issues": "Defective products, wrong items, buyer's remorse",
  "service_standards": "First response 2 hours, resolution 24 hours"
}

Output

{
  "return_process": "1. Verify eligibility, 2. Issue RMA, 3. Receive item, 4. Process refund",
  "complaint_sop": "Acknowledge in 1hr, investigate in 4hrs, resolve in 24hrs",
  "escalation_procedures": "Tier 2: >$500 value, Manager: legal threat, repeat complaint",
  "service_recovery": "Empower agents to offer up to $50 credit without approval",
  "compensation_matrix": "Shipping error: $10 credit, Defective: Full refund + $20 credit",
  "quality_standards": "CSAT >85%, First contact resolution >70%, Response time <2hrs",
  "training_materials": "Product knowledge, empathy scripts, de-escalation techniques"
}