← 返回 Skills 市场
中文快递追踪
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-kuaidi-100
功能描述
中文快递追踪助手。根据快递单号自动识别快递公司,查询实时物流状态。 支持国内外主流快递,使用快递100免费接口,无需API Key。 当用户说"快递"、"查快递"、"物流"、"单号"、"包裹到哪了"时触发。 Keywords: 快递, 物流, 单号, 追踪, 包裹, delivery, tracking
使用说明 (SKILL.md)
📦 快递追踪助手
查快递,更轻松。
核心功能
| 功能 | 命令示例 |
|---|---|
| 添加追踪 | 添加快递 SF1234567890 |
| 查询单个 | 查 SF1234567890 / 顺丰SF1234567890到哪了 |
| 查看列表 | 查快递 / 我的快递 |
| 删除快递 | 删除快递 SF1234567890 |
| 清除所有 | 清除快递 |
使用方式
# 添加快递到追踪列表
python3 scripts/express_tracker.py "添加快递 SF1234567890"
# 查询单个快递(自动识别公司)
python3 scripts/express_tracker.py "查 SF1234567890"
# 指定公司查询
python3 scripts/express_tracker.py "查 1234567890123 公司:顺丰"
# 查看所有追踪快递
python3 scripts/express_tracker.py "查快递"
# 删除追踪
python3 scripts/express_tracker.py "删除 SF1234567890"
支持的快递公司
顺丰速运、中通、圆通、韵达、申通、极兔、京东、EMS、中国邮政、德邦
技术说明
- 数据接口:快递100开放查询接口
- 认证方式:无需API Key,直接查询
- SSL策略:优先标准验证,失败时自动降级(兼容老旧环境)
- 数据存储:本地JSON文件,隐私安全
数据存储位置
~/.qclaw/skills/cn-express-tracker/data/express.json
注意事项
- 部分快递公司需要真实在途物流才可查询
- 首次查询会自动添加到追踪列表
- 自动识别主流快递公司单号格式
- 单号格式:SF/ET/YT/YD/ST前缀,或10-22位纯数字
安全使用建议
This skill appears to do what it says: it extracts tracking numbers, queries kuaidi100, and stores results locally. Before installing, note: (1) it makes outbound HTTPS requests to https://www.kuaidi100.com — ensure you trust that service and that your environment allows network access; (2) it writes a JSON file under ~/.qclaw/skills/cn-express-tracker/data/express.json (review or back up if you care about local state); (3) the script requires the Python requests library but the skill does not declare an installer — install requests in your environment to avoid runtime errors; (4) the SKILL.md mentions an SSL fallback, but the code does not disable verification on retry (this is a benign implementation inconsistency). If you are comfortable with those points, the skill is coherent and does not request extra privileges or secrets.
功能分析
Type: OpenClaw Skill
Name: cn-kuaidi-100
Version: 1.0.0
The skill bundle is a legitimate tool for tracking Chinese express deliveries using the Kuaidi100 API. The code in scripts/express_tracker.py implements basic CRUD operations for tracking numbers stored in a local JSON file and performs standard HTTP GET requests to fetch logistics data without any evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md: the code extracts tracking numbers, detects carriers, queries kuaidi100, and stores tracking entries locally. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Instructions and code stay within the declared purpose: they read/write a local JSON at ~/.qclaw/skills/cn-express-tracker/data/express.json and call the kuaidi100 query endpoint. Minor mismatch: SKILL.md describes an SSL 'downgrade' fallback for old environments, but the code's fallback still uses verify=True (so the described behavior is inaccurate). There are no instructions to read other user files or transmit unrelated data.
Install Mechanism
This is an instruction-only skill with an included Python script (no install spec). The script uses the third-party requests library but the skill does not declare or install that dependency; runtime failure is possible if requests is absent. No risky downloads or external install URLs are present.
Credentials
The skill requests no environment variables, credentials, or config paths beyond writing to its own data directory in the user's home. That storage location is proportional to its function.
Persistence & Privilege
always:false and user-invocable:true. The skill persists only its own tracking JSON under ~/.qclaw/skills/cn-express-tracker/data; it does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-kuaidi-100 - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-kuaidi-100触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Express tracking with SSL verification fix
元数据
常见问题
中文快递追踪 是什么?
中文快递追踪助手。根据快递单号自动识别快递公司,查询实时物流状态。 支持国内外主流快递,使用快递100免费接口,无需API Key。 当用户说"快递"、"查快递"、"物流"、"单号"、"包裹到哪了"时触发。 Keywords: 快递, 物流, 单号, 追踪, 包裹, delivery, tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 中文快递追踪?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-kuaidi-100」即可一键安装,无需额外配置。
中文快递追踪 是免费的吗?
是的,中文快递追踪 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
中文快递追踪 支持哪些平台?
中文快递追踪 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 中文快递追踪?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills