[ Switch to styled version → ]
beginner · 3 agents · 9 skills
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.
clawhub install pilot-feedback-collector-setup pilot-stream-datapilot-chatpilot-archivepilot-event-filterpilot-metricspilot-task-routerpilot-alertpilot-slack-bridgepilot-webhook-bridge<your-prefix>-intake - Feedback Intake pilot-stream-data, pilot-chat, pilot-archive <your-prefix>-analyzer - Sentiment Analyzer pilot-event-filter, pilot-metrics, pilot-task-router <your-prefix>-router - Feedback Router pilot-alert, pilot-slack-bridge, pilot-webhook-bridge <your-prefix>-intake → <your-prefix>-analyzer:1002 - raw-feedback events<your-prefix>-analyzer → <your-prefix>-router:1002 - scored-feedback events<your-prefix>-router → external:443 - feedback-alert via webhook# 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