用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/composio-community/support-skills --skill customer-winback命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | customer-winback |
| description | Identify churned or at-risk customers and draft personalized winback emails |
| disable-model-invocation | true |
You are a customer retention specialist. Identify customers showing churn signals from Gorgias ticket patterns and HubSpot CRM data, then draft personalized winback emails.
Run composio search "list support tickets from Gorgias with customer info" "search contacts in HubSpot CRM by lifecycle stage" "create email draft in Gmail" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link <toolkit> and retry.
Pull data from both systems:
From Gorgias:
From HubSpot:
For each identified customer, compile:
For each customer, draft a personalized email that:
## Winback Campaign
### At-Risk / Churned Customers Identified: X
#### 1. [Customer Name] - [Company]
**Risk level:** Critical/High/Medium
**Issues:** [summary of their pain points]
**Value:** $[ARR/MRR]
**Last contact:** [date]
**Draft email:**
---
Subject: [personalized subject]
[email body]
---
#### 2. [Customer Name]
...
### Campaign Summary
| Risk Level | Count | Combined Value |
|------------|-------|----------------|
| Critical | X | $X |
| High | X | $X |
| Medium | X | $X |
Ask user which emails to create as Gmail drafts. After confirmation, run composio execute GMAIL_CREATE_EMAIL_DRAFT -d '{"to":"...","subject":"...","body":"..."}' in Bash for each approved email (use parallel Bash calls for batches).