Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Track and add deliveries via Parcel API.
.claude/skills/sundial-org-parcel-package-tracking/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -55% | 0% |
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:
bash# List recent deliveries node ~/.clawdbot/skills/parcel/parcel-api.js list # List active deliveries node ~/.clawdbot/skills/parcel/parcel-api.js list --mode=active
Add Delivery:
bashnode ~/.clawdbot/skills/parcel/parcel-api.js add \ --tracking "1Z1234567890" \ --carrier "ups" \ --description "New Shoes" \ --notify
List Carriers:
bashnode ~/.clawdbot/skills/parcel/parcel-api.js carriers "ups"
Other measured skills in the registry, with their headline benchmark lift.