# Send Logistics Tracking to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "logistics-tracking",
    "name": "Logistics Tracking",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/shopmeskills/logistics-tracking",
    "canonicalUrl": "https://clawhub.ai/shopmeskills/logistics-tracking",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/logistics-tracking",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=logistics-tracking",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "logistics-tracking",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:05:56.194Z",
      "expiresAt": "2026-05-07T12:05:56.194Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=logistics-tracking",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=logistics-tracking",
        "contentDisposition": "attachment; filename=\"logistics-tracking-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "logistics-tracking"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/logistics-tracking"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/logistics-tracking",
    "downloadUrl": "https://openagent3.xyz/downloads/logistics-tracking",
    "agentUrl": "https://openagent3.xyz/skills/logistics-tracking/agent",
    "manifestUrl": "https://openagent3.xyz/skills/logistics-tracking/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/logistics-tracking/agent.md"
  }
}
```
## Documentation

### Logistics Tracking

Track international packages by tracking number only. Supports 3100+ carriers worldwide.

### When to Use

User asks "where is my package" or provides a tracking number
User needs to check shipment status or delivery estimate
User asks about customs clearance or logistics exceptions
User needs to track multiple packages at once

### How It Works

ModeAPI Key Required?DescriptionWith TRACK17_API_KEYYes (1 key)Uses the official api.17track.net — most reliable, 3100+ carriers.Without keyNoUses Playwright (headless Chromium) to query t.17track.net. Requires playwright npm package.

Recommendation: Set TRACK17_API_KEY for the best reliability. Get a free key at https://api.17track.net

### Option A: Deploy as HTTP Service (users need no key)

You deploy the MCP HTTP server with TRACK17_API_KEY on your server. End users connect via URL — they don't need any API key.

### 1. Start the server (your side)

export TRACK17_API_KEY=your-17track-api-key
npx -y @shopmeagent/logistics-tracking-mcp serve

# Default: http://0.0.0.0:3000/mcp
# Override with PORT and HOST env vars

### 2. User/client MCP config (Streamable HTTP)

{
  "mcpServers": {
    "logistics-tracking": {
      "type": "streamable-http",
      "url": "https://your-domain.com/mcp"
    }
  }
}

Users only need a tracking number — no API key required on their end.

### Option B: Local stdio (zero-config or with key)

Zero-config (no key, uses Playwright fallback — requires playwright installed):

{
  "mcpServers": {
    "logistics-tracking": {
      "command": "npx",
      "args": ["-y", "@shopmeagent/logistics-tracking-mcp"]
    }
  }
}

Recommended — with API key for broader carrier coverage and better reliability:

{
  "mcpServers": {
    "logistics-tracking": {
      "command": "npx",
      "args": ["-y", "@shopmeagent/logistics-tracking-mcp"],
      "env": {
        "TRACK17_API_KEY": "your-17track-api-key"
      }
    }
  }
}

Get a free 17track API key: https://api.17track.net

### Using with OpenClaw

Add this skill to OpenClaw:

npx skills add shopmeskills/mcp

Then in OpenClaw's MCP configuration, add either the HTTP or stdio config shown above.

Example prompts:

"Track package YT2412345678901234"
"Where is my package LX123456789CN?"
"Check status of 1ZABCDEF1234567890"

### track_package

Query tracking info for a single package.

Input: trackingNumber (required), carrier (optional, auto-detected)
Returns: status, current location, timeline of events

### detect_carrier

Identify the carrier from a tracking number's format.

Input: trackingNumber
Returns: carrier name, confidence level

### batch_track

Track up to 40 packages at once.

Input: trackingNumbers array
Returns: array of tracking results

### explain_status

Get a human-readable explanation of a tracking status code.

Input: statusCode (e.g. InTransit, CustomsClearance, Delivered)
Returns: description and advice in English

### Tracking Number Format Guide

PatternCarrierExampleXX123456789CNChina PostLX123456789CNEX123456789CNChina EMSEA123456789CNYT + 16 digitsYanwenYT1234567890123456LP + 14+ digitsCainiaoLP12345678901234SF + 12+ digitsSF ExpressSF12345678901231Z + 16 charsUPS1ZABCDEF123456789094/93/92 + 20 digitsUSPS940011189922310001234510-11 digitsDHL123456789012-15 digitsFedEx123456789012

### Typical Delivery Times (International)

RouteStandardExpressChina to US15-30 days5-10 daysChina to EU15-30 days5-10 daysChina to SE Asia7-15 days3-7 daysChina to Japan/Korea5-10 days3-5 days

### Status Codes Explained

InfoReceived: Carrier has the info but hasn't picked up the package (1-3 day wait)
InTransit: Package is moving through the logistics network
CustomsClearance: Going through customs (3-7 business days typical)
OutForDelivery: Final delivery attempt today
Delivered: Successfully delivered
Exception: Problem occurred (customs hold, wrong address, failed delivery)
Returned: Being sent back to origin

### Tips

No key needed: Without TRACK17_API_KEY, the tool uses Playwright to query 17track directly. Install Playwright with npm install playwright for this to work.
3100+ carriers: With a 17track API key, auto-detects carrier from the tracking number.
Wait 24-48 hours after shipment before tracking — data may not be available on day one.
Allow at least 2 hours between queries for the same tracking number to avoid rate limiting.
Use batch_track for multiple packages — more efficient than individual queries.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: shopmeskills
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T12:05:56.194Z
- Expires at: 2026-05-07T12:05:56.194Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/logistics-tracking)
- [Send to Agent page](https://openagent3.xyz/skills/logistics-tracking/agent)
- [JSON manifest](https://openagent3.xyz/skills/logistics-tracking/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/logistics-tracking/agent.md)
- [Download page](https://openagent3.xyz/downloads/logistics-tracking)