A specialized delivery management skill that interfaces with the Parcel app API to automate package tracking and logistics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install parcel-package-tracking
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install parcel-package-tracking using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Parcel skill enables users to integrate package tracking directly into their automated workflows. By leveraging the Parcel app API, this skill allows for real-time updates on active shipments, carrier identification, and the ability to register new tracking numbers without manual data entry. It is an essential component for users of Openclaw Skills who want to streamline their e-commerce and logistics monitoring within a unified AI-driven environment. This skill bridges the gap between raw tracking data and actionable insights for developers and power users.
To enable this capability within your Openclaw Skills environment, you must first obtain an API key from web.parcelapp.net. Once you have your key, configure your environment variables to allow the agent to authenticate:
export PARCEL_API_KEY="your_api_key_here"
The skill uses a Node.js runtime to execute commands via the parcel-api.js script located in the standard installation directory: ~/.clawdbot/skills/parcel/parcel-api.js.
The Parcel skill handles data through structured API calls, returning or sending the following parameters for delivery management:
| Parameter | Type | Description |
|---|---|---|
| action | string | The primary command: list, add, or carriers. |
| mode | string | Filter for active or recent deliveries. |
| tracking | string | The unique shipment tracking ID. |
| carrier | string | The carrier code (e.g., ups, usps, fedex). |
| description | string | A custom label for the package. |
| notify | boolean | Toggle for push notification confirmations. |
Loading
A powerful text extraction tool for Openclaw Skills that preserves layout and captures handwriting from complex PDFs and images.

A specialized interface for managing the Little Snitch network monitor and firewall directly through the macOS command line.

A comprehensive tool for accessing personal listening history, global music charts, and artist metadata via the Last.fm API.

A versatile command-line utility for parsing, filtering, and transforming JSON data with a powerful functional domain-specific language.

A robust command-line snippet manager for saving, searching, and executing complex terminal commands.

Access comprehensive sports data including team statistics, past scores, and upcoming fixtures through an easy-to-use API integration.








































