parcel-package-trackingTrack and add deliveries via Parcel API.
Install via ClawdBot CLI:
clawdbot install gumadeiras/parcel-package-trackingInteract 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 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"
Generated Mar 1, 2026
Online retailers can integrate this skill to automatically track customer shipments. It allows staff to monitor active deliveries and update customers on recent package statuses, reducing support inquiries. This is useful for managing high-volume shipping during peak seasons.
Logistics companies can use this skill to track packages across multiple carriers like UPS and FedEx. It helps in consolidating delivery data into one interface, improving operational efficiency and providing real-time updates to clients.
Large offices can track incoming supplies and equipment deliveries using this skill. By adding packages with descriptions, teams can monitor active shipments and receive notifications, ensuring timely receipt and inventory management.
Individuals can use this skill to track personal shipments from various carriers. It allows adding deliveries with custom descriptions and setting notifications, helping users stay informed about package arrivals without manual checks.
Non-profits can track incoming donations and supplies shipped via carriers. This skill enables listing active deliveries to coordinate volunteer pickups and manage inventory, ensuring efficient resource allocation.
Offer this skill as part of a subscription service for businesses needing parcel tracking. Charge monthly fees based on usage tiers, such as number of API calls or tracked packages. Revenue comes from recurring subscriptions and potential enterprise contracts.
License this skill to logistics companies to integrate into their existing platforms. Provide customization and support services for a one-time fee or ongoing maintenance contracts. Revenue is generated through licensing fees and additional service charges.
Offer basic tracking features for free to attract individual users, while charging for advanced features like bulk tracking, analytics, or priority support. Monetize through in-app purchases or premium upgrades, targeting both consumers and small businesses.
💬 Integration Tip
Ensure the PARCEL_API_KEY is securely stored as an environment variable and test the skill with sample tracking numbers before full deployment to avoid API errors.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.