Parcel Package Tracking

Track and add deliveries via Parcel API.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Parcel Package Tracking" with this command: npx skills add gumadeiras/parcel-package-tracking

Parcel

Interact with the Parcel app API to track packages and add new deliveries.

Configuration

This skill requires the PARCEL_API_KEY environment variable. Get your key from web.parcelapp.net.

Tool: parcel

Control the Parcel API CLI.

Parameters

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

Usage

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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ksdsl-skilll

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...

Registry SourceRecently Updated
3640f1zzyw
General

Openclaw Skill Intelligence Ingestion

Auto-analyze URLs/info for OpenClaw strategic value, classify, create Obsidian notes, update memory. Use when user shares a URL, article, tweet, or any exter...

Registry SourceRecently Updated
General

Truth first

Evidence-first verification for status, config, file contents, actions, connectivity, mounts, and model selection. Use before answering any such claim.

Registry SourceRecently Updated
General

http-retry

Automatically retries HTTP requests with exponential backoff, timeout control, and connection pooling to handle network errors and rate limits.

Registry SourceRecently Updated