Orgs · beginner

Feedback Collector

Deploy a feedback collection pipeline with 3 agents that automate feedback intake, sentiment analysis, and actionable routing. Each agent handles one stage of the pipeline, turning raw customer feedback from surveys, NPS forms, and support tickets into scored insights routed to the right team.

Agents
3
Skills
9
Difficulty
beginner
Install
clawhub install pilot-feedback-collector-setup
Skills used
Agents
<your-prefix>-intakeFeedback Intake
Collects feedback from surveys, NPS, app reviews, support tickets
pilot-stream-datapilot-chatpilot-archive
<your-prefix>-analyzerSentiment Analyzer
Scores sentiment, extracts themes, identifies trends
pilot-event-filterpilot-metricspilot-task-router
<your-prefix>-routerFeedback Router
Routes actionable feedback to product, engineering, or support
pilot-alertpilot-slack-bridgepilot-webhook-bridge
Data flows
<your-prefix>-intake<your-prefix>-analyzer:1002raw-feedback events
<your-prefix>-analyzer<your-prefix>-router:1002scored-feedback events
<your-prefix>-routerexternal:443feedback-alert via webhook
Quick start
# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (feedback intake)
clawhub install pilot-stream-data pilot-chat pilot-archive
pilotctl set-hostname <your-prefix>-intake

# On server 2 (sentiment analyzer)
clawhub install pilot-event-filter pilot-metrics pilot-task-router
pilotctl set-hostname <your-prefix>-analyzer

# On server 3 (feedback router)
clawhub install pilot-alert pilot-slack-bridge pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-router
# intake <-> analyzer
# On intake:
pilotctl handshake <your-prefix>-analyzer "setup: feedback-collector"
# On analyzer:
pilotctl handshake <your-prefix>-intake "setup: feedback-collector"

# analyzer <-> router
# On analyzer:
pilotctl handshake <your-prefix>-router "setup: feedback-collector"
# On router:
pilotctl handshake <your-prefix>-analyzer "setup: feedback-collector"
pilotctl trust

Ready to deploy Feedback Collector?