From crewhu
Lists and analyzes Crewhu CSAT/NPS survey responses, isolates detractors and promoters, and rolls up scores per user or team.
How this skill is triggered — by the user, by Claude, or both
Slash command
/crewhu:surveysWhen to use
When analyzing CSAT/NPS surveys, drilling into detractors and promoters, or pulling per-user / per-team satisfaction trends from Crewhu. Use when: crewhu csat, crewhu nps, crewhu survey, crewhu detractor, crewhu promoter, csat trend, customer satisfaction crewhu, or nps score.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surveys are Crewhu's primary product — short CSAT/NPS responses tied
Surveys are Crewhu's primary product — short CSAT/NPS responses tied to a ticket close, a specific tech, or a project milestone. This skill covers listing surveys, finding a specific one, and isolating the two ends of the curve (detractors and promoters) so MSP managers can react.
| Tool | Purpose |
|---|---|
crewhu_surveys_list | Paginated list of recent survey responses |
crewhu_surveys_search | Search surveys by keyword / metadata |
crewhu_surveys_get | Pull full detail for one survey response |
| Tool | Purpose |
|---|---|
crewhu_surveys_detractors | Detractor responses (low scores / negative comments) |
crewhu_surveys_promoters | Promoter responses (high scores / positive comments) |
crewhu_surveys_list with a wide enough window (90 days
minimum).crewhu_surveys_detractors to get the negative responses.crewhu_surveys_get to retrieve the full comment
and the responsible technician (the responses include user
attribution — cross-reference with crewhu_users_get).crewhu_surveys_promoters to find positive responses.crewhu_badges_user_recognition to see whether the tech is
already trending in recognition.badges domain (see
crewhu_badges_history_list).crewhu_users_list to enumerate techs.crewhu_surveys_search (keyed on the user) to
pull their responses.npx claudepluginhub wyre-technology/msp-claude-plugins --plugin crewhuMonitors PostHog surveys for anomalies (score regressions, abandonment spikes, targeting drift) and clusters open-text responses into themes, filing reports.
Automates SurveyMonkey survey creation, response collection, collector management, and survey discovery via natural language commands.
Explains Crewhu MCP API patterns: token-based authentication, pagination, error handling, and read-heavy tool surface for surveys, badges, and prizes.