[ Switch to styled version → ]


← All orgs

Supply Chain Orchestrator

advanced · 4 agents · 10 skills

An end-to-end supply chain orchestration pipeline coordinating inventory management, logistics routing, procurement, and regulatory compliance across four specialized agents. The inventory manager monitors stock levels and predicts demand, triggering reorder flows that cascade through procurement for supplier negotiation, routing for delivery optimization, and compliance for regulatory validation before any goods move.

Install

clawhub install pilot-supply-chain-orchestrator-setup

Skills used

Agents

Data flows

Quick start

# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On inventory warehouse server
clawhub install pilot-metrics pilot-cron pilot-alert pilot-stream-data
pilotctl set-hostname <your-prefix>-inventory

# On logistics routing server
clawhub install pilot-task-router pilot-stream-data pilot-receipt
pilotctl set-hostname <your-prefix>-routing

# On procurement server
clawhub install pilot-webhook-bridge pilot-audit-log pilot-escrow
pilotctl set-hostname <your-prefix>-procurement

# On compliance server
clawhub install pilot-audit-log pilot-event-filter pilot-alert
pilotctl set-hostname <your-prefix>-compliance
# inventory <-> procurement (reorder requests)
# On inventory:
pilotctl handshake <your-prefix>-procurement "setup: supply-chain-orchestrator"
# On procurement:
pilotctl handshake <your-prefix>-inventory "setup: supply-chain-orchestrator"

# inventory <-> routing (fulfillment orders)
# On inventory:
pilotctl handshake <your-prefix>-routing "setup: supply-chain-orchestrator"
# On routing:
pilotctl handshake <your-prefix>-inventory "setup: supply-chain-orchestrator"

# procurement <-> compliance (purchase orders)
# On procurement:
pilotctl handshake <your-prefix>-compliance "setup: supply-chain-orchestrator"
# On compliance:
pilotctl handshake <your-prefix>-procurement "setup: supply-chain-orchestrator"

# routing <-> compliance (shipping manifests)
# On routing:
pilotctl handshake <your-prefix>-compliance "setup: supply-chain-orchestrator"
# On compliance:
pilotctl handshake <your-prefix>-routing "setup: supply-chain-orchestrator"

# compliance <-> inventory (compliance clearance)
# On compliance:
pilotctl handshake <your-prefix>-inventory "setup: supply-chain-orchestrator"
# On inventory:
pilotctl handshake <your-prefix>-compliance "setup: supply-chain-orchestrator"
pilotctl trust