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

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated