Bijie Express Tracking
by @huhao19871026
Fast package tracking and logistics timeline lookup for 2000+ couriers with BijieServ. Use for 查快递, 快递查询, 查物流, 物流轨迹, 快递到哪了, 包裹追踪, track package, where is my...
clawhub install bijieserv-express📖 About This Skill
name: bijie-express-tracking description: Fast package tracking and logistics timeline lookup for 2000+ couriers with BijieServ. Use for 查快递, 快递查询, 查物流, 物流轨迹, 快递到哪了, 包裹追踪, track package, where is my package, courier tracking, 顺丰查询, 圆通查询, 中通查询, 韵达查询, 申通查询, 极兔查询, 京东物流查询, EMS查询.
Bijie Express Skill
Fast express tracking, package lookup, and logistics timeline query through BijieServ.
Use this skill for package tracking, courier tracking, shipping status lookup, logistics timeline lookup, and Chinese courier queries such as 顺丰, 圆通, 中通, 韵达, 申通, 极兔, 京东物流, and EMS.
Return a concise user-facing summary with:
This skill is written to be easy for both Codex-style agents and OpenClaw-style agents to follow:
When To Use
Use this skill when the user wants to:
Typical requests:
查一下 SF13156789012帮我查这个快递到哪了track package 123456789查询圆通/顺丰/中通/韵达/申通/极兔/京东/EMSSource Of Truth
Prefer these local files in this order:
1. scripts/express.py: canonical query logic, headers, parameter handling, masking, and response formatting.
2. references/company-codes.md: courier code lookup table when carrier mapping is uncertain.
3. This file: behavioral guidance for when to run, what to ask, and how to present results.
If this file conflicts with the script, follow the script.
Execution Policy
Inputs
Required:
Optional:
Recommended Flow
1. Extract the tracking number and optional courier name from the user request.
2. Validate the tracking number at a basic level.
A practical baseline is 6 to 32 characters, matching the local script.
3. If the user provided a courier, map it to a company code.
4. If the user did not provide a courier:
- first infer from common prefixes such as SF, YT, ZT, YD, ST, JT, JD
- if still unclear, consult references/company-codes.md
- if still unknown, ask the user which courier it is
5. Run the local query logic from scripts/express.py.
6. Return a concise, user-friendly summary:
- courier name
- tracking number
- current status
- latest update
- recent timeline
- ETA if available
7. Apply privacy masking before showing the result.
Output Style
Keep the response compact and practical. Prefer:
Good structure:
状态: 已签收 / 派送中 / 运输中 / 异常件 / 退回中最新轨迹: the most recent meaningful tracking update时间线: a short list of recent nodes预计送达: only if presentPrivacy Rules
138****1234.Error Handling
Use these handling rules:
Courier Mapping Notes
Common mappings:
SF -> shunfengYT -> yuantongZT -> zhongtongYD -> yundaST -> shentongJT -> jtexpressJD -> jdEMS -> emsFor a broader list, use references/company-codes.md.
OpenClaw Compatibility Notes
To keep this skill compatible with OpenClaw-style agents:
If OpenClaw loads only the skill text and not repository code automatically, the agent should explicitly inspect:
scripts/express.pyreferences/company-codes.mdSearch And Discovery Notes
To improve discoverability on skill hubs such as ClawHub:
name and description closely aligned with what users actually search forBijieServ or 快递查询Useful search intents covered by this skill:
Notes
https://www.bijieserv.com/api/method/express_app.open.v1.query.exec, not skill.bijieserv.com.Origin and Referer aligned with https://www.bijieserv.com/ when following the local script behavior.⚡ When to Use
📋 Tips & Best Practices
https://www.bijieserv.com/api/method/express_app.open.v1.query.exec, not skill.bijieserv.com.Origin and Referer aligned with https://www.bijieserv.com/ when following the local script behavior.