← Back to Skills Marketplace
darbling

Package Tracker

by darbling · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
71
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install package-tracker-lite
Description
Track your packages and deliveries worldwide. 支持顺丰、圆通、中通、申通、韵达、邮政EMS、UPS、FedEx、DHL等国内外快递实时查询,快递单号一键查询物流轨迹。Express tracking, parcel delivery status, logistics查询。
Usage Guidance
This package-tracker is a small local demo: it detects carrier by pattern and returns simulated tracking events — it does NOT contact carrier APIs or provide live tracking. If you need real-time data, expect to add/enable carrier API integrations (which will require API keys and network access). The code is short and readable; running it locally is low risk, but if you plan to run it in a hosted agent environment, verify network policies and origin of the skill (source/homepage unknown). If you require live tracking, obtain official carrier API credentials and prefer an implementation that uses those official endpoints.
Capability Analysis
Type: OpenClaw Skill Name: package-tracker-lite Version: 1.1.0 The package-tracker-lite skill is a benign utility that simulates package tracking information based on tracking number formats. The script (scripts/track.py) uses regex to identify carriers but does not perform any network requests, file system modifications, or sensitive data access; it explicitly returns hardcoded demo data as noted in the source code.
Capability Assessment
Purpose & Capability
Name/description promise real-time tracking for many carriers, but the included script only performs local carrier detection (regex/prefix) and returns simulated/demo timeline data rather than calling carrier APIs. This is coherent as a demo tool but is misleading if a user expects live queries.
Instruction Scope
SKILL.md usage matches the contained script (track.py). The runtime instructions are limited to invoking the script with a tracking number or multiple numbers; there are no instructions to read unrelated files, access credentials, or send data externally.
Install Mechanism
No install spec; skill is instruction-only with a single Python script included. Nothing is downloaded or extracted at install time. Low installation risk.
Credentials
No environment variables, credentials, or config paths required. The script uses only standard Python libraries and requires no secrets or third‑party API keys.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify other skills or system settings. It simply provides a runnable script.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install package-tracker-lite
  3. After installation, invoke the skill by name or use /package-tracker-lite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Updated skill name to "Package Tracker Lite" and revised descriptions for clarity. - Expanded multilingual support in documentation, including Chinese (简体中文). - Simplified feature list and usage instructions. - Added an explicit disclaimer in Chinese only. - Modernized formatting and removed references to some secondary features (e.g., delivery timeline, multiple tracking parameters).
v1.0.2
- Added a disclaimer section clarifying informational use and data accuracy limitations - Provided the disclaimer in both English and Chinese for wider accessibility
v1.0.1
No user-visible changes in this version. - No file changes detected. - No updates to documentation or functionality.
v1.0.0
Initial release of package-tracker-lite. - Track package deliveries from 100+ carriers (UPS, FedEx, DHL, USPS, Royal Mail, China Post, and more) - Get latest tracking status, estimated delivery dates, and delivery history/timeline - Supports querying multiple packages at once - Option to specify carrier manually
Metadata
Slug package-tracker-lite
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Package Tracker?

Track your packages and deliveries worldwide. 支持顺丰、圆通、中通、申通、韵达、邮政EMS、UPS、FedEx、DHL等国内外快递实时查询,快递单号一键查询物流轨迹。Express tracking, parcel delivery status, logistics查询。 It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install Package Tracker?

Run "/install package-tracker-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Package Tracker free?

Yes, Package Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Package Tracker support?

Package Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Package Tracker?

It is built and maintained by darbling (@darbling); the current version is v1.1.0.

💬 Comments