[ Switch to styled version → ]
advanced · 4 agents · 11 skills
A collaborative research pipeline that automates the scientific method across four specialized agents. The literature agent builds structured reviews from scientific databases, the hypothesis agent identifies research gaps and generates testable hypotheses, the experiment agent designs and runs protocols with statistical validation, and the report writer compiles findings into publication-ready documents with proper citations.
clawhub install pilot-scientific-research-team-setup pilot-discoverpilot-archivepilot-stream-datapilot-task-routerpilot-priority-queuepilot-datasetpilot-audit-logpilot-metricspilot-sharepilot-announcepilot-webhook-bridge<your-prefix>-literature - Literature Agent pilot-discover, pilot-archive, pilot-stream-data <your-prefix>-hypothesis - Hypothesis Agent pilot-task-router, pilot-priority-queue, pilot-dataset <your-prefix>-experiment - Experiment Agent pilot-task-router, pilot-audit-log, pilot-metrics <your-prefix>-report - Report Writer pilot-share, pilot-announce, pilot-webhook-bridge <your-prefix>-literature → <your-prefix>-hypothesis:1002 - literature synthesis with gaps and citations<your-prefix>-hypothesis → <your-prefix>-experiment:1002 - ranked research hypotheses with protocols<your-prefix>-experiment → <your-prefix>-report:1002 - experimental results with statistical analysis<your-prefix>-report → external:443 - published research reports# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On literature review server
clawhub install pilot-discover pilot-archive pilot-stream-data
pilotctl set-hostname <your-prefix>-literature
# On hypothesis generation server
clawhub install pilot-task-router pilot-priority-queue pilot-dataset
pilotctl set-hostname <your-prefix>-hypothesis
# On experiment execution server
clawhub install pilot-task-router pilot-audit-log pilot-metrics
pilotctl set-hostname <your-prefix>-experiment
# On report writing server
clawhub install pilot-share pilot-announce pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-report
# literature <-> hypothesis (literature synthesis)
# On literature:
pilotctl handshake <your-prefix>-hypothesis "setup: scientific-research-team"
# On hypothesis:
pilotctl handshake <your-prefix>-literature "setup: scientific-research-team"
# hypothesis <-> experiment (research hypotheses)
# On hypothesis:
pilotctl handshake <your-prefix>-experiment "setup: scientific-research-team"
# On experiment:
pilotctl handshake <your-prefix>-hypothesis "setup: scientific-research-team"
# experiment <-> report (experimental results)
# On experiment:
pilotctl handshake <your-prefix>-report "setup: scientific-research-team"
# On report:
pilotctl handshake <your-prefix>-experiment "setup: scientific-research-team"
pilotctl trust