customer-success-manager
Monitors customer health, predicts churn risk, and identifies expansion opportunities using weighted scoring models for SaaS customer success. Use when analyzing customer accounts, reviewing retention metrics, scoring at-risk customers, or when the user mentions churn, customer health scores, upsell opportunities, expansion revenue, retention analysis, or customer analytics. Runs three Python CLI tools to produce deterministic health scores, churn risk tiers, and prioritized expansion recommendations across Enterprise, Mid-Market, and SMB segments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/customer-success-managerWhat This Skill Does
The Customer Success Manager skill provides production-grade analytics for SaaS account management without the complexity of external dependencies. It leverages multi-dimensional weighted scoring models to evaluate customer health, calculate churn risk, and identify expansion opportunities. By processing standard JSON customer datasets, it offers deterministic, repeatable insights that help CSM teams prioritize their book of business. The toolset analyzes usage telemetry, engagement metrics, support activity, and relationship data to classify accounts into Red/Yellow/Green categories while providing trend analysis for period-over-period performance tracking.
Installation
To integrate this skill into your OpenClaw environment, use the following CLI command:
clawhub install openclaw/skills/skills/alirezarezvani/customer-success-manager
Ensure you have the required Python environment configured, as this skill utilizes standard library scripts to ensure security and portability. Once installed, ensure your JSON input files follow the structure defined in assets/sample_customer_data.json to leverage the full suite of scoring modules.
Use Cases
- Proactive Churn Prevention: Automatically flag "at-risk" accounts based on behavioral shifts (e.g., declining login frequency or high escalation rates) before the renewal date approaches.
- Expansion Identification: Analyze adoption depth and whitespace mapping to recommend high-impact upsell or cross-sell opportunities for your healthiest accounts.
- Executive Reporting: Generate data-backed insights for Quarterly Business Reviews (QBRs) and Success Plans by leveraging trend analysis to demonstrate value realization to stakeholders.
- Segment-Based Management: Apply distinct scoring thresholds for different tiers (Enterprise vs. SMB) to ensure your time is allocated where the potential impact is highest.
Example Prompts
- "Run the health score calculator on my Q3 customer dataset and list all enterprise accounts that dropped below a 60% health score."
- "Analyze the churn risk for my mid-market segment; which accounts show the most significant decline in engagement compared to the previous period?"
- "Identify the top 5 expansion opportunities from this dataset based on high usage, high CSAT, and low multi-threading depth."
Tips & Limitations
- Tip: Keep your input JSON consistently formatted. Accuracy is heavily dependent on the quality of your telemetry data.
- Tip: Use the trend analysis feature to visualize trajectory; a stagnant account with declining trends is often more dangerous than a low-scoring account that is trending upward.
- Limitation: This skill does not perform real-time API polling; it is a static analysis tool designed for batch processing.
- Limitation: It is strictly logic-based. It does not utilize machine learning models or probabilistic forecasting, meaning it cannot 'learn' from unstructured communication logs without prior conversion into numeric scores.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-customer-success-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.