← Back to Skills Marketplace
123
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install qantas-freight-tracking
Description
Track Qantas Freight shipments by air waybill number and get origin, destination, shipper, consignee, pieces, weight, ETD, and latest shipment status.
Usage Guidance
This skill is an instruction-only parser for Qantas Freight AWB JSON responses and appears coherent. Before installing: confirm where/how your agent will fetch the AWB JSON (the SKILL.md assumes a public endpoint but gives no fetch instructions); verify the actual Qantas Freight API behavior (some endpoints require auth or have rate limits); avoid testing with sensitive or private AWBs; and ensure your agent is not configured to automatically forward parsed shipment data to external endpoints you don't control. If you will integrate with an authenticated API, provide only the minimal, service-specific credential and verify scope/permissions.
Capability Assessment
Purpose & Capability
Name and description (track Qantas Freight AWBs and report shipment fields) match the SKILL.md, which is purely parsing and presentation logic; no unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md is narrowly scoped to extracting specific fields from an `awb` JSON structure and formatting results (including multi-AWB handling and edge cases). It does not instruct the agent to read files, environment variables, or system paths. One minor omission: the document assumes an `awb` response object is available (and states the endpoint is public) but does not specify how to fetch that data — this is a functional gap, not a security issue.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation profile (nothing will be written or executed on disk by the skill itself).
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md states the public endpoint works without auth; if your integration requires credentials, ensure you only provide service-appropriate keys.
Persistence & Privilege
Skill is user-invocable and not forced-always. It does not request persistent system presence or modification of other skills/configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qantas-freight-tracking - After installation, invoke the skill by name or use
/qantas-freight-tracking - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Removed two files: _meta.json and scripts/track_awb.py.
- SKILL.md significantly reduced and simplified.
- Removed detailed API, workflow, and formatting instructions from documentation.
- Basic response parsing, handling for multiple AWBs, and edge case notes retained.
v1.0.0
Qantas Freight tracking skill initial release:
- Enables tracking of Qantas Freight shipments by air waybill (AWB) number.
- Queries a public Qantas Freight API (no authentication required) to retrieve shipment summary and full tracking history.
- Presents summary tables for up to 10 AWBs, including details like origin/destination, shipper, consignee, pieces, weight, ETD, and latest tracking event.
- Provides expandable event history for each AWB in both English and Chinese.
- Handles edge cases for not found shipments and multiple AWB queries.
Metadata
Frequently Asked Questions
What is qantas-freight-tracking?
Track Qantas Freight shipments by air waybill number and get origin, destination, shipper, consignee, pieces, weight, ETD, and latest shipment status. It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install qantas-freight-tracking?
Run "/install qantas-freight-tracking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is qantas-freight-tracking free?
Yes, qantas-freight-tracking is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does qantas-freight-tracking support?
qantas-freight-tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created qantas-freight-tracking?
It is built and maintained by SicL (@sicl); the current version is v1.0.1.
More Skills