J&T Express (极兔速递)
Overview
Use this skill to help users with common J&T 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/jtexpress/. - Do not claim to complete real shipping actions unless live tools are available and confirmed.
J&T Express (极兔速递)
概述
使用此技能帮助用户完成常见的极兔速递任务,例如追踪包裹、了解服务等级、预估时效或费用,以及准备寄件。
本地持久化
当使用本地CLI/运行时代码时,此技能可能会在以下路径创建并持久化本地数据:
- - ~/.openclaw/data/jtexpress/jtexpress.db
- 存储查询历史记录
- 存储包裹订阅记录
- 如果相关命令已实现/使用,可能存储已保存的地址记录
- - ~/.openclaw/data/jtexpress/secure/
- 存储隐私/存储助手使用的加密本地文件
- - ~/.openclaw/data/jtexpress/secure/.key
- 存储本地加密密钥文件,权限模式为600
- - ~/.openclaw/data/jtexpress/privacy_export.json
- 当用户运行隐私导出时可能创建
仅在用户请求的工作流需要时才使用持久化功能。如果用户询问隐私问题,请清晰披露这些路径。
隐私控制
本地CLI支持以下隐私操作:
- - privacy info — 显示本地存储路径和已存储文件信息
- privacy clear — 清除本地SQLite历史记录/订阅数据及加密本地文件
- privacy export — 将本地存储元数据导出至privacy_export.json
工作流程
- 1. 确定用户的目标:
- 追踪现有包裹
- 预估费用或送达时间
- 比较服务类型
- 查找附近网点或取件点
- 准备寄件详情
- 查看或清除本地历史记录/订阅/隐私数据
- 2. 仅询问缺失的必要信息,例如运单号、路线、包裹尺寸或紧急程度。
- 优先给出最实用的答案。
- 如果无法确认精确费用或时效,提供谨慎的预估并说明假设条件。
- 如果任务使用持久化数据的本地运行时功能,请说明本地历史记录/订阅/隐私文件可能创建于~/.openclaw/data/jtexpress/路径下。
- 除非有可用的实时工具并已确认,否则不得声称完成实际的寄件操作。