← 返回 Skills 市场
Shipment Tracker
作者
Paul Frederiksen
· GitHub ↗
· v1.1.1
741
总下载
1
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install shipment-tracker
功能描述
Track packages across carriers (USPS, UPS, FedEx, DHL, Amazon, OnTrac, LaserShip). Use when: user asks about package status, adds a tracking number, wants de...
安全使用建议
This skill appears internally consistent with its description, but be mindful of privacy when following the browser-use fallback: the provided command sends tracking numbers, tracking URLs, and order details to a cloud browser/LLM service (explicitly noted by the author). If your shipments are sensitive, run the HTTP-only checks locally or perform manual browser checks. Before using the cloud fallback, review the 'browser_use' package and the cloud provider's privacy/retention policies, and confirm whether any API keys or credentials are required. If you enforce strict egress policies, run the script in an environment without outbound access or disallow the cloud browser step.
功能分析
Type: OpenClaw Skill
Name: shipment-tracker
Version: 1.1.1
The skill's core Python script (`shipment_tracker.py`) is clean, performing file reads from a specified markdown file and making HTTP GET requests to hardcoded carrier tracking domains using standard libraries, with no subprocess calls, shell execution, or file writes. The `SKILL.md` transparently discloses that the 'browser-use fallback' feature, when recommended and executed, sends tracking numbers and order information to cloud services and an external LLM for processing. This external data transmission is explicitly documented with clear privacy warnings and is part of the skill's stated functionality for reliable tracking, not a stealthy or unauthorized exfiltration attempt. The instructions to the agent are aligned with the stated purpose, and the task given to the external LLM is specific to tracking status.
能力评估
Purpose & Capability
Name/description match the implementation: the script parses a shipments markdown file, detects carrier patterns, builds carrier tracking URLs, and performs HTTPS GETs to carrier pages. There are no unrelated permissions, binaries, or credentials requested.
Instruction Scope
Runtime instructions and the script are scoped to reading a single markdown file and making read-only HTTPS requests. However, the SKILL.md explicitly supplies an optional 'browser-use' command that sends tracking numbers and URLs to a cloud browser/LLM service for JS-heavy pages; that step transmits user shipment data outside the local machine and is a privacy decision the user must make.
Install Mechanism
No install spec or external downloads are provided (instruction-only skill + included Python script). Nothing is written to disk by an installer; risk from installation is low. The optional dependency 'browser-use' is noted but not auto-installed by the skill.
Credentials
The skill requests no environment variables or credentials, which is appropriate. One caveat: the optional browser-use flow relies on a third-party module/service that may require credentials or send data to external providers; those network interactions are not controlled via declared env vars in the skill metadata.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system configs, and performs only read operations on a specified file and outbound HTTPS GETs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shipment-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/shipment-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Privacy disclosure: document that browser-use fallback transmits tracking data to cloud services
v1.1.0
Add browser-use fallback: HTTP first, then structured browser-use guidance when carriers block basic requests
v1.0.0
Initial release
元数据
常见问题
Shipment Tracker 是什么?
Track packages across carriers (USPS, UPS, FedEx, DHL, Amazon, OnTrac, LaserShip). Use when: user asks about package status, adds a tracking number, wants de... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 741 次。
如何安装 Shipment Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shipment-tracker」即可一键安装,无需额外配置。
Shipment Tracker 是免费的吗?
是的,Shipment Tracker 完全免费(开源免费),可自由下载、安装和使用。
Shipment Tracker 支持哪些平台?
Shipment Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shipment Tracker?
由 Paul Frederiksen(@pfrederiksen)开发并维护,当前版本 v1.1.1。
推荐 Skills