← 返回 Skills 市场
openlang-cn

Package Track

作者 openlang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
303
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install package-track
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /package-track 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug package-track
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。

如何安装 Package Track?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install package-track」即可一键安装,无需额外配置。

Package Track 是免费的吗?

是的,Package Track 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Package Track 支持哪些平台?

Package Track 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Package Track?

由 openlang(@openlang-cn)开发并维护,当前版本 v1.0.1。

💬 留言讨论