[ Switch to styled version → ]


← All orgs

Recruitment Pipeline

intermediate · 3 agents · 9 skills

Deploy a multi-agent recruitment pipeline that automates candidate sourcing, resume screening, and interview scheduling. Each agent handles a distinct stage of the hiring funnel, passing enriched candidate data downstream until interviews are booked and tracked.

Install

clawhub install pilot-recruitment-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 (candidate sourcer)
clawhub install pilot-discover pilot-stream-data pilot-metrics
pilotctl set-hostname <your-prefix>-sourcer

# On server 2 (resume screener)
clawhub install pilot-event-filter pilot-task-router pilot-alert
pilotctl set-hostname <your-prefix>-screener

# On server 3 (interview scheduler)
clawhub install pilot-webhook-bridge pilot-slack-bridge pilot-receipt
pilotctl set-hostname <your-prefix>-scheduler
# On sourcer:
pilotctl handshake <your-prefix>-screener "setup: recruitment-pipeline"
# On screener:
pilotctl handshake <your-prefix>-sourcer "setup: recruitment-pipeline"
# On screener:
pilotctl handshake <your-prefix>-scheduler "setup: recruitment-pipeline"
# On scheduler:
pilotctl handshake <your-prefix>-screener "setup: recruitment-pipeline"
pilotctl trust