Parcel Package Tracking
Track and add deliveries via Parcel API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gumadeiras/parcel-package-trackingWhat This Skill Does
The Parcel Package Tracking skill allows you to seamlessly manage your deliveries directly through the OpenClaw AI agent. By integrating with the Parcel API, this skill enables you to track the status of your ongoing shipments and add new deliveries to your tracking list. Whether you're expecting a new gadget, a gift, or essential supplies, this skill keeps you informed about their whereabouts. It acts as a centralized hub for all your package information, pulling data from various carriers and presenting it in an easily accessible format. You can check on active shipments to see their current progress or review recently delivered items. The skill also facilitates the addition of new packages to track, requiring minimal input from your side. For developers and power users, the underlying parcel tool offers direct control over the Parcel API CLI, allowing for advanced interactions and automation possibilities.
Installation
To install the Parcel Package Tracking skill, you will need to use the clawhub command-line interface. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/gumadeiras/parcel-package-tracking
This command will download and set up the necessary files for the skill.
Configuration:
Before you can use the skill, you must configure your PARCEL_API_KEY. This API key is essential for the skill to communicate with the Parcel API. You can obtain your key from the web.parcelapp.net website. Once you have your API key, you need to set it as an environment variable named PARCEL_API_KEY in your system's environment settings.
Use Cases
- Stay Updated on Shipments: Quickly check the status of any package you're expecting without needing to visit multiple carrier websites.
- Add New Deliveries: Easily add incoming packages to your tracking list by providing the tracking number, carrier, and an optional description.
- Monitor Active Deliveries: Get a clear overview of all packages currently in transit and their progress.
- Review Past Deliveries: Keep a record of recently delivered items for easy reference.
- Developer Integration: Leverage the
parceltool for scripting and automating package tracking tasks within larger workflows.
Example Prompts
- "Track my latest package from UPS."
- "Add a new delivery with tracking number 1Z1234567890 for a new pair of running shoes, notify me when it's out for delivery."
- "Show me all my active deliveries."
Tips & Limitations
- API Key is Crucial: Ensure your
PARCEL_API_KEYis correctly set as an environment variable. The skill will not function without it. - Carrier Codes: When adding a delivery, use the correct carrier code (e.g.,
ups,usps,fedex). Refer to the Parcel API documentation or use thecarrierscommand to find valid codes. - Description Best Practices: Use descriptive names for your packages to easily identify them later.
notifyFeature: The--notifyflag for adding deliveries is useful for receiving immediate push notifications, but ensure your notification system is configured correctly.- Rate Limiting: Be mindful of potential API rate limits imposed by Parcel if you are making a very high volume of requests.
- Error Handling: While the skill attempts to handle errors gracefully, specific API issues might require manual investigation using the underlying CLI tool.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gumadeiras-parcel-package-tracking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
gotrain
MTA system train departures (NYC Subway, LIRR, Metro-North). Use when the user wants train times, schedules, or service alerts for MTA transit. Covers MTA Subway, LIRR, and Metro-North across the greater New York area.
apple-mail-search
Apple Mail search on macOS with fast metadata and full body lookup. Use for finding messages in Mail.app by subject/sender/recipient/date, opening messages, and reading full body text.
lastfm
Access Last.fm listening history, music stats, and discovery. Query recent tracks, top artists/albums/tracks, loved tracks, similar artists, and global charts.
little-snitch
Control Little Snitch firewall on macOS. View logs, manage profiles and rule groups, monitor network traffic. Use when the user wants to check firewall activity, enable/disable profiles or blocklists, or troubleshoot network connections.
calcurse
A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.