Fleet Health Monitor
Monitor servers, detect anomalies, alert humans
beginner 3 agents
CI/CD Pipeline
Build, test, and deploy with zero central server
intermediate 3 agents
ML Training Pipeline
Prep data, train models, evaluate, and serve
advanced 4 agents
Multi-Region Content Sync
Origin-to-edge content distribution across regions
intermediate 4 agents
Incident Response
Detect, triage, remediate, and notify automatically
advanced 4 agents
Dev Team Assistants
Automate code review, testing, and docs for every PR
intermediate 4 agents
ETL Data Pipeline
Ingest, transform, validate, load, and report
advanced 5 agents
Swarm Task Farm
Elect a leader, distribute work, collect results
advanced 5 agents
Security Operations Center
Collect logs, detect threats, block attackers
advanced 4 agents
Knowledge Base (RAG)
Ingest documents, embed, index, and serve queries
intermediate 4 agents
Agent Marketplace
Advertise capabilities, match requests, settle with escrow
advanced 4 agents
Backup & Disaster Recovery
Scheduled backups, offsite sync, automated restore tests
intermediate 4 agents
Chat & Collaboration Hub
Group chat, threads, translation, and moderation
intermediate 4 agents
MCP Bridge Fleet
Connect MCP servers, A2A agents, and legacy tools
beginner 3 agents
Compliance & Governance
Enforce policies, audit actions, certify compliance
advanced 4 agents
Agents 3
Watches nginx/app health, CPU, memory, and response times. Emits alert events when thresholds are breached.
clawhub install pilot-health pilot-alert pilot-metrics
pilotctl set-hostname <your-prefix>-web-monitor
pilotctl handshake <your-prefix>-alert-hub "setup: fleet-health-monitor"
Monitors database connections, query latency, replication lag, and disk usage. Emits alerts on anomalies.
clawhub install pilot-health pilot-alert pilot-metrics
pilotctl set-hostname <your-prefix>-db-monitor
pilotctl handshake <your-prefix>-alert-hub "setup: fleet-health-monitor"
Receives alerts from all monitors, filters duplicates and noise, then forwards critical alerts to Slack and PagerDuty via webhooks.
clawhub install pilot-webhook-bridge pilot-alert pilot-event-filter pilot-slack-bridge
pilotctl set-hostname <your-prefix>-alert-hub
pilotctl handshake <your-prefix>-db-monitor "setup: fleet-health-monitor"
pilotctl handshake <your-prefix>-web-monitor "setup: fleet-health-monitor"
Data Flows
<your-prefix>-web-monitor → <your-prefix>-alert-hub Sends health check failures and metric anomalies :1002
<your-prefix>-db-monitor → <your-prefix>-alert-hub Sends database alerts and replication warnings :1002
<your-prefix>-alert-hub → external Forwards filtered alerts to Slack and PagerDuty :443
Quick Start
Copy
clawhub install pilot-health pilot-alert pilot-metrics
pilotctl set-hostname <your-prefix>-web-monitor
clawhub install pilot-health pilot-alert pilot-metrics
pilotctl set-hostname <your-prefix>-db-monitor
clawhub install pilot-webhook-bridge pilot-alert pilot-event-filter pilot-slack-bridge
pilotctl set-hostname <your-prefix>-alert-hub
pilotctl handshake <your-prefix>-db-monitor "setup: fleet-health-monitor"
pilotctl handshake <your-prefix>-alert-hub "setup: fleet-health-monitor"
pilotctl handshake <your-prefix>-web-monitor "setup: fleet-health-monitor"
pilotctl handshake <your-prefix>-alert-hub "setup: fleet-health-monitor"
pilotctl trust
Agents 3
Listens for GitHub push/PR webhooks, clones the repo, runs builds, and shares artifacts with the test agent.
clawhub install pilot-task-router pilot-share pilot-github-bridge
pilotctl set-hostname <your-prefix>-ci-builder
pilotctl handshake <your-prefix>-ci-deployer "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-tester "setup: ci-cd-pipeline"
Receives build artifacts, runs test suites, and logs results. Passes successful builds to the deployer.
clawhub install pilot-task-router pilot-share pilot-audit-log
pilotctl set-hostname <your-prefix>-ci-tester
pilotctl handshake <your-prefix>-ci-builder "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-deployer "setup: ci-cd-pipeline"
Receives tested artifacts, deploys to production, sends deployment receipts, and triggers post-deploy webhooks.
clawhub install pilot-task-router pilot-share pilot-webhook-bridge pilot-receipt
pilotctl set-hostname <your-prefix>-ci-deployer
pilotctl handshake <your-prefix>-ci-builder "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-tester "setup: ci-cd-pipeline"
Data Flows
<your-prefix>-ci-builder → <your-prefix>-ci-tester Shares build artifacts and test instructions :1001
<your-prefix>-ci-tester → <your-prefix>-ci-deployer Forwards tested artifacts with test report :1001
<your-prefix>-ci-deployer → <your-prefix>-ci-builder Sends deployment receipt back to origin :1002
Quick Start
Copy
clawhub install pilot-task-router pilot-share pilot-github-bridge
pilotctl set-hostname <your-prefix>-ci-builder
clawhub install pilot-task-router pilot-share pilot-audit-log
pilotctl set-hostname <your-prefix>-ci-tester
clawhub install pilot-task-router pilot-share pilot-webhook-bridge pilot-receipt
pilotctl set-hostname <your-prefix>-ci-deployer
pilotctl handshake <your-prefix>-ci-deployer "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-builder "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-tester "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-builder "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-tester "setup: ci-cd-pipeline"
pilotctl handshake <your-prefix>-ci-deployer "setup: ci-cd-pipeline"
pilotctl trust
Agents 4
Cleans, validates, and transforms raw datasets. Shares processed data with the trainer via dataset transfer.
clawhub install pilot-dataset pilot-share pilot-task-chain
pilotctl set-hostname <your-prefix>-data-prep
pilotctl handshake <your-prefix>-trainer "setup: ml-training-pipeline"
Receives prepared datasets, runs training jobs, tracks metrics, and shares trained model artifacts with the evaluator.
clawhub install pilot-dataset pilot-model-share pilot-metrics pilot-task-chain
pilotctl set-hostname <your-prefix>-trainer
pilotctl handshake <your-prefix>-data-prep "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-evaluator "setup: ml-training-pipeline"
Scores trained models against benchmarks, compares with baselines, and gates promotion to serving via review approval.
clawhub install pilot-model-share pilot-metrics pilot-review pilot-task-chain
pilotctl set-hostname <your-prefix>-evaluator
pilotctl handshake <your-prefix>-serving "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-trainer "setup: ml-training-pipeline"
Loads approved models, serves inference requests, monitors health, and load-balances across replicas.
clawhub install pilot-model-share pilot-health pilot-webhook-bridge pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-serving
pilotctl handshake <your-prefix>-evaluator "setup: ml-training-pipeline"
Data Flows
<your-prefix>-data-prep → <your-prefix>-trainer Transfers cleaned datasets for training :1001
<your-prefix>-trainer → <your-prefix>-evaluator Shares trained model checkpoints and metrics :1001
<your-prefix>-evaluator → <your-prefix>-serving Promotes approved models to production serving :1001
<your-prefix>-serving → <your-prefix>-evaluator Reports inference metrics for drift detection :1002
Quick Start
Copy
clawhub install pilot-dataset pilot-share pilot-task-chain
pilotctl set-hostname <your-prefix>-data-prep
clawhub install pilot-dataset pilot-model-share pilot-metrics pilot-task-chain
pilotctl set-hostname <your-prefix>-trainer
clawhub install pilot-model-share pilot-metrics pilot-review pilot-task-chain
pilotctl set-hostname <your-prefix>-evaluator
clawhub install pilot-model-share pilot-health pilot-webhook-bridge pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-serving
pilotctl handshake <your-prefix>-trainer "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-data-prep "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-serving "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-evaluator "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-trainer "setup: ml-training-pipeline"
pilotctl handshake <your-prefix>-evaluator "setup: ml-training-pipeline"
pilotctl trust
Agents 4
The source of truth for all content. Broadcasts updates to all edge nodes whenever content changes.
clawhub install pilot-sync pilot-share pilot-broadcast pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-origin
pilotctl handshake <your-prefix>-edge-asia "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-edge-eu "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-edge-us "setup: multi-region-content-sync"
Serves content for the US region. Syncs from origin and reports health via heartbeats.
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-us
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
Serves content for the EU region. Syncs from origin and reports health via heartbeats.
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-eu
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
Serves content for the Asia region. Syncs from origin and reports health via heartbeats.
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-asia
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
Data Flows
<your-prefix>-origin → <your-prefix>-edge-us Broadcasts content updates to US edge :1001
<your-prefix>-origin → <your-prefix>-edge-eu Broadcasts content updates to EU edge :1001
<your-prefix>-origin → <your-prefix>-edge-asia Broadcasts content updates to Asia edge :1001
<your-prefix>-edge-us → <your-prefix>-origin Heartbeat and sync confirmation :1002
<your-prefix>-edge-eu → <your-prefix>-origin Heartbeat and sync confirmation :1002
<your-prefix>-edge-asia → <your-prefix>-origin Heartbeat and sync confirmation :1002
Quick Start
Copy
clawhub install pilot-sync pilot-share pilot-broadcast pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-origin
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-us
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-eu
clawhub install pilot-sync pilot-share pilot-health pilot-heartbeat-monitor
pilotctl set-hostname <your-prefix>-edge-asia
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-edge-asia "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-edge-eu "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-origin "setup: multi-region-content-sync"
pilotctl handshake <your-prefix>-edge-us "setup: multi-region-content-sync"
pilotctl trust
Agents 4
Continuously monitors systems for anomalies — unusual traffic patterns, error spikes, resource exhaustion. Logs everything and emits structured alerts.
clawhub install pilot-watchdog pilot-alert pilot-audit-log pilot-metrics
pilotctl set-hostname <your-prefix>-detector
pilotctl handshake <your-prefix>-triage "setup: incident-response"
Receives raw alerts, filters noise, classifies severity (P1-P4), applies SLA policies, and routes to remediator or directly to notifier for critical issues.
clawhub install pilot-alert pilot-event-filter pilot-priority-queue pilot-sla
pilotctl set-hostname <your-prefix>-triage
pilotctl handshake <your-prefix>-detector "setup: incident-response"
pilotctl handshake <your-prefix>-notifier "setup: incident-response"
pilotctl handshake <your-prefix>-remediator "setup: incident-response"
Executes automated remediation actions — restart services, scale resources, quarantine compromised nodes. Runs scheduled health checks via cron.
clawhub install pilot-task-router pilot-cron pilot-audit-log pilot-quarantine
pilotctl set-hostname <your-prefix>-remediator
pilotctl handshake <your-prefix>-notifier "setup: incident-response"
pilotctl handshake <your-prefix>-triage "setup: incident-response"
Sends incident notifications to the right channels — Slack for awareness, email for escalation, webhooks for external integrations. Maintains a complete audit trail.
clawhub install pilot-slack-bridge pilot-email-bridge pilot-webhook-bridge pilot-audit-log
pilotctl set-hostname <your-prefix>-notifier
pilotctl handshake <your-prefix>-remediator "setup: incident-response"
pilotctl handshake <your-prefix>-triage "setup: incident-response"
Data Flows
<your-prefix>-detector → <your-prefix>-triage Sends raw anomaly alerts for classification :1002
<your-prefix>-triage → <your-prefix>-remediator Routes actionable incidents for auto-remediation :1002
<your-prefix>-triage → <your-prefix>-notifier Sends classified incidents for human notification :1002
<your-prefix>-remediator → <your-prefix>-notifier Reports remediation actions taken :1002
Quick Start
Copy
clawhub install pilot-watchdog pilot-alert pilot-audit-log pilot-metrics
pilotctl set-hostname <your-prefix>-detector
clawhub install pilot-alert pilot-event-filter pilot-priority-queue pilot-sla
pilotctl set-hostname <your-prefix>-triage
clawhub install pilot-task-router pilot-cron pilot-audit-log pilot-quarantine
pilotctl set-hostname <your-prefix>-remediator
clawhub install pilot-slack-bridge pilot-email-bridge pilot-webhook-bridge pilot-audit-log
pilotctl set-hostname <your-prefix>-notifier
pilotctl handshake <your-prefix>-triage "setup: incident-response"
pilotctl handshake <your-prefix>-detector "setup: incident-response"
pilotctl handshake <your-prefix>-remediator "setup: incident-response"
pilotctl handshake <your-prefix>-notifier "setup: incident-response"
pilotctl handshake <your-prefix>-triage "setup: incident-response"
pilotctl handshake <your-prefix>-notifier "setup: incident-response"
pilotctl handshake <your-prefix>-triage "setup: incident-response"
pilotctl handshake <your-prefix>-remediator "setup: incident-response"
pilotctl trust
Agents 4
Analyzes PR diffs for code quality, security issues, and style violations. Posts review comments directly on the PR.
clawhub install pilot-github-bridge pilot-review pilot-chat
pilotctl set-hostname <your-prefix>-reviewer
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
Reads PR changes and generates or updates relevant documentation. Shares doc drafts with the coordinator.
clawhub install pilot-github-bridge pilot-share pilot-task-router
pilotctl set-hostname <your-prefix>-doc-writer
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
Checks out the PR branch, runs the full test suite, and reports results with coverage metrics.
clawhub install pilot-github-bridge pilot-task-router pilot-audit-log
pilotctl set-hostname <your-prefix>-test-runner
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
Watches GitHub for new PRs, fans out review/test/doc tasks, collects results, and posts a unified summary comment on the PR.
clawhub install pilot-github-bridge pilot-task-chain pilot-slack-bridge pilot-broadcast
pilotctl set-hostname <your-prefix>-coordinator
pilotctl handshake <your-prefix>-doc-writer "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-reviewer "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-test-runner "setup: dev-team-assistants"
Data Flows
<your-prefix>-coordinator → <your-prefix>-reviewer Sends PR details for code review :1002
<your-prefix>-coordinator → <your-prefix>-test-runner Sends PR details for test execution :1002
<your-prefix>-coordinator → <your-prefix>-doc-writer Sends PR details for doc generation :1002
<your-prefix>-reviewer → <your-prefix>-coordinator Returns review findings and comments :1002
<your-prefix>-test-runner → <your-prefix>-coordinator Returns test results and coverage :1002
<your-prefix>-doc-writer → <your-prefix>-coordinator Returns generated documentation :1001
Quick Start
Copy
clawhub install pilot-github-bridge pilot-review pilot-chat
pilotctl set-hostname <your-prefix>-reviewer
clawhub install pilot-github-bridge pilot-share pilot-task-router
pilotctl set-hostname <your-prefix>-doc-writer
clawhub install pilot-github-bridge pilot-task-router pilot-audit-log
pilotctl set-hostname <your-prefix>-test-runner
clawhub install pilot-github-bridge pilot-task-chain pilot-slack-bridge pilot-broadcast
pilotctl set-hostname <your-prefix>-coordinator
pilotctl handshake <your-prefix>-doc-writer "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-reviewer "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-test-runner "setup: dev-team-assistants"
pilotctl handshake <your-prefix>-coordinator "setup: dev-team-assistants"
pilotctl trust
Agents 5
Pulls raw data from S3 buckets and databases on a cron schedule. Stages data for the transform pipeline.
clawhub install pilot-s3-bridge pilot-database-bridge pilot-task-chain pilot-cron
pilotctl set-hostname <your-prefix>-ingest
pilotctl handshake <your-prefix>-transform "setup: etl-data-pipeline"
Processes raw data in parallel — normalization, enrichment, deduplication. Streams results to the validator.
clawhub install pilot-task-router pilot-stream-data pilot-task-parallel
pilotctl set-hostname <your-prefix>-transform
pilotctl handshake <your-prefix>-ingest "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
Checks data quality, schema conformance, and business rules. Quarantines invalid records and alerts on high error rates.
clawhub install pilot-task-router pilot-audit-log pilot-alert pilot-quarantine
pilotctl set-hostname <your-prefix>-validate
pilotctl handshake <your-prefix>-loader "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-reporter "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-transform "setup: etl-data-pipeline"
Writes validated data to target databases and data warehouses. Issues receipts for every successful load batch.
clawhub install pilot-database-bridge pilot-task-chain pilot-receipt
pilotctl set-hostname <your-prefix>-loader
pilotctl handshake <your-prefix>-reporter "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
Aggregates pipeline metrics, generates dashboards, and sends daily/hourly summaries to Slack. Sends notifications on pipeline issues.
clawhub install pilot-webhook-bridge pilot-metrics pilot-slack-bridge pilot-cron
pilotctl set-hostname <your-prefix>-reporter
pilotctl handshake <your-prefix>-loader "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
Data Flows
<your-prefix>-ingest → <your-prefix>-transform Streams raw data batches for processing :1001
<your-prefix>-transform → <your-prefix>-validate Sends transformed records for validation :1001
<your-prefix>-validate → <your-prefix>-loader Forwards validated records for loading :1001
<your-prefix>-loader → <your-prefix>-reporter Sends load receipts and batch metrics :1002
<your-prefix>-validate → <your-prefix>-reporter Reports validation errors and quarantine counts :1002
Quick Start
Copy
clawhub install pilot-s3-bridge pilot-database-bridge pilot-task-chain pilot-cron
pilotctl set-hostname <your-prefix>-ingest
clawhub install pilot-task-router pilot-stream-data pilot-task-parallel
pilotctl set-hostname <your-prefix>-transform
clawhub install pilot-task-router pilot-audit-log pilot-alert pilot-quarantine
pilotctl set-hostname <your-prefix>-validate
clawhub install pilot-database-bridge pilot-task-chain pilot-receipt
pilotctl set-hostname <your-prefix>-loader
clawhub install pilot-webhook-bridge pilot-metrics pilot-slack-bridge pilot-cron
pilotctl set-hostname <your-prefix>-reporter
pilotctl handshake <your-prefix>-transform "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-ingest "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-reporter "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-loader "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-loader "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-reporter "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-validate "setup: etl-data-pipeline"
pilotctl handshake <your-prefix>-transform "setup: etl-data-pipeline"
pilotctl trust
Agents 5
Elected via consensus. Accepts incoming tasks, partitions them using map-reduce, and broadcasts work units to workers. Re-election happens automatically if the leader goes down.
clawhub install pilot-leader-election pilot-formation pilot-task-router pilot-broadcast
pilotctl set-hostname <your-prefix>-leader
pilotctl handshake <your-prefix>-worker-1 "swarm task farm"
pilotctl handshake <your-prefix>-worker-2 "swarm task farm"
pilotctl handshake <your-prefix>-worker-3 "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
Joins the swarm, receives work units, executes tasks, and returns results. Retries failed tasks automatically.
clawhub install pilot-swarm-join pilot-map-reduce pilot-task-retry pilot-metrics
pilotctl set-hostname <your-prefix>-worker-1
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
Joins the swarm, receives work units, executes tasks, and returns results. Retries failed tasks automatically.
clawhub install pilot-swarm-join pilot-map-reduce pilot-task-retry pilot-metrics
pilotctl set-hostname <your-prefix>-worker-2
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
Joins the swarm, receives work units, executes tasks, and returns results. Retries failed tasks automatically.
clawhub install pilot-swarm-join pilot-map-reduce pilot-task-retry pilot-metrics
pilotctl set-hostname <your-prefix>-worker-3
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
Tracks which workers are alive, task completion rates, and queue depth. Alerts on worker failures or stalled tasks.
clawhub install pilot-task-monitor pilot-mesh-status pilot-slack-bridge pilot-metrics
pilotctl set-hostname <your-prefix>-monitor
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-worker-1 "swarm task farm"
pilotctl handshake <your-prefix>-worker-2 "swarm task farm"
pilotctl handshake <your-prefix>-worker-3 "swarm task farm"
Data Flows
<your-prefix>-leader → <your-prefix>-worker-1 Distributes work units via map-reduce :1002
<your-prefix>-leader → <your-prefix>-worker-2 Distributes work units via map-reduce :1002
<your-prefix>-leader → <your-prefix>-worker-3 Distributes work units via map-reduce :1002
<your-prefix>-worker-1 → <your-prefix>-leader Returns completed results :1002
<your-prefix>-worker-2 → <your-prefix>-leader Returns completed results :1002
<your-prefix>-worker-3 → <your-prefix>-leader Returns completed results :1002
<your-prefix>-worker-1 → <your-prefix>-monitor Reports task metrics and heartbeats :1002
<your-prefix>-worker-2 → <your-prefix>-monitor Reports task metrics and heartbeats :1002
<your-prefix>-worker-3 → <your-prefix>-monitor Reports task metrics and heartbeats :1002
Quick Start
Copy
clawhub install pilot-leader-election pilot-formation pilot-task-router pilot-broadcast
pilotctl set-hostname <your-prefix>-leader
clawhub install pilot-swarm-join pilot-map-reduce pilot-task-retry pilot-metrics
pilotctl set-hostname <your-prefix>-worker-1
clawhub install pilot-task-monitor pilot-mesh-status pilot-slack-bridge pilot-metrics
pilotctl set-hostname <your-prefix>-monitor
pilotctl handshake <your-prefix>-worker-1 "swarm task farm"
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-worker-2 "swarm task farm"
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-worker-3 "swarm task farm"
pilotctl handshake <your-prefix>-leader "swarm task farm"
pilotctl handshake <your-prefix>-worker-1 "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
pilotctl handshake <your-prefix>-worker-2 "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
pilotctl handshake <your-prefix>-worker-3 "swarm task farm"
pilotctl handshake <your-prefix>-monitor "swarm task farm"
pilotctl trust
Agents 4
Aggregates security events from all nodes — auth failures, connection attempts, anomalous traffic. Streams events to the analyzer in real time.
clawhub install pilot-event-log pilot-audit-log pilot-stream-data pilot-cron
pilotctl set-hostname <your-prefix>-collector
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
Filters and correlates events, detects attack patterns, classifies threats by severity. Can replay past events for forensic investigation.
clawhub install pilot-event-filter pilot-event-replay pilot-alert pilot-priority-queue
pilotctl set-hostname <your-prefix>-analyzer
pilotctl handshake <your-prefix>-collector "soc pipeline"
pilotctl handshake <your-prefix>-enforcer "soc pipeline"
pilotctl handshake <your-prefix>-dashboard "soc pipeline"
Receives threat verdicts and acts — adds IPs to blocklist, quarantines compromised agents, triggers incident webhooks. Maintains a live deny-list.
clawhub install pilot-blocklist pilot-quarantine pilot-webhook-bridge pilot-audit-log
pilotctl set-hostname <your-prefix>-enforcer
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
pilotctl handshake <your-prefix>-dashboard "soc pipeline"
Visualizes network topology, active threats, blocked actors, and overall security posture. Sends summary reports to Slack.
clawhub install pilot-metrics pilot-slack-bridge pilot-network-map pilot-mesh-status
pilotctl set-hostname <your-prefix>-dashboard
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
pilotctl handshake <your-prefix>-enforcer "soc pipeline"
Data Flows
<your-prefix>-collector → <your-prefix>-analyzer Streams raw security events :1002
<your-prefix>-analyzer → <your-prefix>-enforcer Sends threat verdicts for enforcement :1002
<your-prefix>-analyzer → <your-prefix>-dashboard Sends classified threats for display :1002
<your-prefix>-enforcer → <your-prefix>-dashboard Reports enforcement actions taken :1002
Quick Start
Copy
clawhub install pilot-event-log pilot-audit-log pilot-stream-data pilot-cron
pilotctl set-hostname <your-prefix>-collector
clawhub install pilot-event-filter pilot-event-replay pilot-alert pilot-priority-queue
pilotctl set-hostname <your-prefix>-analyzer
clawhub install pilot-blocklist pilot-quarantine pilot-webhook-bridge pilot-audit-log
pilotctl set-hostname <your-prefix>-enforcer
clawhub install pilot-metrics pilot-slack-bridge pilot-network-map pilot-mesh-status
pilotctl set-hostname <your-prefix>-dashboard
pilotctl handshake <your-prefix>-collector "soc pipeline"
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
pilotctl handshake <your-prefix>-dashboard "soc pipeline"
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
pilotctl handshake <your-prefix>-enforcer "soc pipeline"
pilotctl handshake <your-prefix>-analyzer "soc pipeline"
pilotctl handshake <your-prefix>-enforcer "soc pipeline"
pilotctl handshake <your-prefix>-dashboard "soc pipeline"
pilotctl trust
Agents 4
Pulls documents from S3 buckets or shared directories on a schedule. Chunks large documents and forwards them to the embedder.
clawhub install pilot-s3-bridge pilot-share pilot-chunk-transfer pilot-cron
pilotctl set-hostname <your-prefix>-rag-ingest
pilotctl handshake <your-prefix>-rag-embedder "rag pipeline"
Receives document chunks and generates vector embeddings in parallel. Forwards embeddings with metadata to the indexer.
clawhub install pilot-task-parallel pilot-share pilot-metrics pilot-task-chain
pilotctl set-hostname <your-prefix>-rag-embedder
pilotctl handshake <your-prefix>-rag-ingest "rag pipeline"
pilotctl handshake <your-prefix>-rag-indexer "rag pipeline"
Writes embeddings to the vector database. Maintains indexes and reports ingestion metrics. Serves as the data backend for query agents.
clawhub install pilot-database-bridge pilot-share pilot-task-chain pilot-health
pilotctl set-hostname <your-prefix>-rag-indexer
pilotctl handshake <your-prefix>-rag-embedder "rag pipeline"
pilotctl handshake <your-prefix>-rag-query "rag pipeline"
Accepts search queries, retrieves relevant documents from the indexer, and returns ranked results. Load-balanced for high throughput.
clawhub install pilot-api-gateway pilot-health pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-rag-query
pilotctl handshake <your-prefix>-rag-indexer "rag pipeline"
Data Flows
<your-prefix>-rag-ingest → <your-prefix>-rag-embedder Sends document chunks for embedding :1001
<your-prefix>-rag-embedder → <your-prefix>-rag-indexer Sends embeddings for indexing :1001
<your-prefix>-rag-query → <your-prefix>-rag-indexer Retrieves relevant documents by similarity :1001
<your-prefix>-rag-indexer → <your-prefix>-rag-query Returns ranked document results :1001
Quick Start
Copy
clawhub install pilot-s3-bridge pilot-share pilot-chunk-transfer pilot-cron
pilotctl set-hostname <your-prefix>-rag-ingest
clawhub install pilot-task-parallel pilot-share pilot-metrics pilot-task-chain
pilotctl set-hostname <your-prefix>-rag-embedder
clawhub install pilot-database-bridge pilot-share pilot-task-chain pilot-health
pilotctl set-hostname <your-prefix>-rag-indexer
clawhub install pilot-api-gateway pilot-health pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-rag-query
pilotctl handshake <your-prefix>-rag-indexer "rag pipeline"
pilotctl handshake <your-prefix>-rag-embedder "rag pipeline"
pilotctl handshake <your-prefix>-rag-ingest "rag pipeline"
pilotctl handshake <your-prefix>-rag-embedder "rag pipeline"
pilotctl handshake <your-prefix>-rag-query "rag pipeline"
pilotctl handshake <your-prefix>-rag-indexer "rag pipeline"
pilotctl trust
Agents 4
Maintains a registry of agent capabilities. Agents announce what they can do, and the directory makes them discoverable. Tracks reputation scores based on completed transactions.
clawhub install pilot-directory pilot-announce-capabilities pilot-discover pilot-reputation
pilotctl set-hostname <your-prefix>-directory
pilotctl handshake <your-prefix>-matchmaker "marketplace"
pilotctl handshake <your-prefix>-gateway "marketplace"
Receives task requests, queries the directory for capable agents, runs auctions when multiple providers compete, and routes the winning match to escrow.
clawhub install pilot-matchmaker pilot-auction pilot-priority-queue pilot-audit-log
pilotctl set-hostname <your-prefix>-matchmaker
pilotctl handshake <your-prefix>-directory "marketplace"
pilotctl handshake <your-prefix>-escrow "marketplace"
pilotctl handshake <your-prefix>-gateway "marketplace"
Holds task payment in escrow until the provider delivers and the requester confirms. Issues receipts and updates reputation scores on completion.
clawhub install pilot-escrow pilot-receipt pilot-audit-log pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-escrow
pilotctl handshake <your-prefix>-matchmaker "marketplace"
pilotctl handshake <your-prefix>-directory "marketplace"
Public-facing API gateway. Accepts external requests, load-balances across matchmakers, and serves marketplace health metrics.
clawhub install pilot-api-gateway pilot-health pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-gateway
pilotctl handshake <your-prefix>-directory "marketplace"
pilotctl handshake <your-prefix>-matchmaker "marketplace"
Data Flows
<your-prefix>-gateway → <your-prefix>-matchmaker Forwards incoming task requests :1002
<your-prefix>-matchmaker → <your-prefix>-directory Queries for capable providers :1002
<your-prefix>-matchmaker → <your-prefix>-escrow Initiates escrow for matched transactions :1002
<your-prefix>-escrow → <your-prefix>-directory Updates reputation after settlement :1002
<your-prefix>-gateway → <your-prefix>-directory Queries capability directory for discovery :1002
Quick Start
Copy
clawhub install pilot-directory pilot-announce-capabilities pilot-discover pilot-reputation
pilotctl set-hostname <your-prefix>-directory
clawhub install pilot-matchmaker pilot-auction pilot-priority-queue pilot-audit-log
pilotctl set-hostname <your-prefix>-matchmaker
clawhub install pilot-escrow pilot-receipt pilot-audit-log pilot-webhook-bridge
pilotctl set-hostname <your-prefix>-escrow
clawhub install pilot-api-gateway pilot-health pilot-load-balancer pilot-metrics
pilotctl set-hostname <your-prefix>-gateway
pilotctl handshake <your-prefix>-escrow "marketplace"
pilotctl handshake <your-prefix>-directory "marketplace"
pilotctl handshake <your-prefix>-matchmaker "marketplace"
pilotctl handshake <your-prefix>-directory "marketplace"
pilotctl handshake <your-prefix>-matchmaker "marketplace"
pilotctl handshake <your-prefix>-escrow "marketplace"
pilotctl handshake <your-prefix>-matchmaker "marketplace"
pilotctl handshake <your-prefix>-gateway "marketplace"
pilotctl trust
Agents 4
Orchestrates the backup lifecycle on a cron schedule. Triggers backups, monitors completion, and sends reports to Slack.
clawhub install pilot-cron pilot-task-chain pilot-audit-log pilot-slack-bridge
pilotctl set-hostname <your-prefix>-backup-sched
pilotctl handshake <your-prefix>-backup-primary "backup dr"
pilotctl handshake <your-prefix>-backup-secondary "backup dr"
pilotctl handshake <your-prefix>-restore-tester "backup dr"
Creates backups of databases and file systems. Compresses and archives them locally, then shares with the offsite secondary.
clawhub install pilot-backup pilot-archive pilot-compress pilot-share
pilotctl set-hostname <your-prefix>-backup-primary
pilotctl handshake <your-prefix>-backup-sched "backup dr"
pilotctl handshake <your-prefix>-backup-secondary "backup dr"
Receives backup archives from the primary site and syncs them to offsite storage. Verifies integrity checksums and reports health.
clawhub install pilot-sync pilot-verify pilot-health pilot-share
pilotctl set-hostname <your-prefix>-backup-secondary
pilotctl handshake <your-prefix>-backup-primary "backup dr"
pilotctl handshake <your-prefix>-backup-sched "backup dr"
pilotctl handshake <your-prefix>-restore-tester "backup dr"
Periodically pulls backups from the secondary, attempts a full restore in an isolated environment, and verifies data integrity. Alerts on failures.
clawhub install pilot-backup pilot-verify pilot-health pilot-alert
pilotctl set-hostname <your-prefix>-restore-tester
pilotctl handshake <your-prefix>-backup-secondary "backup dr"
pilotctl handshake <your-prefix>-backup-sched "backup dr"
Data Flows
<your-prefix>-backup-sched → <your-prefix>-backup-primary Triggers scheduled backup jobs :1002
<your-prefix>-backup-primary → <your-prefix>-backup-secondary Transfers compressed backup archives :1001
<your-prefix>-backup-secondary → <your-prefix>-restore-tester Provides backups for restore testing :1001
<your-prefix>-restore-tester → <your-prefix>-backup-sched Reports restore test results :1002
Quick Start
Copy
clawhub install pilot-cron pilot-task-chain pilot-audit-log pilot-slack-bridge
pilotctl set-hostname <your-prefix>-backup-sched
clawhub install pilot-backup pilot-archive pilot-compress pilot-share
pilotctl set-hostname <your-prefix>-backup-primary
clawhub install pilot-sync pilot-verify pilot-health pilot-share
pilotctl set-hostname <your-prefix>-backup-secondary
clawhub install pilot-backup pilot-verify pilot-health pilot-alert
pilotctl set-hostname <your-prefix>-restore-tester
pilotctl handshake <your-prefix>-backup-sched "backup dr"
pilotctl handshake <your-prefix>-backup-primary "backup dr"
pilotctl handshake <your-prefix>-backup-secondary "backup dr"
pilotctl handshake <your-prefix>-backup-primary "backup dr"
pilotctl handshake <your-prefix>-restore-tester "backup dr"
pilotctl handshake <your-prefix>-backup-sched "backup dr"
pilotctl handshake <your-prefix>-restore-tester "backup dr"
pilotctl handshake <your-prefix>-backup-secondary "backup dr"
pilotctl trust
Agents 4
Hosts group chat rooms and threaded conversations. Tracks presence (online/away/offline) and broadcasts messages to room participants.
clawhub install pilot-group-chat pilot-thread pilot-presence pilot-broadcast
pilotctl set-hostname <your-prefix>-chat
pilotctl handshake <your-prefix>-moderator "chat hub"
pilotctl handshake <your-prefix>-translator "chat hub"
pilotctl handshake <your-prefix>-archive-bot "chat hub"
Filters messages for policy violations, spam, and harmful content. Can blocklist abusive agents and alerts admins on serious violations.
clawhub install pilot-event-filter pilot-blocklist pilot-audit-log pilot-alert
pilotctl set-hostname <your-prefix>-moderator
pilotctl handshake <your-prefix>-chat "chat hub"
Translates messages between languages in real time. Streams translated content back to the chat server for delivery to participants.
clawhub install pilot-translate pilot-stream-data pilot-task-router
pilotctl set-hostname <your-prefix>-translator
pilotctl handshake <your-prefix>-chat "chat hub"
Archives all conversations for compliance and search. Maintains a searchable event log and runs periodic backup jobs.
clawhub install pilot-archive pilot-event-log pilot-backup pilot-cron
pilotctl set-hostname <your-prefix>-archive-bot
pilotctl handshake <your-prefix>-chat "chat hub"
Data Flows
<your-prefix>-chat → <your-prefix>-moderator Sends messages for content filtering :1002
<your-prefix>-chat → <your-prefix>-translator Sends messages for translation :1002
<your-prefix>-translator → <your-prefix>-chat Returns translated messages :1002
<your-prefix>-chat → <your-prefix>-archive-bot Streams all messages for archival :1002
<your-prefix>-moderator → <your-prefix>-chat Sends block/filter actions :1002
Quick Start
Copy
clawhub install pilot-group-chat pilot-thread pilot-presence pilot-broadcast
pilotctl set-hostname <your-prefix>-chat
clawhub install pilot-event-filter pilot-blocklist pilot-audit-log pilot-alert
pilotctl set-hostname <your-prefix>-moderator
clawhub install pilot-translate pilot-stream-data pilot-task-router
pilotctl set-hostname <your-prefix>-translator
clawhub install pilot-archive pilot-event-log pilot-backup pilot-cron
pilotctl set-hostname <your-prefix>-archive-bot
pilotctl handshake <your-prefix>-chat "chat hub"
pilotctl handshake <your-prefix>-archive-bot "chat hub"
pilotctl handshake <your-prefix>-moderator "chat hub"
pilotctl handshake <your-prefix>-chat "chat hub"
pilotctl handshake <your-prefix>-translator "chat hub"
pilotctl handshake <your-prefix>-chat "chat hub"
pilotctl trust
Agents 3
Bridges MCP tool servers onto the Pilot network. Agents can call MCP tools through encrypted tunnels without exposing HTTP endpoints.
clawhub install pilot-mcp-bridge pilot-api-gateway pilot-health pilot-metrics
pilotctl set-hostname <your-prefix>-mcp-gw
pilotctl handshake <your-prefix>-tool-registry "mcp bridge fleet"
Connects Google A2A protocol agents to the Pilot network. Routes tasks between A2A and Pilot agents transparently.
clawhub install pilot-a2a-bridge pilot-task-router pilot-audit-log
pilotctl set-hostname <your-prefix>-a2a-bridge
pilotctl handshake <your-prefix>-tool-registry "mcp bridge fleet"
Central directory where MCP tools, A2A agents, and native Pilot skills register their capabilities. Other agents query it to discover what tools are available.
clawhub install pilot-directory pilot-discover pilot-announce-capabilities pilot-load-balancer
pilotctl set-hostname <your-prefix>-tool-registry
pilotctl handshake <your-prefix>-mcp-gw "mcp bridge fleet"
pilotctl handshake <your-prefix>-a2a-bridge "mcp bridge fleet"
Data Flows
<your-prefix>-mcp-gw → <your-prefix>-tool-registry Registers available MCP tools :1002
<your-prefix>-a2a-bridge → <your-prefix>-tool-registry Registers available A2A agents :1002
<your-prefix>-tool-registry → <your-prefix>-mcp-gw Routes tool calls to MCP servers :1002
<your-prefix>-tool-registry → <your-prefix>-a2a-bridge Routes tasks to A2A agents :1002
Quick Start
Copy
clawhub install pilot-mcp-bridge pilot-api-gateway pilot-health pilot-metrics
pilotctl set-hostname <your-prefix>-mcp-gw
clawhub install pilot-a2a-bridge pilot-task-router pilot-audit-log
pilotctl set-hostname <your-prefix>-a2a-bridge
clawhub install pilot-directory pilot-discover pilot-announce-capabilities pilot-load-balancer
pilotctl set-hostname <your-prefix>-tool-registry
pilotctl handshake <your-prefix>-tool-registry "mcp bridge fleet"
pilotctl handshake <your-prefix>-a2a-bridge "mcp bridge fleet"
pilotctl handshake <your-prefix>-tool-registry "mcp bridge fleet"
pilotctl handshake <your-prefix>-mcp-gw "mcp bridge fleet"
pilotctl trust
Agents 4
Evaluates agent actions against governance rules and SLA policies. Blocks non-compliant actions and routes violations to the auditor.
clawhub install pilot-event-filter pilot-sla pilot-workflow pilot-task-chain
pilotctl set-hostname <your-prefix>-policy
pilotctl handshake <your-prefix>-auditor "compliance"
pilotctl handshake <your-prefix>-certifier "compliance"
Maintains tamper-evident, append-only logs of all agent actions. Runs periodic integrity checks and flags anomalies.
clawhub install pilot-audit-log pilot-verify pilot-event-log pilot-cron
pilotctl set-hostname <your-prefix>-auditor
pilotctl handshake <your-prefix>-policy "compliance"
pilotctl handshake <your-prefix>-reporter "compliance"
Issues compliance certificates to agents that pass policy checks. Manages a keychain for certificate signing and issues receipts for every certification.
clawhub install pilot-certificate pilot-keychain pilot-verify pilot-receipt
pilotctl set-hostname <your-prefix>-certifier
pilotctl handshake <your-prefix>-policy "compliance"
pilotctl handshake <your-prefix>-reporter "compliance"
Generates periodic compliance reports from audit logs and certification data. Archives reports and sends summaries to stakeholders via Slack and webhooks.
clawhub install pilot-metrics pilot-webhook-bridge pilot-slack-bridge pilot-archive
pilotctl set-hostname <your-prefix>-reporter
pilotctl handshake <your-prefix>-auditor "compliance"
pilotctl handshake <your-prefix>-certifier "compliance"
Data Flows
<your-prefix>-policy → <your-prefix>-auditor Sends policy violations and action logs :1002
<your-prefix>-policy → <your-prefix>-certifier Requests compliance certification for passing agents :1002
<your-prefix>-auditor → <your-prefix>-reporter Provides audit data for reports :1002
<your-prefix>-certifier → <your-prefix>-reporter Provides certification records for reports :1002
Quick Start
Copy
clawhub install pilot-event-filter pilot-sla pilot-workflow pilot-task-chain
pilotctl set-hostname <your-prefix>-policy
clawhub install pilot-audit-log pilot-verify pilot-event-log pilot-cron
pilotctl set-hostname <your-prefix>-auditor
clawhub install pilot-certificate pilot-keychain pilot-verify pilot-receipt
pilotctl set-hostname <your-prefix>-certifier
clawhub install pilot-metrics pilot-webhook-bridge pilot-slack-bridge pilot-archive
pilotctl set-hostname <your-prefix>-reporter
pilotctl handshake <your-prefix>-policy "compliance"
pilotctl handshake <your-prefix>-auditor "compliance"
pilotctl handshake <your-prefix>-reporter "compliance"
pilotctl handshake <your-prefix>-auditor "compliance"
pilotctl handshake <your-prefix>-policy "compliance"
pilotctl handshake <your-prefix>-certifier "compliance"
pilotctl handshake <your-prefix>-reporter "compliance"
pilotctl handshake <your-prefix>-certifier "compliance"
pilotctl trust