MCP HubMCP Hub
스킬 목록으로 돌아가기

email-customer

rockscy
업데이트됨 2 days ago
4 조회
2
1
2
GitHub에서 보기
문서ai

정보

이 스킬은 환불 요청이나 불만과 같은 민감한 고객 상황에 대해 전문적이고 단호하면서도 예의 바른 이메일 답변을 작성합니다. 개발자가 고객 이메일을 붙여넣고 답변을 요청할 때, 특히 분쟁이나 범위 확대와 관련된 어색한 소통을 위해 특별히 트리거됩니다. 출력은 간결하고 효과적이도록 설계되었으며, 지나치게 기업적인 언어를 피하고 법적으로 위협적인 메시지에 대응하지 않습니다.

빠른 설치

Claude Code

추천
기본
npx skills add rockscy/solo-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/rockscy/solo-skills
Git 클론대체
git clone https://github.com/rockscy/solo-skills.git ~/.claude/skills/email-customer

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Email Customer / 客户邮件回复

When to use

  • The dev is replying to a real customer (paying or potential).
  • The reply needs to be polite, firm, and short — not corporate, not groveling.
  • The situation is awkward: refund, dispute, scope creep, deadline push, complaint.

When NOT to use

  • A routine inquiry ("what's the price?") — answer directly, no skill needed.
  • An abusive or harassing message — those need a moderation policy, not a charming reply. Suggest: don't engage; if needed, refund and ban.
  • A legal threat — stop. Don't reply via skill. Suggest the user consult a lawyer first.

Principles

A good solo-founder reply has four properties:

  1. Acknowledge the specific concern (not "I understand your frustration").
  2. State the decision plainly in one sentence, near the top.
  3. Give one reason, no more. (Listing reasons reads as defensive.)
  4. Offer a concrete next step — a workaround, a partial refund, a deadline, a closing line.

Avoid:

  • "I'm sorry you feel that way" — not an apology, reads as dismissive.
  • "Per our policy" — bureaucratic, hides the human behind procedure.
  • Hedging multiple times in one email ("we might be able to possibly consider…").
  • More than ~120 words. If it needs more, it's a phone call or a doc.

Output format

Always produce:

  1. Subject: (one short line, no "Re: Re:")
  2. Body: (≤120 words, plain text, no signature)
  3. Internal note: (one line for the dev — what they should do operationally after sending, e.g. "issue partial refund of $19", "add to email block list")

Worked examples

Example 1: Refund request after 60 days, policy is 30

Customer:

"I bought the annual plan 60 days ago and barely used it. Can I get a refund?"

Output:

Subject: Refund on your annual plan

Body:

Hi <name>,

Refunds on annual plans are limited to the first 30 days, so a full refund isn't something I can offer here.

What I can do: switch you to month-to-month and refund the unused months as account credit, or process a 50% refund on the remaining time. Either is fine — let me know which you'd prefer.

<you>

Internal note: If they pick option 2, refund $X via Stripe. If option 1, downgrade plan in admin and credit their balance.


Example 2: Scope creep on a fixed-price contract

Customer:

"Now that the dashboard is built, can you also add a CSV export and email reports? Should be quick."

Output:

Subject: Scope on the dashboard work

Body:

Hi <name>,

CSV export and scheduled email reports are both straightforward, but they're outside the original scope. Two paths:

  1. Add them as a small follow-up at $X (≈Y days of work).
  2. Hand off the codebase as-is and your team adds them later — happy to do a 30-min walkthrough either way.

Let me know which fits better.

<you>

Internal note: If they pick option 1, send a 1-page change order before starting.


Anti-patterns

  • Don't apologize for things that aren't your fault. "Sorry the API was down" is fine; "Sorry you don't like our pricing" is not.
  • Don't promise a fix without a timeline. Either commit ("by Friday") or say "I don't have an ETA yet."
  • Don't BCC yourself for "records." Use a CRM or a notes file. BCC reads weird if the customer ever sees it.

中文版

何时使用

  • 在回复真实客户(付费的或潜在的)。
  • 回复需要礼貌、坚定、简短——不官腔,也不卑躬屈膝。
  • 场景棘手:退款、争执、范围蔓延、延期、投诉。

何时不使用

  • 日常咨询("多少钱?")——直接回答,不需要这个技能。
  • 辱骂或骚扰邮件——需要的是封禁政策,不是回复技巧。建议:不回应;必要时退款 + 拉黑。
  • 法律威胁——停。先咨询律师,再考虑回复。

原则

好的回复有四个特征:

  1. 承认具体的问题(不是泛泛的"我理解您的沮丧")。
  2. 靠前一句说清决定。
  3. 给一个理由,不要列三个(列多反而显得心虚)。
  4. 给一个具体的下一步——补偿方案、截止时间、收尾语。

避免:

  • "对您的感受感到抱歉"——不是道歉,听起来像甩锅。
  • "依据我们的政策"——官腔,把人藏在流程后面。
  • 一封邮件里反复犹豫("我们或许可以考虑…")。
  • 超过 ~120 字。再多就该改电话或长文档。

输出

  1. 主题:(一行短句)
  2. 正文:(≤120 字,纯文本,不加签名)
  3. 内部备注:(给开发者的操作指引——发完邮件还要做什么,比如"在 Stripe 退 $19"、"加入邮件黑名单")

反模式

  • 不要为不是自己的过错道歉。
  • 不要给不带时间的承诺。 要么"周五前",要么"暂时没 ETA"。
  • 不要 BCC 自己留底。 用 CRM 或笔记,BCC 万一被客户看到很尴尬。

GitHub 저장소

rockscy/solo-skills
경로: skills/email-customer
0
ai-agentsawesome-listbilingualclaude-codeclaude-skillsdeveloper-tools

연관 스킬

railway-docs

문서

이 스킬은 Railway의 기능, 작동 방식 또는 특정 문서 URL에 대한 질문에 답하기 위해 최신 Railway 문서를 가져옵니다. 개발자들이 Railway의 공식 소스로부터 정확하고 최신 정보를 직접 받을 수 있도록 보장합니다. 사용자가 Railway의 작동 방식을 묻거나 Railway 문서를 참조할 때 사용하세요.

스킬 보기

n8n-code-python

문서

이 Claude Skill은 n8n의 Code 노드에서 Python 코드를 작성할 때 전문적인 지침을 제공하며, 특히 Python 표준 라이브러리 사용과 n8n의 특수 구문인 `_input`, `_json`, `_node` 작업에 중점을 둡니다. 이는 개발자가 n8n 내에서 Python의 제한 사항을 이해하도록 돕고, 대부분의 워크플로에는 JavaScript 사용을 권장하면서도 특정 데이터 변환 요구사항에 대한 Python 솔루션을 제안합니다.

스킬 보기

archon

문서

Archon 스킬은 REST API를 통해 RAG 기반 시맨틱 검색과 프로젝트 관리를 제공합니다. 이 스킬을 사용하여 문서 검색, 계층적 프로젝트/태스크 관리, 문서 업로드 기능을 갖춘 지식 검색을 수행할 수 있습니다. 외부 문서를 검색할 때는 다른 소스를 사용하기 전에 항상 Archon을 최우선으로 활용하세요.

스킬 보기

n8n-code-javascript

문서

이 Claude Skill은 n8n의 Code 노드에서 JavaScript 코드 작성에 대한 전문적인 지침을 제공합니다. `$input`/`$json` 변수, HTTP 헬퍼, DateTime 처리와 같은 필수적인 n8n 특정 구문을 다루며 일반적인 오류를 해결합니다. Code 노드에서 사용자 정의 JavaScript 처리가 필요한 n8n 워크플로우를 개발할 때 활용하세요.

스킬 보기