← Back to Skills Marketplace
wiziscool

Spx Tracking

by Wiz · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install spx-tracking
Description
Query SPX Express shipment tracking by tracking number. Call this skill when the user mentions a tracking number matching the SPX format (CNMY..., SPXMY...),...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spx-tracking
  3. After installation, invoke the skill by name or use /spx-tracking
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug spx-tracking
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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...),... It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Spx Tracking?

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

Is Spx Tracking free?

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

Which platforms does Spx Tracking support?

Spx Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Spx Tracking?

It is built and maintained by Wiz (@wiziscool); the current version is v1.0.1.

💬 Comments