easypost
Installation
SKILL.md
🚚 EasyPost
EasyPost — shipping labels, rate comparison, package tracking, address verification, and insurance.
Requirements
| Variable | Required | Description |
|---|---|---|
EASYPOST_API_KEY |
✅ | EasyPost API key |
Quick Start
# Create shipment & get rates
python3 {{baseDir}}/scripts/easypost.py create-shipment --from "JSON address" --to "JSON address" --parcel "JSON"
# Get shipment details
python3 {{baseDir}}/scripts/easypost.py get-shipment <id>