Claude-skill-registry commerce-shipments
Manage shipments, tracking, and delivery updates. Use when running `stateset-shipments` or updating shipment status.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commerce-shipments" ~/.claude/skills/majiayu000-claude-skill-registry-commerce-shipments && rm -rf "$T"
manifest:
skills/data/commerce-shipments/SKILL.mdsource content
Commerce Shipments
Track shipment creation and delivery events.
How It Works
- Validate the order is ready to ship.
- Create a shipment with carrier and tracking details.
- Update order status to shipped and track delivery.
- Mark delivery or exceptions as they occur.
Usage
- CLI:
andstateset-shipments ...
for status updates.stateset-orders ... - Writes require
.--apply - MCP tools:
,list_shipments
,create_shipment
,deliver_shipment
.ship_order
Output
{"status":"shipped","shipment_id":"ship_123","tracking":"TRACK123"}
Present Results to User
- Shipment IDs, carrier, and tracking numbers.
- Order status and delivery timestamps.
- Any delivery exceptions.
Troubleshooting
- Invalid tracking format: verify carrier requirements.
- Order already shipped: reuse existing shipment record.
References
- references/shipments-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/shipments.md