Jdl Express — 京东快递助手
v1.0.0使用京东快递进行快递追踪、配送指导、服务类型比较、网点查询、配送时间或费用估算。当用户询问京东快递、京东物流、追踪京东包裹、京东配送时间、京东快递费用、京东网点,或需要京东物流相关实际帮助时使用。该技能可在本地持久化用户数据用于历史记录和订阅。
详细分析 ▾
运行时依赖
版本
jdl-express 初始版本发布:- 追踪京东快递包裹并检查配送状态。- 估算快递费用和配送时间。- 比较京东服务类型并查找网点或自提点。- 提供本地隐私功能:查看、清除和导出存储的用户数据。- 仅在必要时本地存储查询历史和订阅信息。
安装命令
点击复制本土化适配说明
Jdl Express — 京东快递助手 安装说明: 安装命令:npx clawhub@latest install jdl-express 该技能用于京东相关操作,可能需要相应的平台账号或API密钥
技能文档
Overview
Use this skill to help users with common JD Logistics 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:
~/.openclaw/data/jdl-express/jdlexpress.db
~/.openclaw/data/jdl-express/secure/
~/.openclaw/data/jdl-express/secure/.key
600
~/.openclaw/data/jdl-express/privacy_export.json
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 infoprivacy clear— clear local SQLite history/subscription data and encrypted local filesprivacy export— export local storage metadata toprivacy_export.json
Workflow
- Determine the user's goal:
- 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/jdl-express/.
- Do not claim to complete real shipping actions unless live tools are available and confirmed.