# Send FUTA Express package tracking skill (VN) 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": "futa-tracker",
    "name": "FUTA Express package tracking skill (VN)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tongtanhieu/futa-tracker",
    "canonicalUrl": "https://clawhub.ai/tongtanhieu/futa-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/futa-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=futa-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "futa-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T03:09:40.793Z",
      "expiresAt": "2026-05-10T03:09:40.793Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=futa-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=futa-tracker",
        "contentDisposition": "attachment; filename=\"futa-tracker-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "futa-tracker"
      },
      "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/futa-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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/futa-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/futa-tracker",
    "agentUrl": "https://openagent3.xyz/skills/futa-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/futa-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/futa-tracker/agent.md"
  }
}
```
## Documentation

### Overview

This skill enables tracking of FUTA Express (Phương Trang) package delivery status via their public API.

### API Endpoint

https://api.futaexpress.vn/bo-operation/f1/full-bill-by-code-public/<tracking_code>

### Tracking Workflow

Extract tracking code from user input
Use web_fetch to call the API
Parse the JSON response
Present detailed tracking information
CRITICAL: Keep all values in original Vietnamese - DO NOT translate

### Response Structure

Key fields in the response:

data.barcode - Mã vận đơn
data.from_fullname / data.from_phone - Người gửi
data.to_fullname / data.to_phone - Người nhận
data.from_department_name - Điểm gửi
data.to_department_name - Điểm đến
data.service_type_name - Loại dịch vụ
data.pay_type - Hình thức thanh toán
data.package_total - Số kiện
data.totalcost - Tổng chi phí
data.addcost - Phụ phí
data.status_bill - Trạng thái đơn hàng
data.note - Ghi chú
data.packages[] - Chi tiết từng kiện hàng

package_description - Mô tả hàng
receive_fullname / receive_phone / receive_identity - Người nhận thực tế
receive_time - Thời gian nhận hàng
arrival_time - Thời gian đến nơi
go_time - Thời gian xuất phát
arrival_note - Ghi chú đến nơi


data.services[] - Dịch vụ thêm

add_service_name - Tên dịch vụ
value - Giá dịch vụ


data.trackings[] - Lịch sử (thường trùng với packages data)

### Output Format

Present information in this order:

📦 FUTA Express - Tra cứu vận đơn: <barcode>

👤 Người gửi: <from_fullname>
   📞 <from_phone>
   🏢 Điểm gửi: <from_department_name>

👤 Người nhận: <to_fullname>
   📞 <to_phone>
   🏢 Điểm đến: <to_department_name>

📋 Thông tin đơn hàng:
   • Loại dịch vụ: <service_type_name>
   • Hình thức thanh toán: <pay_type>
   • Số kiện: <package_total>
   • Tổng chi phí: <totalcost>đ (cước chính: <cost_main>đ + phụ: <addcost>đ)
   • Trạng thái: <status_bill>

📦 Chi tiết hàng hóa:
   • <packages[*].package_description>
   Ghi chú vận chuyển: <packages[*].arrival_note>

🔐 Người nhận thực tế (nếu đã giao):
   • Tên: <packages[*].receive_fullname>
   • SĐT: <packages[*].receive_phone>
   • CMND/CCCD: <packages[*].receive_identity>
   • Thời gian nhận: <packages[*].receive_time>

📝 Ghi chú đơn hàng: <note>

📍 Lịch sử vận chuyển:
| Thời gian | Trạng thái | Chi tiết |
|-----------|------------|----------|
| <time> | <status> | <details> |

🛎️ Dịch vụ thêm:
   • <add_service_name>: <value>đ

### Important Rules

NEVER translate Vietnamese values - status names, department names, everything stays in Vietnamese
Format currency with periods (e.g., 350.000đ)
Hide partial phone/ID info if present (masked with X or shown as is from API)
Show timestamps in readable format (YYYY-MM-DD HH:MM)
Display all meaningful data from the response

### Error Handling

If data.bill_id is 0: Tracking code not found
If data.packages is empty: No package details available
Always show the full response data even if some fields are empty
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tongtanhieu
- Version: 1.0.0
## 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-05-03T03:09:40.793Z
- Expires at: 2026-05-10T03:09:40.793Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/futa-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/futa-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/futa-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/futa-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/futa-tracker)