Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

customer-success客户成功

Agent Skill

customer-success 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,557

周安装

63

GitHub Stars

4

下载量

489
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:customer-success(客户成功)
来源仓库:https://github.com/dengineproblem/agents-monorepo
仓库路径:skills/customer-success
安装命令:
npx skills add https://github.com/dengineproblem/agents-monorepo --skill customer-success
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/dengineproblem/agents-monorepo --skill customer-success

简介

保障客户价值实现与持续增长的客户成功管理体系。

  • 覆盖 onboarding、健康度监测、续约与增购全流程。
  • 适用于 SaaS 或订阅制产品的客户生命周期价值最大化。
  • 采用加权健康评分模型量化客户状态并提前干预风险。
  • customer-success 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Customer Success Manager

Эксперт по обеспечению ценности клиента, retention и росту.

Core Competencies

Customer Onboarding

  • Implementation planning
  • Kick-off meetings
  • Training and enablement
  • Go-live support
  • Time-to-value acceleration

Relationship Management

  • Executive business reviews
  • Account health monitoring
  • Stakeholder mapping
  • Champion development
  • Escalation handling

Retention & Expansion

  • Renewal management
  • Upsell identification
  • Churn prevention
  • Account expansion
  • Advocacy development

Health Score Framework

const healthScoreWeights = {
  productUsage: 0.30,      // 30%
  engagement: 0.25,        // 25%
  supportMetrics: 0.20,    // 20%
  businessOutcomes: 0.15,  // 15%
  relationshipStrength: 0.10 // 10%
};

function calculateHealthScore(account) {
  const scores = {
    productUsage: calculateUsageScore(account),
    engagement: calculateEngagementScore(account),
    supportMetrics: calculateSupportScore(account),
    businessOutcomes: calculateOutcomesScore(account),
    relationshipStrength: calculateRelationshipScore(account)
  };

  let totalScore = 0;
  for (const [metric, weight] of Object.entries(healthScoreWeights)) {
    totalScore += scores[metric] * weight;
  }

  return Math.round(totalScore);
}

function getHealthCategory(score) {
  if (score >= 80) return { status: 'green', action: 'expand' };
  if (score >= 50) return { status: 'yellow', action: 'nurture' };
  return { status: 'red', action: 'save' };
}

Health Score Components

Product Usage (30%)

Metrics:
  - DAU/MAU ratio
  - Feature adoption breadth
  - Usage frequency trend
  - Active seats vs purchased

Scoring:
  90-100: Usage exceeds benchmarks
  70-89: Healthy usage patterns
  50-69: Below average usage
  0-49: At risk - low engagement

Engagement (25%)

Metrics:
  - Meeting attendance
  - Response rates
  - Training completion
  - Community participation
  - NPS responses

Scoring:
  90-100: Highly engaged champion
  70-89: Regular engagement
  50-69: Sporadic engagement
  0-49: Disengaged - outreach needed

Support Metrics (20%)

Metrics:
  - Ticket volume trend
  - Escalation frequency
  - Resolution satisfaction
  - Self-service adoption

Scoring:
  90-100: Minimal support needs, high CSAT
  70-89: Normal support pattern
  50-69: Elevated issues
  0-49: Critical - many unresolved issues

Business Outcomes (15%)

Metrics:
  - ROI achieved vs promised
  - KPI improvements
  - Goals met
  - Value realization

Scoring:
  90-100: Exceeding expected outcomes
  70-89: On track to meet goals
  50-69: Partial value realization
  0-49: Not achieving expected value

Relationship Strength (10%)

Metrics:
  - Executive sponsor access
  - Multi-threaded contacts
  - Champion strength
  - Competitive mentions

Scoring:
  90-100: Strong multi-threaded relationship
  70-89: Good sponsor relationship
  50-69: Single-threaded
  0-49: No executive access

Customer Lifecycle

Phase 1 - Onboarding (Days 0-90):
  Goals:
    - Complete implementation
    - Train key users
    - Achieve first value milestone
  Touchpoints:
    - Kick-off call (Day 1)
    - Weekly check-ins (Weeks 1-4)
    - Training sessions
    - Go-live celebration
  Metrics:
    - Time to value
    - Training completion %
    - Feature adoption

Phase 2 - Adoption (Days 90-180):
  Goals:
    - Expand usage
    - Identify champions
    - Document success stories
  Touchpoints:
    - Bi-weekly check-ins
    - Usage reviews
    - Advanced training
  Metrics:
    - DAU/MAU
    - Feature depth
    - NPS

Phase 3 - Optimization (Days 180-270):
  Goals:
    - Maximize ROI
    - Identify expansion opportunities
    - Strengthen relationships
  Touchpoints:
    - Monthly reviews
    - QBR preparation
    - Executive alignment
  Metrics:
    - ROI metrics
    - Expansion pipeline
    - Health score

Phase 4 - Renewal (Days 270-365):
  Goals:
    - Secure renewal
    - Execute expansion
    - Build advocacy
  Touchpoints:
    - Renewal kickoff (90 days out)
    - Business case review
    - Contract negotiation
  Metrics:
    - Renewal rate
    - Expansion ARR
    - References

QBR Template

# Quarterly Business Review
**Customer:** [Company Name]
**Date:** [Date]
**Attendees:** [Names]

## Executive Summary
- Overall health: [Green/Yellow/Red]
- Key wins this quarter
- Areas of focus for next quarter

## Value Delivered
| Goal | Target | Actual | Status |
|------|--------|--------|--------|
| [Goal 1] | [#] | [#] | ✅/⚠️/❌ |
| [Goal 2] | [#] | [#] | ✅/⚠️/❌ |

## Product Usage
- Active users: [#] / [#] licensed
- Most used features: [List]
- Adoption opportunities: [List]

## Support Summary
- Tickets: [#] opened, [#] resolved
- CSAT: [#]%
- Open issues: [List]

## Next Quarter Priorities
1. [Priority 1]
2. [Priority 2]
3. [Priority 3]

## Expansion Opportunities
- [Opportunity 1]: [Details]
- [Opportunity 2]: [Details]

## Action Items
| Action | Owner | Due Date |
|--------|-------|----------|
| [Action 1] | [Name] | [Date] |
| [Action 2] | [Name] | [Date] |

Churn Prevention Playbook

Early Warning Signals

Red Flags:
  - Health score drop > 20 points
  - Executive sponsor left
  - Competitive RFP
  - Support escalations increasing
  - Usage declining > 30%
  - Missed QBRs
  - Delayed renewal conversation

Immediate Actions:
  1. Schedule executive touchpoint
  2. Conduct root cause analysis
  3. Create save plan
  4. Involve executive sponsor (internal)
  5. Offer concessions if justified

Save Plan Template

# Account Save Plan

**Customer:** [Name]
**Risk Level:** [Critical/High/Medium]
**Renewal Date:** [Date]

## Situation Analysis
- Root cause: [Description]
- Stakeholder sentiment: [Details]
- Competitive threat: [Yes/No - Details]

## Action Plan
| Week | Action | Owner | Goal |
|------|--------|-------|------|
| 1 | Executive call | CSM + VP | Understand concerns |
| 2 | Value assessment | CSM | Document ROI |
| 3 | Roadmap review | Product | Address gaps |
| 4 | Proposal | CSM + Sales | Present solution |

## Success Criteria
- [ ] Executive meeting completed
- [ ] Concerns documented and addressed
- [ ] Renewal commitment obtained

## Escalation Path
- Day 1-7: CSM owner
- Day 8-14: CS Manager involved
- Day 15+: VP CS + Executive sponsor

Expansion Playbook

Identifying Opportunities

Signals:
  - Usage hitting limits
  - New use cases emerging
  - Organizational growth
  - Champion promotion
  - Positive NPS/feedback
  - Successful QBR

Expansion Types:
  - Upsell: Higher tier, more features
  - Cross-sell: Additional products
  - Seat expansion: More users
  - Department expansion: New teams

Expansion Conversation

## Discovery Questions
1. "What new initiatives is the company focused on?"
2. "Are there other teams facing similar challenges?"
3. "How has your usage evolved since we started?"
4. "What would make [product] even more valuable?"

## Value Positioning
- Current ROI: [quantified impact]
- Additional value opportunity: [projected impact]
- Success story: [relevant case study]

## Proposal Framework
- Start with achieved outcomes
- Connect to business priorities
- Present expansion as natural next step
- Include ROI projection

Performance Metrics

Team Metrics:
  Net Revenue Retention: > 110%
  Gross Retention: > 90%
  Average Health Score: > 75
  NPS: > 50
  Time to Value: < 30 days

Individual Metrics:
  Book of Business: $[X]M ARR
  Accounts: [X] customers
  Renewals On-Time: > 95%
  Expansion Rate: > 15%
  Health Score Improvement: +5 points/quarter

Customer Segmentation

Enterprise (> $100k ARR):
  Touch model: High-touch
  CSM ratio: 1:8
  Touchpoints: Weekly/Bi-weekly
  QBRs: Quarterly

Mid-Market ($25k-$100k ARR):
  Touch model: Medium-touch
  CSM ratio: 1:25
  Touchpoints: Monthly
  QBRs: Bi-annually

SMB (< $25k ARR):
  Touch model: Tech-touch
  CSM ratio: 1:100+
  Touchpoints: Automated + triggered
  QBRs: On-demand

Tools & Systems

CRM: Salesforce / HubSpot
  - Account data
  - Opportunity tracking
  - Activity logging

CS Platform: Gainsight / ChurnZero
  - Health scores
  - Playbook automation
  - Journey orchestration

Analytics: Amplitude / Mixpanel
  - Product usage
  - Feature adoption
  - Engagement tracking

Communication: Slack / Teams
  - Customer channels
  - Internal escalation
  - Quick updates

Лучшие практики

  1. Proactive > Reactive — предвосхищайте проблемы
  2. Data-driven — решения на основе метрик
  3. Multi-threaded — отношения на всех уровнях
  4. Document everything — история взаимодействий
  5. Collaborate — работайте с Sales, Product, Support
  6. Celebrate wins — отмечайте успехи клиентов

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.13%
按下载量换算177

Claude

28.56%
按下载量换算140

Cursor

19.2%
按下载量换算94

Gemini CLI

9.67%
按下载量换算47

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills