← 返回
开发者工具 Key 中文

Parcel Package Tracking

Track and add deliveries via Parcel API.
通过 Parcel API 追踪和添加配送
gumadeiras gumadeiras 来源
开发者工具 clawhub v1.0.0 1 版本 99922.2 Key: 需要
★ 1
Stars
📥 2,549
下载
💾 60
安装
1
版本
#latest

概述

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"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 13:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,911
office-efficiency

Apple Mail Search Safe (fruitmail)

gumadeiras
macOS上的Apple Mail搜索功能,支持快速元数据检索和全文搜索。可通过主题、发件人、收件人、日期等条件查找邮件并打开消息。
★ 4 📥 5,011
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,426