Deploy a podcast production pipeline where a researcher finds trending topics and guest suggestions, a producer organizes show notes and coordinates recording schedules, and a distributor publishes episodes across platforms and social media. The three agents form an assembly line that turns raw research into published podcast episodes with minimal human intervention.
clawhub install pilot-podcast-production-setup # Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (topic researcher)
clawhub install pilot-discover pilot-stream-data pilot-archive
pilotctl set-hostname <your-prefix>-researcher
# On server 2 (episode producer)
clawhub install pilot-task-router pilot-share pilot-cron
pilotctl set-hostname <your-prefix>-producer
# On server 3 (content distributor)
clawhub install pilot-webhook-bridge pilot-announce pilot-slack-bridge
pilotctl set-hostname <your-prefix>-distributor
# researcher <-> producer
# On researcher:
pilotctl handshake <your-prefix>-producer "setup: podcast-production"
# On producer:
pilotctl handshake <your-prefix>-researcher "setup: podcast-production"
# producer <-> distributor
# On producer:
pilotctl handshake <your-prefix>-distributor "setup: podcast-production"
# On distributor:
pilotctl handshake <your-prefix>-producer "setup: podcast-production"
pilotctl trust