FUTA Express package tracking skill (VN)
/install futa-tracker
Futa Tracker
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/\x3Ctracking_code>
Tracking Workflow
- Extract tracking code from user input
- Use
web_fetchto 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 đơndata.from_fullname/data.from_phone- Người gửidata.to_fullname/data.to_phone- Người nhậndata.from_department_name- Điểm gửidata.to_department_name- Điểm đếndata.service_type_name- Loại dịch vụdata.pay_type- Hình thức thanh toándata.package_total- Số kiệndata.totalcost- Tổng chi phídata.addcost- Phụ phídata.status_bill- Trạng thái đơn hàngdata.note- Ghi chúdata.packages[]- Chi tiết từng kiện hàngpackage_description- Mô tả hàngreceive_fullname/receive_phone/receive_identity- Người nhận thực tếreceive_time- Thời gian nhận hàngarrival_time- Thời gian đến nơigo_time- Thời gian xuất phátarrival_note- Ghi chú đến nơi
data.services[]- Dịch vụ thêmadd_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: \x3Cbarcode>
👤 Người gửi: \x3Cfrom_fullname>
📞 \x3Cfrom_phone>
🏢 Điểm gửi: \x3Cfrom_department_name>
👤 Người nhận: \x3Cto_fullname>
📞 \x3Cto_phone>
🏢 Điểm đến: \x3Cto_department_name>
📋 Thông tin đơn hàng:
• Loại dịch vụ: \x3Cservice_type_name>
• Hình thức thanh toán: \x3Cpay_type>
• Số kiện: \x3Cpackage_total>
• Tổng chi phí: \x3Ctotalcost>đ (cước chính: \x3Ccost_main>đ + phụ: \x3Caddcost>đ)
• Trạng thái: \x3Cstatus_bill>
📦 Chi tiết hàng hóa:
• \x3Cpackages[*].package_description>
Ghi chú vận chuyển: \x3Cpackages[*].arrival_note>
🔐 Người nhận thực tế (nếu đã giao):
• Tên: \x3Cpackages[*].receive_fullname>
• SĐT: \x3Cpackages[*].receive_phone>
• CMND/CCCD: \x3Cpackages[*].receive_identity>
• Thời gian nhận: \x3Cpackages[*].receive_time>
📝 Ghi chú đơn hàng: \x3Cnote>
📍 Lịch sử vận chuyển:
| Thời gian | Trạng thái | Chi tiết |
|-----------|------------|----------|
| \x3Ctime> | \x3Cstatus> | \x3Cdetails> |
🛎️ Dịch vụ thêm:
• \x3Cadd_service_name>: \x3Cvalue>đ
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_idis 0: Tracking code not found - If
data.packagesis empty: No package details available - Always show the full response data even if some fields are empty
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install futa-tracker - After installation, invoke the skill by name or use
/futa-tracker - Provide required inputs per the skill's parameter spec and get structured output
What is FUTA Express package tracking skill (VN)?
Track FUTA Express (Phương Trang) package delivery status using their public API. Use when the user wants to track/tra cứu đơn hàng, kiện hàng from FUTA Express, FUTA Express, or Phương Trang Express. Requires a tracking code (mã vận đơn) to query. It is an AI Agent Skill for Claude Code / OpenClaw, with 865 downloads so far.
How do I install FUTA Express package tracking skill (VN)?
Run "/install futa-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is FUTA Express package tracking skill (VN) free?
Yes, FUTA Express package tracking skill (VN) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does FUTA Express package tracking skill (VN) support?
FUTA Express package tracking skill (VN) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created FUTA Express package tracking skill (VN)?
It is built and maintained by tongtanhieu (@tongtanhieu); the current version is v1.0.0.