{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shipment-tracker",
    "name": "Shipment Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/pfrederiksen/shipment-tracker",
    "canonicalUrl": "https://clawhub.ai/pfrederiksen/shipment-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/shipment-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shipment-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/shipment_tracker.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/shipment-tracker"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/shipment-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/shipment-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shipment-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shipment-tracker/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Shipment Tracker",
        "body": "Track packages across multiple carriers from a markdown shipments file. Auto-detects carrier from tracking number patterns. Hybrid status checking: tries direct HTTP first, falls back to recommending browser-use for full tracking details."
      },
      {
        "title": "Shipments File Format",
        "body": "The skill reads a markdown file with a table of active shipments:\n\n# Active Shipments\n\n| Order | Item | Carrier | Tracking | Link | Added |\n|-------|------|---------|----------|------|-------|\n| Acme #1234 | Widget | USPS | 9449050899562006763949 | [Track](https://...) | 2026-02-19 |\n\nCarrier and Link are optional — auto-detected from tracking number pattern\nRemove entries once delivered to keep the file clean\nDefault location: memory/shipments.md in the workspace"
      },
      {
        "title": "Usage",
        "body": "# Check all active shipments\npython3 scripts/shipment_tracker.py memory/shipments.md\n\n# JSON output for integrations\npython3 scripts/shipment_tracker.py memory/shipments.md --format json\n\n# Detect carrier from a tracking number\npython3 scripts/shipment_tracker.py --detect 9449050899562006763949"
      },
      {
        "title": "Carrier Detection",
        "body": "Automatically identifies carrier from tracking number patterns:\n\nCarrierPattern ExamplesUSPS92, 93, 94, 95 + 20-26 digitsUPS1Z + 16 alphanumericFedEx12, 15, or 20 digits; 7489 prefixDHL10-11 digits or 3 letters + 7 digitsAmazonTBA + 12+ digitsOnTracC or D + 14 digitsLaserShipL + letter + 8+ digits"
      },
      {
        "title": "Status Checking (Hybrid)",
        "body": "Direct HTTP — Attempts to extract status from carrier tracking pages via urllib. Works for basic status on USPS and some other carriers.\nBrowser-use fallback — When HTTP fails or carriers use JS-heavy pages, the script provides the exact browser-use command to run.\n\nWhen the script output includes needs_browser_use: true, it will provide a complete browser-use command:\n\npython3 -c \"\nimport asyncio\nfrom browser_use import Agent, Browser, ChatBrowserUse\nasync def main():\n    browser = Browser(use_cloud=True)\n    llm = ChatBrowserUse()\n    agent = Agent(\n        task='Go to <tracking_url> and extract the current tracking status, delivery date, and location',\n        llm=llm, browser=browser\n    )\n    result = await agent.run(max_steps=10)\n    print('TRACKING:', result)\nasyncio.run(main())\n\"\n\nThis ensures reliable tracking across all carriers, even those with aggressive bot detection.\n\nWhen browser-use is needed:\n\nUPS, FedEx, Amazon (heavily JS-based tracking pages)\nUSPS when basic parsing fails (complex status updates)\nAny carrier with CAPTCHA or bot detection\nSites that require user interaction or form submission"
      },
      {
        "title": "Workflow",
        "body": "User provides a tracking number → run --detect to identify carrier\nAdd to memory/shipments.md with order details\nMorning briefing or on-demand: run the script to check all shipments\nFor shipments needing browser-use:\n\nNon-sensitive packages: Use the provided browser-use command\nPrivacy-sensitive packages: Manual browser check instead (data stays local)\n\n\nWhen delivered: remove from the shipments file\n\nPrivacy guidance: For medical supplies, personal items, or confidential orders, consider manual tracking to avoid sending shipment details to cloud services."
      },
      {
        "title": "System Access",
        "body": "Direct skill execution:\n\nFile reads: One markdown file (path provided as argument)\nNetwork: HTTPS GET to carrier tracking pages (e.g., tools.usps.com) — read-only, no authentication\nNo file writes, no subprocess calls, no shell execution\n\nBrowser-use fallback (privacy implications):\nWhen the skill recommends browser-use commands, external data transmission occurs:\n\nTracking numbers and order information sent to cloud browser service\nPackage details processed by external LLM (ChatBrowserUse)\nCarrier tracking URLs accessed via cloud infrastructure\n\nPrivacy consideration: Browser-use fallback involves third-party services that may log or process shipment data. For sensitive packages, consider manual browser tracking instead of the provided browser-use commands."
      },
      {
        "title": "Requirements",
        "body": "Python 3.10+\nOutbound HTTPS access to carrier tracking sites\nbrowser-use (optional, for full tracking on JS-heavy sites)"
      }
    ],
    "body": "Shipment Tracker\n\nTrack packages across multiple carriers from a markdown shipments file. Auto-detects carrier from tracking number patterns. Hybrid status checking: tries direct HTTP first, falls back to recommending browser-use for full tracking details.\n\nShipments File Format\n\nThe skill reads a markdown file with a table of active shipments:\n\n# Active Shipments\n\n| Order | Item | Carrier | Tracking | Link | Added |\n|-------|------|---------|----------|------|-------|\n| Acme #1234 | Widget | USPS | 9449050899562006763949 | [Track](https://...) | 2026-02-19 |\n\nCarrier and Link are optional — auto-detected from tracking number pattern\nRemove entries once delivered to keep the file clean\nDefault location: memory/shipments.md in the workspace\nUsage\n# Check all active shipments\npython3 scripts/shipment_tracker.py memory/shipments.md\n\n# JSON output for integrations\npython3 scripts/shipment_tracker.py memory/shipments.md --format json\n\n# Detect carrier from a tracking number\npython3 scripts/shipment_tracker.py --detect 9449050899562006763949\n\nCarrier Detection\n\nAutomatically identifies carrier from tracking number patterns:\n\nCarrier\tPattern Examples\nUSPS\t92, 93, 94, 95 + 20-26 digits\nUPS\t1Z + 16 alphanumeric\nFedEx\t12, 15, or 20 digits; 7489 prefix\nDHL\t10-11 digits or 3 letters + 7 digits\nAmazon\tTBA + 12+ digits\nOnTrac\tC or D + 14 digits\nLaserShip\tL + letter + 8+ digits\nStatus Checking (Hybrid)\nDirect HTTP — Attempts to extract status from carrier tracking pages via urllib. Works for basic status on USPS and some other carriers.\nBrowser-use fallback — When HTTP fails or carriers use JS-heavy pages, the script provides the exact browser-use command to run.\n\nWhen the script output includes needs_browser_use: true, it will provide a complete browser-use command:\n\npython3 -c \"\nimport asyncio\nfrom browser_use import Agent, Browser, ChatBrowserUse\nasync def main():\n    browser = Browser(use_cloud=True)\n    llm = ChatBrowserUse()\n    agent = Agent(\n        task='Go to <tracking_url> and extract the current tracking status, delivery date, and location',\n        llm=llm, browser=browser\n    )\n    result = await agent.run(max_steps=10)\n    print('TRACKING:', result)\nasyncio.run(main())\n\"\n\n\nThis ensures reliable tracking across all carriers, even those with aggressive bot detection.\n\nWhen browser-use is needed:\n\nUPS, FedEx, Amazon (heavily JS-based tracking pages)\nUSPS when basic parsing fails (complex status updates)\nAny carrier with CAPTCHA or bot detection\nSites that require user interaction or form submission\nWorkflow\nUser provides a tracking number → run --detect to identify carrier\nAdd to memory/shipments.md with order details\nMorning briefing or on-demand: run the script to check all shipments\nFor shipments needing browser-use:\nNon-sensitive packages: Use the provided browser-use command\nPrivacy-sensitive packages: Manual browser check instead (data stays local)\nWhen delivered: remove from the shipments file\n\nPrivacy guidance: For medical supplies, personal items, or confidential orders, consider manual tracking to avoid sending shipment details to cloud services.\n\nSystem Access\n\nDirect skill execution:\n\nFile reads: One markdown file (path provided as argument)\nNetwork: HTTPS GET to carrier tracking pages (e.g., tools.usps.com) — read-only, no authentication\nNo file writes, no subprocess calls, no shell execution\n\nBrowser-use fallback (privacy implications): When the skill recommends browser-use commands, external data transmission occurs:\n\nTracking numbers and order information sent to cloud browser service\nPackage details processed by external LLM (ChatBrowserUse)\nCarrier tracking URLs accessed via cloud infrastructure\n\nPrivacy consideration: Browser-use fallback involves third-party services that may log or process shipment data. For sensitive packages, consider manual browser tracking instead of the provided browser-use commands.\n\nRequirements\nPython 3.10+\nOutbound HTTPS access to carrier tracking sites\nbrowser-use (optional, for full tracking on JS-heavy sites)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pfrederiksen/shipment-tracker",
    "publisherUrl": "https://clawhub.ai/pfrederiksen/shipment-tracker",
    "owner": "pfrederiksen",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shipment-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/shipment-tracker",
    "agentUrl": "https://openagent3.xyz/skills/shipment-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shipment-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shipment-tracker/agent.md"
  }
}