[ Switch to styled version → ]
advanced · 4 agents · 11 skills
Deploy a healthcare triage system with 4 agents that collects patient symptoms, performs differential diagnosis with urgency scoring, schedules appointments with matched providers, and maintains HIPAA-compliant encounter records. The system ensures every patient interaction is logged, auditable, and routed to the right care level.
clawhub install pilot-healthcare-triage-setup pilot-chatpilot-stream-datapilot-audit-logpilot-task-routerpilot-event-filterpilot-metricspilot-webhook-bridgepilot-cronpilot-receiptpilot-datasetpilot-certificate<your-prefix>-intake - Patient Intake pilot-chat, pilot-stream-data, pilot-audit-log <your-prefix>-symptom-analyzer - Symptom Analyzer pilot-task-router, pilot-event-filter, pilot-metrics <your-prefix>-scheduler - Appointment Scheduler pilot-webhook-bridge, pilot-cron, pilot-receipt <your-prefix>-records - Records Manager pilot-audit-log, pilot-dataset, pilot-certificate <your-prefix>-intake → <your-prefix>-symptom-analyzer:1002 - patient-intake events<your-prefix>-symptom-analyzer → <your-prefix>-scheduler:1002 - triage-result events<your-prefix>-symptom-analyzer → <your-prefix>-records:1002 - encounter-record events<your-prefix>-scheduler → <your-prefix>-records:1002 - appointment-record events# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (patient intake)
clawhub install pilot-chat pilot-stream-data pilot-audit-log
pilotctl set-hostname <your-prefix>-intake
# On server 2 (symptom analysis)
clawhub install pilot-task-router pilot-event-filter pilot-metrics
pilotctl set-hostname <your-prefix>-symptom-analyzer
# On server 3 (appointment scheduling)
clawhub install pilot-webhook-bridge pilot-cron pilot-receipt
pilotctl set-hostname <your-prefix>-scheduler
# On server 4 (records management)
clawhub install pilot-audit-log pilot-dataset pilot-certificate
pilotctl set-hostname <your-prefix>-records
# On intake:
pilotctl handshake <your-prefix>-symptom-analyzer "setup: healthcare-triage"
# On symptom-analyzer:
pilotctl handshake <your-prefix>-intake "setup: healthcare-triage"
# On symptom-analyzer:
pilotctl handshake <your-prefix>-scheduler "setup: healthcare-triage"
# On scheduler:
pilotctl handshake <your-prefix>-symptom-analyzer "setup: healthcare-triage"
# On symptom-analyzer:
pilotctl handshake <your-prefix>-records "setup: healthcare-triage"
# On records:
pilotctl handshake <your-prefix>-symptom-analyzer "setup: healthcare-triage"
# On scheduler:
pilotctl handshake <your-prefix>-records "setup: healthcare-triage"
# On records:
pilotctl handshake <your-prefix>-scheduler "setup: healthcare-triage"
pilotctl trust