ZTO
Overview
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.
Local Persistence
When the local CLI/runtime code is used, this skill may create and persist local data under:
- stores query history
- stores shipment-subscription records
- may store saved address records if those commands are implemented/used
- stores encrypted local files used by the privacy/storage helper
- stores a local encryption key file with mode
600
- may be created when the user runs privacy export
Only use persistence when it is necessary for the user's requested workflow. If the user asks about privacy, disclose these paths clearly.
Privacy Controls
The local CLI supports privacy operations:
- -
privacy info — show local storage paths and stored-file info - INLINECODE6 — clear local SQLite history/subscription data and encrypted local files
- INLINECODE7 — export local storage metadata to INLINECODE8
Workflow
- 1. Determine the user's goal:
- track an existing shipment
- estimate fee or delivery time
- compare service types
- find a nearby outlet or pickup point
- prepare shipment details
- review or clear local history/subscriptions/privacy data
- 2. Ask for only the missing essentials, such as tracking number, route, package size, or urgency.
- Give the most practical answer first.
- If exact fee or timing cannot be confirmed, provide a cautious estimate and state assumptions.
- If the task uses local runtime features that persist data, mention that local history/subscription/privacy files may be created under
~/.openclaw/data/zto/. - Do not claim to complete real shipping actions unless live tools are available and confirmed.
ools are available and confirmed.
ZTO
概述
使用此技能帮助用户处理常见的中通快递任务,例如追踪包裹、了解服务等级、估算时效或费用,以及准备寄件。
本地持久化
使用本地CLI/运行时代码时,此技能可能会在以下路径创建并持久化本地数据:
- - ~/.openclaw/data/zto/zto.db
- 存储查询历史记录
- 存储包裹订阅记录
- 若相关命令已实现/使用,可存储已保存的地址记录
- - ~/.openclaw/data/zto/secure/
- 存储隐私/存储助手使用的加密本地文件
- - ~/.openclaw/data/zto/secure/.key
- 存储本地加密密钥文件,权限模式为600
- - ~/.openclaw/data/zto/privacy_export.json
- 用户运行隐私导出功能时可能创建
仅在用户请求的工作流程需要时使用持久化功能。若用户询问隐私问题,请清晰告知这些路径。
隐私控制
本地CLI支持以下隐私操作:
- - privacy info — 显示本地存储路径及已存储文件信息
- privacy clear — 清除本地SQLite历史/订阅数据及加密本地文件
- privacy export — 将本地存储元数据导出至privacy_export.json
工作流程
- 1. 确定用户目标:
- 追踪现有包裹
- 估算费用或送达时间
- 比较服务类型
- 查找附近网点或取件点
- 准备寄件信息
- 查看或清除本地历史记录/订阅/隐私数据
- 2. 仅询问缺失的必要信息,如运单号、路线、包裹尺寸或时效要求。
- 优先提供最实用的答案。
- 若无法确认精确费用或时效,提供谨慎估算并说明假设条件。
- 若任务使用持久化数据的本地运行时功能,需说明可能在~/.openclaw/data/zto/下创建本地历史/订阅/隐私文件。
- 除非实时工具可用且已确认,否则不得声称可完成真实寄件操作。