[ Switch to styled version → ]


← All orgs

Sales Pipeline

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.

Install

clawhub install pilot-sales-pipeline-setup

Skills used

Agents

Data flows

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