Install
openclaw skills install supply-chain-logistics全球供应链与物流智能优化技能。覆盖需求预测、库存优化、路径规划、供应商评估、关务合规、碳足迹追踪、仓储布局设计。内置运筹学模型(线性规划/整数规划/动态规划),支持SAP/Oracle NetSuite/金蝶等ERP系统对接,适配跨境电商、制造业、冷链、医药物流等多行业场景。
openclaw skills install supply-chain-logisticsIntelligent supply chain optimization covering demand forecasting, inventory management, routing, procurement, customs compliance, and carbon tracking.
| Model | Use Case |
|---|---|
| EOQ (Economic Order Quantity) | Stable demand items |
| (s, Q) Reorder Point | Continuous review |
| (R, S) Periodic Review | Scheduled replenishment |
| Newsvendor Model | Perishable/fashion goods |
| Multi-echelon optimization | Distributed warehouse networks |
| Industry | Pre-configured Models |
|---|---|
| Cross-border E-commerce | Multi-warehouse + FBA/FBM + tariff |
| Manufacturing | MRP + BOM explosion + JIT |
| Cold Chain | Temperature monitoring + shelf-life |
| Pharma | GDP compliance + serialization |
| Retail | Omni-channel + store fulfillment |
# Optimize inventory
optimize: inventory
warehouse: [Shanghai, Guangzhou, Chengdu]
products: SKU_list.csv
service_level: 0.95
output: replenishment_plan.xlsx
# Route optimization
optimize: routing
depot: Shenzhen
deliveries: 45
vehicles: 8
constraints: [time_windows, capacity]
output: route_plan.json