Install
openclaw skills install @harrylabsj/jdl-expressUse JD Logistics (京东快递) for shipment tracking, shipping guidance, service-type comparison, outlet lookup, and delivery-time or fee estimation.
openclaw skills install @harrylabsj/jdl-expressUse 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.
User input: "京东快递单号 JDK123456789 到哪里了?" Expected output: Return the current tracking status showing the latest scan event (e.g., "快件已到达北京通州分拣中心"), the estimated delivery time window, and pickup instructions if applicable. For JD same-day or next-day services, highlight the SLA status (e.g., "预计今日达").
User input: "京东快递的京尊达、特快送和特惠送有什么区别?" Expected output: Explain the differences between JD Logistics service tiers: 京尊达 (premium, dedicated driver), 特快送 (express, 1-3 day), 特惠送 (economy, 3-5 day). Include typical pricing differences, coverage scope, and which service is best for time-sensitive vs budget-conscious shipments.
User input: "从上海发到深圳,京东快递多久能到?" Expected output: Provide estimated delivery time based on route and service type, noting JD's advantage in city-to-city routes with their own logistics network. Give a realistic range (e.g., "特快送约1-2天,特惠送约2-4天") and factor in weather or holiday effects if applicable.
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.
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/jdl-express/.