← 返回 Skills 市场
wiziscool

Spx Tracking

作者 Wiz · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install spx-tracking
功能描述
Query SPX Express shipment tracking by tracking number. Call this skill when the user mentions a tracking number matching the SPX format (CNMY..., SPXMY...),...
安全使用建议
This skill appears to do exactly what it claims: query the SPX public tracking API and format results. Before installing or using it: (1) Do not provide browser session cookies unless you understand the privacy implications — the script will forward any cookie you pass to spx.com.my. (2) If you want maximum privacy, run it without the --cookie flag; the public API typically supports unauthenticated reads. (3) The package auto-installs the Python requests library into a venv on first run — review or run in an isolated environment if you prefer. (4) The SKILL.md warns not to output raw API responses; if you rely on this skill, you may want to inspect or run the script locally to confirm it only returns the structured fields you expect.
功能分析
Type: OpenClaw Skill Name: spx-tracking Version: 1.0.1 The skill bundle is a legitimate tool for tracking SPX Express (Shopee Express) shipments in Malaysia. The Python script `scripts/spx_tracking.py` queries a public SPX API endpoint and includes robust logic for parsing events and fixing text encoding issues (mojibake). While it accepts an optional `--cookie` argument for authenticated requests, the documentation in `SKILL.md` correctly identifies this as sensitive data and instructs the agent not to log or echo it. There is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name and description match the bundled script and usage. The script calls the SPX public API (spx.com.my) and parses tracking data; the declared runtime requirement (python) and requests dependency are appropriate and proportionate.
Instruction Scope
Runtime instructions limit activity to calling the SPX API, formatting results, and optionally using a provided browser cookie. The SKILL.md explicitly warns not to echo raw API responses. The script does not reference unrelated files, system state, or external endpoints beyond the SPX domain.
Install Mechanism
No install spec is provided (instruction-only), and requirements.txt only lists requests. The script may auto-create a venv and install requests per SKILL.md; this is a low-risk, expected behavior for a Python helper script.
Credentials
No environment variables or credentials are required. The only sensitive input is an optional `--cookie` argument which, if supplied, is sent to spx.com.my as an HTTP Cookie header. This is reasonable for accessing authenticated sessions but is sensitive — users should avoid supplying session cookies unless necessary.
Persistence & Privilege
The skill is not always-enabled and requests no system or agent-wide privileges. It does not modify other skills or global configuration. Autonomous invocation is allowed (platform default) and is not combined with elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spx-tracking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spx-tracking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: added requirements.txt (requests>=2.28), run script auto-creates venv, documented cookie sensitivity
v1.0.0
Initial publish: SPX Express Malaysia shipment tracking with structured JSON output
元数据
Slug spx-tracking
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Spx Tracking 是什么?

Query SPX Express shipment tracking by tracking number. Call this skill when the user mentions a tracking number matching the SPX format (CNMY..., SPXMY...),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Spx Tracking?

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

Spx Tracking 是免费的吗?

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

Spx Tracking 支持哪些平台?

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

谁开发了 Spx Tracking?

由 Wiz(@wiziscool)开发并维护,当前版本 v1.0.1。

💬 留言讨论