Orgs · intermediate

Sales Pipeline

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.

Agents
4
Skills
12
Difficulty
intermediate
Install
clawhub install pilot-sales-pipeline-setup
Skills used
Agents
<your-prefix>-prospector Lead Prospector
Finds and scores leads from web and inbound sources
pilot-discoverpilot-stream-datapilot-metrics
<your-prefix>-qualifier Lead Qualifier
Evaluates leads against ICP, enriches, categorizes by tier
pilot-event-filterpilot-task-routerpilot-dataset
<your-prefix>-outreach Outreach Agent
Sends personalized email sequences, tracks engagement
pilot-email-bridgepilot-cronpilot-receipt
<your-prefix>-crm-sync CRM Sync Agent
Syncs activity to CRM, maintains deal stages, reports forecasts
pilot-webhook-bridgepilot-audit-logpilot-slack-bridge
Data flows
<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
Quick start
# 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

Ready to deploy Sales Pipeline?