[ Switch to styled version → ]
intermediate · 4 agents · 12 skills
Deploy a sales pipeline with 4 agents that automate lead generation, qualification, personalized outreach, and CRM synchronization. Each agent handles one stage of the funnel, passing enriched data downstream so deals flow from raw prospect to closed-won without manual handoff.
clawhub install pilot-sales-pipeline-setup pilot-discoverpilot-stream-datapilot-metricspilot-event-filterpilot-task-routerpilot-datasetpilot-email-bridgepilot-cronpilot-receiptpilot-webhook-bridgepilot-audit-logpilot-slack-bridge<your-prefix>-prospector - Lead Prospector pilot-discover, pilot-stream-data, pilot-metrics <your-prefix>-qualifier - Lead Qualifier pilot-event-filter, pilot-task-router, pilot-dataset <your-prefix>-outreach - Outreach Agent pilot-email-bridge, pilot-cron, pilot-receipt <your-prefix>-crm-sync - CRM Sync Agent pilot-webhook-bridge, pilot-audit-log, pilot-slack-bridge <your-prefix>-prospector → <your-prefix>-qualifier:1002 - raw-lead events<your-prefix>-qualifier → <your-prefix>-outreach:1002 - qualified-lead events<your-prefix>-outreach → <your-prefix>-crm-sync:1002 - engagement-event events<your-prefix>-crm-sync → external:443 - CRM updates via webhook# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (lead prospecting)
clawhub install pilot-discover pilot-stream-data pilot-metrics
pilotctl set-hostname <your-prefix>-prospector
# On server 2 (lead qualification)
clawhub install pilot-event-filter pilot-task-router pilot-dataset
pilotctl set-hostname <your-prefix>-qualifier
# On server 3 (outreach)
clawhub install pilot-email-bridge pilot-cron pilot-receipt
pilotctl set-hostname <your-prefix>-outreach
# On server 4 (CRM sync)
clawhub install pilot-webhook-bridge pilot-audit-log pilot-slack-bridge
pilotctl set-hostname <your-prefix>-crm-sync
# On prospector:
pilotctl handshake <your-prefix>-qualifier "setup: sales-pipeline"
# On qualifier:
pilotctl handshake <your-prefix>-prospector "setup: sales-pipeline"
# On qualifier:
pilotctl handshake <your-prefix>-outreach "setup: sales-pipeline"
# On outreach:
pilotctl handshake <your-prefix>-qualifier "setup: sales-pipeline"
# On outreach:
pilotctl handshake <your-prefix>-crm-sync "setup: sales-pipeline"
# On crm-sync:
pilotctl handshake <your-prefix>-outreach "setup: sales-pipeline"
pilotctl trust