sales-churnzero
ChurnZero platform help — Health Scores, Plays & Automation, Journeys, Renewal Forecasting, In-App WalkThroughs, Surveys (NPS/CSAT/CES), AI Agents, REST API (OData v4). Use when health scores aren't predicting churn accurately, plays automation isn't triggering, Salesforce or HubSpot sync is broken, reporting dashboards feel inflexible, in-app WalkThroughs aren't reaching users, renewal forecasting numbers don't match CRM, or the ChurnZero API returns unexpected errors. Do NOT use for general customer success strategy (use /sales-customer-success) or NPS/CSAT survey methodology (use /sales-customer-feedback).
What this skill does
# ChurnZero Platform Help
## Step 1 — Gather context
If `references/learnings.md` exists, read it first for accumulated platform knowledge.
Ask the user:
1. **What area of ChurnZero do you need help with?**
- A) Health Scores — building ChurnScores, weighting factors, debugging scores that miss churn
- B) Plays & Automation — triggers, conditions, actions, plays not firing
- C) Journeys — milestone-based customer journeys, progress tracking
- D) Integrations — Salesforce, HubSpot, Segment, Mixpanel, data not syncing
- E) REST API — OData v4 queries, filtering, pagination, authentication
- F) Reporting & Dashboards — building segments, custom views, exporting data
- G) In-App Communications — WalkThroughs, announcements, tooltips, banners
- H) Surveys — NPS, CSAT, CES survey setup, response collection
- I) Renewal Forecasting Hub — renewal predictions, pipeline accuracy
- J) AI Agents — autonomous CS actions, meeting follow-ups, email generation
- K) Admin — user roles, SSO, billing, API keys
2. **What CRM are you using?** (Salesforce, HubSpot, NetSuite, Pipedrive, other, none)
3. **Which ChurnZero edition?** (Professional, Enterprise, unsure)
**Skip-ahead rule:** if the user's prompt already contains enough context, skip to Step 2.
## Step 2 — Route or answer directly
| Problem domain | Route to |
|---|---|
| Customer success strategy (health score methodology, churn playbooks, expansion) | `/sales-customer-success {your question}` |
| NPS/CSAT survey design or response rate optimization | `/sales-customer-feedback {your question}` |
| In-app messaging strategy (not ChurnZero-specific) | `/sales-in-app-messaging {your question}` |
| Salesforce/HubSpot CRM configuration (not ChurnZero-specific sync) | `/sales-integration {your question}` |
| Data enrichment for customer profiles | `/sales-enrich {your question}` |
| Comparing ChurnZero vs Vitally vs Gainsight vs Planhat | `/sales-customer-success {your question}` |
When routing, provide the exact command with the user's original question.
Otherwise, answer directly using the platform reference.
## Step 3 — ChurnZero platform reference
**Read `references/platform-guide.md`** for the full platform reference — modules, pricing, integrations, data model, workflows.
If the question involves API endpoints, **also read `references/churnzero-api-reference.md`**.
Answer the user's question using only the relevant section. Don't dump the full reference.
## Step 4 — Actionable guidance
Focus on the user's specific situation. For health score questions, walk through ChurnScore factor selection and weighting. For automation issues, trace the Play trigger→condition→action chain. For integration problems, check field mappings and sync direction. For reporting, help build segments and suggest workarounds for dashboard limitations.
If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there.
## Gotchas
> *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
- **Implementation takes 6-12 weeks.** G2 reviewers (87 mentions) flag the steep learning curve. Plan dedicated CS-ops time. Don't try to configure everything at once — start with health scores OR plays, not both.
- **REST API is Enterprise-only.** Professional edition has no API access. If you need programmatic access, budget for Enterprise pricing.
- **Custom dashboards require Enterprise.** Professional users get inflexible default dashboards (41 G2 mentions). Workaround: export data to Excel/Google Sheets via the live spreadsheet integration.
- **Reporting requires segments first.** You must build a segment before creating a report — this is unintuitive but by design. Pre-build common segments (at-risk, onboarding, renewal window) to speed up reporting.
- **Plays are often created but underutilized.** Start with 3-5 high-impact plays (churn risk, renewal reminder, champion change) rather than building dozens that nobody monitors.
- **Data quality determines success.** "Garbage in, garbage out" is the consensus. If CRM data is messy, fix it before implementing ChurnZero — bad data produces misleading health scores and broken automations.
- **Bidirectional CRM sync can overwrite fields.** Define a clear source-of-truth per field before enabling bidirectional sync with Salesforce or HubSpot. Test with a small account set first.
- **Rate limit is 200 requests/minute.** API returns `429` when exceeded. Use OData pagination (`$top`/`$skip`) and batch requests where possible.
- **Self-improving**: If you discover something not covered here, append it to `references/learnings.md` with today's date.
## Related skills
- `/sales-customer-success` — Customer success strategy: health scores, churn prevention, onboarding, expansion, playbook design, CS platform comparison. Install: `npx skills add sales-skills/sales --skill sales-customer-success`
- `/sales-vitally` — Vitally platform help: Health Scores, Playbooks, Projects, API — alternative CS platform. Install: `npx skills add sales-skills/sales --skill sales-vitally`
- `/sales-planhat` — Planhat platform help: Health Scores, Revenue Management, CRM Sync, Automation, MCP Server, API. Install: `npx skills add sales-skills/sales --skill sales-planhat`
- `/sales-customer-feedback` — NPS, CSAT, CES, VoC program design — survey methodology, response rates, closed-loop feedback. Install: `npx skills add sales-skills/sales --skill sales-customer-feedback`
- `/sales-in-app-messaging` — In-app messages for onboarding tours, feature announcements, NPS surveys. Install: `npx skills add sales-skills/sales --skill sales-in-app-messaging`
- `/sales-integration` — Connect ChurnZero to CRM, billing, and analytics tools via native integrations, Zapier, or API. Install: `npx skills add sales-skills/sales --skill sales-integration`
- `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do`
## Examples
### Example 1: Health scores show green for accounts that churned
**User**: "My ChurnScores aren't catching at-risk accounts — green accounts churned last quarter."
**Approach**: Read platform-guide.md health scores section. Audit ChurnScore factors — likely missing product usage signals or over-weighting login frequency. Check if usage tracking data (via Segment/Mixpanel/Pendo integration) is syncing correctly. Recommend adding lagging indicators (support ticket trend, days since key-feature use) and validating factor weights against 6-12 months of actual churn data.
### Example 2: Play automation not triggering
**User**: "I set up a renewal play to create tasks 90 days before renewal but nothing happens."
**Approach**: Read platform-guide.md plays section. Check: (1) Is the renewal date field populated on accounts? (2) Is the Play active (not draft)? (3) Do the account segment filter conditions match? (4) Check the Play execution log for errors. Walk through the trigger→condition→action chain.
### Example 3: Reporting feels too rigid
**User**: "I need a dashboard showing accounts by health score and renewal date but the default dashboards don't support it."
**Approach**: Read platform-guide.md reporting section. On Professional, custom dashboards aren't available — workaround: build a segment filtering by health score range + renewal date window, then export to Google Sheets via the live spreadsheet integration. On Enterprise, use the custom dashboard builder. For BI-level analysis, connect Snowflake/BigQuery via the data warehouse integration.
## Troubleshooting
### CRM data not syncing or fields being overwritten
- **Check integration status.** Go to Admin → Integrations and verify the CRM connection is active (not disconnected or errored).
- **Check field mappings.** ChurnZero syncs whitelisted fields bidirectionally — verify the fields you eRelated in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.