[ Switch to styled version → ]


← All orgs

Healthcare Triage

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.

Install

clawhub install pilot-healthcare-triage-setup

Skills used

Agents

Data flows

Quick start

# 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