1. Track
Orders and shipments via ShipStation — carriers UPS, FedEx, USPS through one hub.
// SHIP · LIVE · SHIPSTATION HUB
Track shipments, notify stakeholders, and handle exceptions for logistics and distribution SMEs.
Orders and shipments via ShipStation — carriers UPS, FedEx, USPS through one hub.
Late, undeliverable, address issues — prioritized queue for ops.
Stakeholder + customer WISMO drafts (human sends — fewer support tickets).
Awaiting → shipped → delivered, with HITL on cancel / address / labels.
Aligned with the marketplace logistics swimlanes — agent-orchestrated fulfillment for SMBs.
Order capture
Import multi-channel orders into ShipStation.
Rate & label
Carrier selection (UPS / FedEx / USPS) — label actions need approval.
In transit monitor
Track status, ETA, exception flags.
Delivery & WISMO
Confirm delivery; draft customer updates when things go wrong.
Code: agents/shipping-assistant ·
Hermes skill: shipping-assistant ·
Design: DESIGN.md
cd C:\Users\anwar\projects\matrix-six\agents\shipping-assistant python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt python -m src.cli demo python -m src.cli exceptions python -m src.cli wismo --order MB-10418 python -m src.cli notify-drafts
agents/shipping-assistant/.envpython -m src.cli status → mode liveSHIPSTATION_API_KEY=... SHIPSTATION_API_SECRET=...
hermes -s shipping-assistant -z "Scan shipping exceptions and draft WISMO for the worst order"