Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track and add deliveries via Parcel API.
Track and add deliveries via Parcel API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
Control 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"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.