| name | shippo |
| description | Shippo — shipping labels, rates comparison, package tracking, address validation, and returns. |
| homepage | https://www.agxntsix.ai |
| license | MIT |
| compatibility | Python 3.10+ (stdlib only — no dependencies) |
| metadata | {"openclaw":{"emoji":"📦","requires":{"env":["SHIPPO_API_TOKEN"]},"primaryEnv":"SHIPPO_API_TOKEN","homepage":"https://www.agxntsix.ai"}} |
📦 Shippo
Shippo — shipping labels, rates comparison, package tracking, address validation, and returns.
Requirements
| Variable | Required | Description |
|---|
SHIPPO_API_TOKEN | ✅ | Shippo API token |
Quick Start
python3 {{baseDir}}/scripts/shippo.py create-shipment --from "JSON address" --to "JSON address" --parcel "JSON"
python3 {{baseDir}}/scripts/shippo.py list-shipments --results "25" --page "1"
python3 {{baseDir}}/scripts/shippo.py get-shipment <id>
python3 {{baseDir}}/scripts/shippo.py get-rates <id>
python3 {{baseDir}}/scripts/shippo.py purchase-label --rate <value>
python3 {{baseDir}}/scripts/shippo.py list-transactions --results "25"
python3 {{baseDir}}/scripts/shippo.py get-transaction <id>
python3 {{baseDir}}/scripts/shippo.py track-package --carrier <value> --tracking-number <value>
python3 {{baseDir}}/scripts/shippo.py validate-address --name <value> --street1 <value> --city <value> --state <value> --zip <value> --country "US"
python3 {{baseDir}}/scripts/shippo.py list-parcels
python3 {{baseDir}}/scripts/shippo.py create-parcel --length <value> --width <value> --height <value> --weight <value>
python3 {{baseDir}}/scripts/shippo.py create-return --from "JSON" --to "JSON" --parcel "JSON" --is-return "true"
python3 {{baseDir}}/scripts/shippo.py list-carriers
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|
{baseDir}/scripts/shippo.py | Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai
YouTube | GitHub
Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation