Parcel Package Tracking
Track and add deliveries via Parcel API.
Track and add deliveries via Parcel API.
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Interact with the Parcel app API to track packages and add new deliveries.
This skill requires the
PARCEL_API_KEY environment variable.
Get your key from web.parcelapp.net.
parcelControl the Parcel API CLI.
action (required): One of list, add, carriers.mode: For list, filter mode (active or recent). Default recent.tracking: For add, the tracking number.carrier: For add, the carrier code (e.g., ups, usps, fedex).description: For add, a description of the package.notify: For add, boolean to send push confirmation.search: For carriers, search string.List Deliveries:
# List recent deliveries node ~/.clawdbot/skills/parcel/parcel-api.js listList active deliveries
node ~/.clawdbot/skills/parcel/parcel-api.js list --mode=active
Add Delivery:
node ~/.clawdbot/skills/parcel/parcel-api.js add \ --tracking "1Z1234567890" \ --carrier "ups" \ --description "New Shoes" \ --notify
List Carriers:
node ~/.clawdbot/skills/parcel/parcel-api.js carriers "ups"
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.