/search-surveys
Search recent Crewhu surveys, surfacing detractors and promoters
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/search-surveys
Context preview
What this command does when you run it.
Search recent Crewhu surveys, surfacing detractors and promoters
Command definition
search-surveys.mddescription: Search recent Crewhu surveys, surfacing detractors and promoters argument-hint: "[query]" arguments: [query]
Crewhu Survey Search
Search Crewhu CSAT/NPS responses, then break the result into detractors and promoters so a manager has actionable follow-ups.
Arguments
- `query` (optional) — Optional keyword to filter survey responses
Prerequisites
- Crewhu MCP server connected with a valid `X_CREWHU_APITOKEN`
- Tools available: `crewhu_surveys_search`, `crewhu_surveys_detractors`, `crewhu_surveys_promoters`
Steps
1. **Search responses**
Call `crewhu_surveys_search` with `query` if provided. Otherwise call `crewhu_surveys_list` for a recent window.
2. **Pull detractors**
Call `crewhu_surveys_detractors` to get the negative end of the curve.
3. **Pull promoters**
Call `crewhu_surveys_promoters` to get the positive end.
4. **Summarize**
Output a short report:
- Total responses in window, average score, response count
- Top 5 detractors (score, customer, tech, comment) with suggested follow-up action
- Top 5 promoters (score, customer, tech, comment) for recognition
Examples
Recent surveys, all topics
/search-surveys
Filter by keyword
/search-surveys "outage"
Related Commands
- (none yet)
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

