← Back to Skills Marketplace
openlang-cn

Package Track

by openlang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
303
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install package-track
Description
Query package/express tracking worldwide via unified API. Integrates with 快递鸟 (Kdniao) and is extensible to other providers. Use when the user asks to track...
Usage Guidance
This skill appears to do exactly what it says: it posts signed requests to 快递鸟 (Kdniao) and returns the API response. Before installing, (1) keep your Kdniao EBusinessID and ApiKey out of source control (package_tracker.json should not be committed); (2) verify the GitHub homepage/repository matches the publisher you trust; (3) be aware the skill will make outbound HTTP(S) requests to Kdniao endpoints (ensure network policy allows that); and (4) run or inspect the included Python files locally if you want extra assurance (they're short and readable). If you need support for additional providers, review/validate any new provider modules before adding credentials.
Capability Analysis
Type: OpenClaw Skill Name: package-track Version: 1.0.1 The package-track skill is a legitimate implementation for querying parcel logistics via the Kdniao (快递鸟) API. The code uses standard Python libraries (urllib, hashlib) to sign and send requests to official endpoints (api.kdniao.com), and there is no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the included Python package and CLI. Required binary is only python and the code implements a Kdniao provider and a registry for additional providers — all appropriate for a package-tracking skill.
Instruction Scope
SKILL.md instructs storing provider credentials in package_tracker.json and running the provided CLI or importing get_tracker(). The runtime instructions and code only read package_tracker.json (in CWD or explicit path) and call Kdniao endpoints; they do not request unrelated files, environment variables, or external endpoints beyond Kdniao.
Install Mechanism
No install spec is provided (instruction-only from the registry's perspective). The bundle includes plain Python source (no third-party downloads or archive extraction). No suspicious installer URLs or extracted archives are present.
Credentials
The skill declares no required environment variables or credentials. It expects API credentials to be placed in package_tracker.json (local config) which is proportional to its function. The code does not read other env vars or secrets.
Persistence & Privilege
always is false and disable-model-invocation is default (agent may call autonomously, which is normal). The skill does not request persistent system-wide privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install package-track
  3. After installation, invoke the skill by name or use /package-track
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Refactored codebase to use internal package structure (`package_tracker/`), improving modularity and clarity. - Added example configuration file: `package_tracker.json.example`. - Provided a requirements.txt for Python dependencies. - Removed top-level Python source files to avoid duplication; all source now resides under `package_tracker/`. - No changes affecting user-facing API or usage.
v1.0.0
- Major rewrite: Migrated from 17track to Kdniao (快递鸟) as the primary provider with a unified, provider-extensible API. - Completely reorganized codebase; replaced scripts/ and references/ folders with Python package modules (base.py, kdniao.py, registry.py, etc.). - Skill now configured via package_tracker.json (template provided), not .env or bash scripts. - Usage simplified: CLI and programmatic Python API now both supported via a single entry point. - Documentation overhauled for clarity, provider extension, and direct integration guidance.
Metadata
Slug package-track
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Package Track?

Query package/express tracking worldwide via unified API. Integrates with 快递鸟 (Kdniao) and is extensible to other providers. Use when the user asks to track... It is an AI Agent Skill for Claude Code / OpenClaw, with 303 downloads so far.

How do I install Package Track?

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

Is Package Track free?

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

Which platforms does Package Track support?

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

Who created Package Track?

It is built and maintained by openlang (@openlang-cn); the current version is v1.0.1.

💬 Comments