← Back to Skills Marketplace
525
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install parcel-tracking
Description
Erkennt automatisch den Paketdienst (DHL, Hermes, UPS, GLS, Amazon etc.) via Track123-API und ruft Tracking-Informationen ab. Optional PLZ für erweiterte Infos.
Usage Guidance
What to check before installing or running this skill:
- The skill requires a TRACK123_API_SECRET (SKILL.md and track.py); supply only a Track123 API secret and not unrelated credentials. The registry summary incorrectly stated 'none' — prefer the SKILL.md's requirement. Use a minimal / revocable API key if possible.
- The runtime only calls Track123 (default base https://api.track123.com/...). TRACK123_API_BASE can be overridden; confirm the base URL if you are concerned about redirecting requests to other endpoints.
- The bundle includes track.py and a full Python virtualenv (many vendor packages). This is unusual because there is no install step that uses that venv and the skill will run with system python3. If you will run code locally, inspect the included files (especially track.py) and the venv contents or prefer to run in a sandboxed environment.
- The pre-scan found unicode control characters in SKILL.md. Open SKILL.md in a hex/editor to see any invisible characters; remove them if they are unexpected.
- If you want stronger assurance: review track.py (it is short and readable), run it in an isolated container or sandbox, and provide an ephemeral / least-privilege Track123 key you can revoke after testing.
Overall, the behavior and credentials requested are coherent with parcel tracking via Track123, but verify the above inconsistencies and inspect the packaged venv before executing.
Capability Analysis
Type: OpenClaw Skill
Name: parcel-tracking
Version: 1.0.2
The skill's purpose is to track parcels using the Track123 API. It correctly retrieves the `TRACK123_API_SECRET` from an environment variable and uses it in HTTP headers for API calls to `https://api.track123.com`. Input parameters are used as expected in the API request. The included vendored libraries (`pip`, `certifi`, `charset_normalizer`, `idna`) are standard dependencies for network operations in Python. There is no evidence of malicious intent, such as unauthorized data exfiltration, arbitrary command execution, or prompt injection attempts in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description (parcel tracking via Track123) match the runtime instructions and code: the skill runs track.py which POSTs to Track123 endpoints. However registry-level metadata above lists no required env vars or binaries while SKILL.md and track.py require python3 and TRACK123_API_SECRET — that mismatch is an inconsistency to be aware of.
Instruction Scope
SKILL.md directs the agent to run python3 track.py with a tracking number and optional postal code. The script only reads TRACK123_API_SECRET and TRACK123_API_BASE, calls the Track123 API, and prints a JSON result; it does not read unrelated files, other environment variables, or exfiltrate data to unknown endpoints. Behavior stays inside the stated purpose.
Install Mechanism
There is no install spec (instruction-only), so nothing is declared to be installed at runtime. Yet the bundle contains track.py and a full venv with many third-party packages/vendors (requests, urllib3, charset_normalizer, pip vendored libs, etc.). Including a prepacked virtualenv is uncommon here and confusing because SKILL.md runs system python3 without referencing the venv. There are no remote downloads or short/obfuscated URLs in the install; risk is limited but you should review the included packages if you plan to execute them locally.
Credentials
At runtime the skill requires exactly one secret (TRACK123_API_SECRET) and optionally TRACK123_API_BASE; that is proportional to a Track123 integration. The inconsistency is that registry metadata at the top claimed 'Required env vars: none' — SKILL.md and track.py do require the secret, so verify you only supply the Track123 secret (use a least-privilege key).
Persistence & Privilege
always:false and no config-path or cross-skill modifications. The skill does not request permanent system-wide privileges or modify other skills. disable-model-invocation is false (normal) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parcel-tracking - After installation, invoke the skill by name or use
/parcel-tracking - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Initial release with project dependencies and Python virtual environment setup.
- Added requirements.txt and full venv structure with core libraries (certifi, charset_normalizer, idna, pip) included.
- No code or documentation changes to skill logic.
v1.0.1
- Added frontmatter markers (---) to the SKILL.md header section for improved formatting.
- No changes to functionality or content; update is for formatting/structure only.
v1.0.0
**v1.1.0 – Improved carrier detection and API integration for parcel tracking**
- Automatische Erkennung des Paketdiensts (DHL, Hermes, UPS, GLS, Amazon etc.) via Track123-API hinzugefügt.
- Tracking-Informationen für Pakete lassen sich jetzt über eine neue API abrufen; optional kann eine Postleitzahl für detailliertere Infos angegeben werden.
- Neue Trigger und Befehle in deutscher Sprache für praktische Paketverfolgung.
- Benötigt nun einen Track123 API-Secret für den Betrieb.
Metadata
Frequently Asked Questions
What is Parcel Tracking?
Erkennt automatisch den Paketdienst (DHL, Hermes, UPS, GLS, Amazon etc.) via Track123-API und ruft Tracking-Informationen ab. Optional PLZ für erweiterte Infos. It is an AI Agent Skill for Claude Code / OpenClaw, with 525 downloads so far.
How do I install Parcel Tracking?
Run "/install parcel-tracking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parcel Tracking free?
Yes, Parcel Tracking is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Parcel Tracking support?
Parcel Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parcel Tracking?
It is built and maintained by dany9328 (@dany9328); the current version is v1.0.2.
More Skills