← Back to Skills Marketplace
525
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install china-express-query
Description
中国快递查询 - 支持顺丰、圆通、中通、申通、韵达、EMS、京东、德邦等10+快递公司,自动识别单号
README (SKILL.md)
China Express Query 📦
中国快递查询工具,支持顺丰、圆通、中通、申通、韵达、EMS、京东、德邦、百世、极兔等10+主流快递公司物流信息查询。
特点:
- 🔍 智能识别快递单号
- 📦 支持10+快递公司
- ⚡ 快速查询物流状态
- 📝 清晰的物流轨迹展示
支持的快递公司
| 快递公司 | 代码 | 说明 |
|---|---|---|
| 顺丰速运 | sf | 顺丰快递查询 |
| 圆通速递 | yto | 圆通快递查询 |
| 中通快递 | zto | 中通快递查询 |
| 申通快递 | sto | 申通快递查询 |
| 韵达速递 | yd | 韵达快递查询 |
| 邮政EMS | ems | EMS快递查询 |
| 京东物流 | jd | 京东快递查询 |
| 德邦快递 | db | 德邦快递查询 |
| 百世快递 | bs | 百世快递查询 |
| 极兔速递 | jt | 极兔快递查询 |
快速开始
查询快递
node {baseDir}/scripts/query.mjs \x3C快递单号>
指定快递公司
node {baseDir}/scripts/query.mjs \x3C快递单号> --company sf
示例
# 自动识别快递公司
node scripts/query.mjs "SF1234567890"
# 指定顺丰
node scripts/query.mjs "SF1234567890" --company sf
# 查询中通
node scripts/query.mjs "ZT1234567890" --company zto
使用场景
场景1:查询自己的快递
node scripts/query.mjs "你的快递单号"
场景2:批量查询
node scripts/query.mjs "单号1" && node scripts/query.mjs "单号2"
场景3:查询特定快递
node scripts/query.mjs "SF1234567890" --company sf --detail
参数说明
| 参数 | 说明 | 默认值 |
|---|---|---|
--company \x3Ccode> |
指定快递公司代码 | 自动识别 |
--detail |
显示详细信息 | false |
--output \x3Cfile> |
输出到文件 | 控制台 |
输出格式
标准输出
📦 快递查询结果
═══════════════════════════════════════
快递公司: 顺丰速运
快递单号: SF1234567890
状态: 已签收
物流轨迹:
1. [2024-01-15 14:30] 深圳市 - 已签收
2. [2024-01-15 08:20] 深圳市 - 派送中
3. [2024-01-14 22:15] 深圳市 - 到达深圳转运中心
...
数据来源
- 快递100 (kuaidi100.com)
- 百度快递查询 (备用)
注意事项
- 快递单号请准确输入
- 部分快递可能需要验证码
- 查询结果来自第三方接口,可能有延迟
- 本工具仅供个人查询使用
许可
MIT License
Usage Guidance
This skill appears to do exactly what it says: a Node CLI that queries public courier tracking APIs. Before installing, consider that it will make outbound HTTP requests to third‑party services (kuaidi100 and a Baidu endpoint) and send whatever tracking numbers you provide — if those numbers are sensitive, avoid passing them or run the script locally. No credentials are requested. If you need stricter guarantees, review the small script (scripts/query.mjs) yourself; it is concise and easy to audit.
Capability Analysis
Type: OpenClaw Skill
Name: china-express-query
Version: 1.0.1
The skill is a legitimate utility for querying Chinese express delivery status using public APIs from Kuaidi100 and Baidu. The implementation in `scripts/query.mjs` uses standard Node.js fetch and file system operations consistent with its stated purpose, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the implementation: a Node CLI that detects courier company from a tracking number and queries public tracking APIs. Required binary is only node and no unrelated secrets, which is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script with a tracking number and optional flags. The runtime behavior is limited to network queries to kuaidi100 and a Baidu query endpoint, formatting output, and optionally writing the output to a file. The instructions do not ask the agent to read unrelated files, environment variables, or to transmit unrelated data.
Install Mechanism
No install spec — instruction-only with a small included script. This has low install risk; nothing is downloaded from arbitrary URLs or added to system paths.
Credentials
The skill requests no environment variables or credentials. The only external interaction is HTTP GETs to public APIs for tracking info, which is appropriate for this functionality.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not modify other skills or system-wide settings. It only writes an output file if the user supplies --output.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install china-express-query - After installation, invoke the skill by name or use
/china-express-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修复:移除未使用的 curl 依赖,优化描述和文档
v1.0.0
Initial release - 中国快递查询工具,支持顺丰、圆通、中通、申通、韵达、EMS等主流快递公司
Metadata
Frequently Asked Questions
What is China Express Query?
中国快递查询 - 支持顺丰、圆通、中通、申通、韵达、EMS、京东、德邦等10+快递公司,自动识别单号. It is an AI Agent Skill for Claude Code / OpenClaw, with 525 downloads so far.
How do I install China Express Query?
Run "/install china-express-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is China Express Query free?
Yes, China Express Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does China Express Query support?
China Express Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created China Express Query?
It is built and maintained by hyqdq888 (@hyqdq888); the current version is v1.0.1.
More Skills