Parcel for Openclaw

A specialized delivery management skill that interfaces with the Parcel app API to automate package tracking and logistics.

gumadeiras
v1.0.0
Jan 13, 2026
1
2.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install parcel-package-tracking

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Parcel?

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.

Parcel Use Cases

  • Automating the monitoring of active shipments for e-commerce businesses.
  • Registering new tracking numbers from emails or documents directly into the Parcel app.
  • Querying carrier codes to ensure accurate logistics data entry.
  • Generating reports on recent delivery activity for personal or professional use.
  • Building automated notification systems for shipment status changes using Openclaw Skills.

How Parcel Works

  1. The user provides a tracking number and optional carrier information to the skill via the command interface.
  2. The skill communicates with the Parcel API using a securely stored API key.
  3. For tracking requests, the skill fetches the latest status updates for active or recent shipments from the Parcel database.
  4. For additions, the skill pushes package metadata (description, tracking number, and carrier) to the user's Parcel account.
  5. Results or confirmation statuses are returned to the agent for further processing or reporting within the Openclaw Skills framework.

Parcel Setup

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.

Parcel Data Schema & Taxonomy

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.

Parcel Advanced Features

  • Real-time carrier lookup to validate tracking codes before registration.
  • Granular filtering modes allowing Openclaw Skills to distinguish between current and historical shipments.
  • Automated push notification triggers for immediate delivery updates on mobile devices.
  • Multi-carrier support covering major global logistics providers and local couriers.
  • Searchable carrier database to help identify the correct carrier codes for international shipments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*