← 返回 Skills 市场
525
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install china-express-query
功能描述
中国快递查询 - 支持顺丰、圆通、中通、申通、韵达、EMS、京东、德邦等10+快递公司,自动识别单号
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install china-express-query - 安装完成后,直接呼叫该 Skill 的名称或使用
/china-express-query触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复:移除未使用的 curl 依赖,优化描述和文档
v1.0.0
Initial release - 中国快递查询工具,支持顺丰、圆通、中通、申通、韵达、EMS等主流快递公司
元数据
常见问题
China Express Query 是什么?
中国快递查询 - 支持顺丰、圆通、中通、申通、韵达、EMS、京东、德邦等10+快递公司,自动识别单号. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 525 次。
如何安装 China Express Query?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-express-query」即可一键安装,无需额外配置。
China Express Query 是免费的吗?
是的,China Express Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
China Express Query 支持哪些平台?
China Express Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 China Express Query?
由 hyqdq888(@hyqdq888)开发并维护,当前版本 v1.0.1。
推荐 Skills