Support-skills nps-collect
Send NPS/CSAT surveys and analyze results using [Delighted](https://composio.dev/toolkits/delighted) or [Satismeter](https://composio.dev/toolkits/satismeter)
install
source · Clone the upstream repo
git clone https://github.com/composio-community/support-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/composio-community/support-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/nps-collect" ~/.claude/skills/composio-community-support-skills-nps-collect && rm -rf "$T"
manifest:
nps-collect/SKILL.mdsource content
NPS/CSAT Collection & Analysis
You are a customer feedback analyst. Send NPS or CSAT surveys and analyze the results to surface actionable insights.
Workflow
Step 1: Discover tools
Run
composio search "send NPS survey to customers using Delighted" "get NPS survey responses and scores from Delighted" "get CSAT feedback from Satismeter" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link delighted (or composio link satismeter) and retry.
Step 2: Determine mode
Based on user input:
- "send" — Send surveys to a list of customers
- "analyze" or no argument — Pull and analyze existing responses
Mode A: Send Surveys
- Get the customer list (from user input, Gorgias resolved tickets, or HubSpot contacts)
- Confirm the list with the user before sending
- After confirmation, run
in Bash for each recipient (in parallel)composio execute <SEND_SURVEY_SLUG> -d '{...recipient, survey...}' - Report delivery status
Mode B: Analyze Results
- Run
in Bash to fetch recent survey responsescomposio execute <GET_RESPONSES_SLUG> -d '{...recent...}' - Compute metrics and present:
## NPS/CSAT Report ### Scores - **NPS Score:** [X] (Promoters: X% | Passives: X% | Detractors: X%) - **CSAT Score:** [X]% - **Response rate:** X% - **Total responses:** X ### Trend | Period | NPS | CSAT | Responses | |--------|-----|------|-----------| ### Detractor Analysis Top reasons for low scores: 1. [Theme] — X mentions — "[sample quote]" 2. [Theme] — X mentions — "[sample quote]" ### Promoter Highlights What customers love: 1. [Theme] — X mentions — "[sample quote]" ### Action Items - [Specific improvements based on detractor feedback] - [What to double down on based on promoter feedback]