realtime-express-tracking

Query parcel carriers and live shipment tracking data via GET gateway requests.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill realtime-express-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: realtime-express-tracking
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/realtime-express-tracking
Command: npx skills add https://github.com/qq5855144/GitHubM --skill realtime-express-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the need to manually check multiple courier websites by giving you a single way to find supported express companies and track shipment progress.

Core Features & Use Cases

  • Look up supported express companies and courier codes before starting a search.
  • Query real-time logistics traces, delivery status, courier details, and event history.
  • Handle special cases such as SF tracking numbers that require a phone suffix and automatic courier detection when the carrier is unknown.
  • Use case: when a customer shares a tracking number, you can quickly identify the carrier, fetch the latest status, and return the full shipment timeline.

Quick Start

Ask the assistant to find the courier company list or track the parcel number you provide, and it will return the latest logistics information.

Frequently Asked Questions about realtime-express-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track shipment status when I only have a tracking number and an unknown courier?

Shipment status tracking with unknown couriers uses automatic carrier detection based on the tracking number format. The system queries logistics data to identify the express company and fetch the full delivery timeline without manual selection.

Does express tracking work with Supabase Edge Functions for API gateway requests?

Yes, express tracking supports optional Supabase Edge Function relays to handle GET gateway requests. This architecture manages platform API authentication and processes logistics data queries through serverless functions.

Why does SF Express tracking require a phone suffix to return parcel data?

SF Express tracking requires a phone suffix to authenticate and authorize parcel data retrieval. The system handles this special case by validating the phone suffix alongside the tracking number during the logistics API request.

How do I look up supported express companies before starting a courier lookup?

To look up supported express companies, query the courier company list endpoint. This returns available carrier codes and names, enabling you to verify support before executing real-time logistics traces and shipment status queries.

What is the best way to parse business errors from a logistics API response?

The best way to parse logistics API business errors is through the system's built-in error parsing mechanism. It extracts specific error codes and messages from the API gateway response to identify tracking failures or invalid courier data.

Can I use this for international express logistics workflows in a web or mini-program application?

Yes, this supports both domestic and international express logistics workflows. It provides real-time logistics traces, delivery status, and courier details suitable for integration into web and mini-program applications.