ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Parcel Package Tracking

Track and add deliveries via Parcel API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gumadeiras/parcel-package-tracking
Or

What 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 parcel tool 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_KEY is 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 the carriers command to find valid codes.
  • Description Best Practices: Use descriptive names for your packages to easily identify them later.
  • notify Feature: The --notify flag 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

Stars2387
Views22
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gumadeiras-parcel-package-tracking": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tracking#packages#deliveries#parcel
Safety Score: 4/5

Flags: network-access, external-api, code-execution