onewave-ai/client-health-dashboard
Generates a comprehensive client health overview across all accounts. Reads CRM data, support tickets, usage metrics, billing, and engagement logs. Calculates health scores, trend direction, and RAG status per client. Outputs a sorted risk report with recommended actions.
npx skills add https://github.com/OneWave-AI/claude-skills --skill client-health-dashboard
Generate a data-driven client health report: pull data from every available source, compute a weighted health score per client, and produce a prioritized risk report (client-health-report.md) sorted by risk with RAG status and actionable recommendations.
references/data-sources.md -- what to pull from CRM, support, usage, billing, and communication channelsreferences/scoring-model.md -- dimensions, weights, scoring rules, composite formula, RAG thresholds, trend logicreferences/risk-and-recommendations.md -- risk factor triggers, per-dimension recommendation menus, expansion assessmentreferences/output-format.md -- exact report structure, formatting rules, and missing-data handlingreferences/data-sources.md for the full source list and the fields to extract per client.references/scoring-model.md.references/risk-and-recommendations.md.client-health-report.md following the exact structure and formatting rules. Handle missing data by scoring neutral (50) and noting gaps. See references/output-format.md.Take onewave-ai/client-health-dashboard from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.