/install jdl-express
JD Logistics (京东快递)
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- stores query history
- stores shipment-subscription records
- may store saved address records if those commands are implemented/used
~/.openclaw/data/jdl-express/secure/- stores encrypted local files used by the privacy/storage helper
~/.openclaw/data/jdl-express/secure/.key- stores a local encryption key file with mode
600
- stores a local encryption key file with mode
~/.openclaw/data/jdl-express/privacy_export.json- 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 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:
- 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
- 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jdl-express - 安装完成后,直接呼叫该 Skill 的名称或使用
/jdl-express触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Jdl Express 是什么?
Use JD Logistics (京东快递) for shipment tracking, shipping guidance, service-type comparison, outlet lookup, and delivery-time or fee estimation. Use when the u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 Jdl Express?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jdl-express」即可一键安装,无需额外配置。
Jdl Express 是免费的吗?
是的,Jdl Express 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jdl Express 支持哪些平台?
Jdl Express 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jdl Express?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。