Use this skill to help users with common ZTO Express tasks such as tracking shipments, understanding service levels, estimating timing or fees, and preparing to send a parcel.
User input: "帮我查一下中通快递单号 773012345678901"
Expected output: Retrieve tracking status for the given waybill number, showing the latest checkpoint (e.g., "包裹已到达上海分拣中心"), origin and destination, estimated delivery time, and any exception notes. If the tracking number format is invalid, ask the user to recheck.
User input: "从广州寄到北京,一个3公斤的普通包裹,中通多少钱?"
Expected output: Provide a fee estimate based on weight and route; explain standard ZTO pricing factors (starting price per kg, incremental weight charges, rural vs urban surcharges). If exact pricing data is unavailable, provide a cautious range and state assumptions.
User input: "附近有没有中通网点,我想寄个快递"
Expected output: Guide the user to check the ZTO official app or mini-program for outlet locations, or provide general tips on searching by city/district. If the user provides a city name, suggest typical outlet density and how to locate the nearest drop-off point.
User input: "我在淘宝买的东西用中通发的,好几天没更新物流了,帮我看看是不是丢了?"
Expected output: 读取运单号的完整物流轨迹,判断是否出现'超过48小时未更新'等异常状态,分析可能的原因(如转站未扫描、节假日延迟等),提供针对性的下一步建议:联系卖家催件、打中通客服热线95311投诉、或在菜鸟App发起物流查询。
When the local CLI/runtime code is used, this skill may create and persist local data under:
~/.openclaw/data/zto/zto.db~/.openclaw/data/zto/secure/~/.openclaw/data/zto/secure/.key600~/.openclaw/data/zto/privacy_export.jsonOnly use persistence when it is necessary for the user's requested workflow. If the user asks about privacy, disclose these paths clearly.
The local CLI supports privacy operations:
privacy info — show local storage paths and stored-file infoprivacy clear — clear local SQLite history/subscription data and encrypted local filesprivacy export — export local storage metadata to privacy_export.json~/.openclaw/data/zto/.共 3 个版本