🧪 Skills
Parcel Package Tracking
--- slug: parcel display_name: Parcel description: Track and add deliveries via Parcel API. --- # Parcel Interact with the Parcel app API to track packages and add new deliveries. ## Configuration
v1.0.0
Description
slug: parcel display_name: Parcel description: Track and add deliveries via Parcel API.
Parcel
Interact with the Parcel app API to track packages and add new deliveries.
Configuration
This skill requires the PARCEL_API_KEY environment variable.
Get your key from web.parcelapp.net.
Tool: parcel
Control the Parcel API CLI.
Parameters
action(required): One oflist,add,carriers.mode: Forlist, filter mode (activeorrecent). Defaultrecent.tracking: Foradd, the tracking number.carrier: Foradd, the carrier code (e.g.,ups,usps,fedex).description: Foradd, a description of the package.notify: Foradd, boolean to send push confirmation.search: Forcarriers, search string.
Usage
List Deliveries:
# 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:
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"
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!