← 返回 Skills 市场
快递追踪助手
作者
freedompixels
· GitHub ↗
· v1.1.1
· MIT-0
152
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install cn-kuaidi-tracker
功能描述
快递追踪助手。输入快递单号查询物流状态,自动识别快递公司。
使用说明 (SKILL.md)
快递追踪助手
输入单号,查询物流状态。
功能
- 输入单号查询物流
- 自动识别快递公司
- 本地追踪列表管理
用法
python3 scripts/express_tracker.py "添加快递 SF1234567890"
python3 scripts/express_tracker.py "查 SF1234567890"
python3 scripts/express_tracker.py "查快递"
支持快递公司
顺丰、中通、圆通、韵达、申通、极兔、京东、EMS、邮政、德邦
数据接口
快递100公开查询接口,无需注册。
数据存储
本地JSON文件:~/.qclaw/skills/cn-express-tracker/data/express.json
安全使用建议
This skill appears to do what it says: it sends tracking numbers to the public kuaidi100 API and keeps a local JSON list (~/.qclaw/skills/cn-express-tracker/data/express.json). Before installing, note: (1) it requires the Python requests package (not declared) — install or sandbox accordingly; (2) tracking numbers you add will be transmitted to www.kuaidi100.com (expected for tracking) and stored locally in plain JSON — avoid adding sensitive info you don't want stored or transmitted; (3) there are minor code issues (e.g., the SSL 'fallback' code retries with verify=True and some carrier-detection branches overlap), which are bugs but not evidence of malicious intent. If you need stronger privacy, run the script offline or review/modify the code to avoid sending numbers to external APIs.
功能分析
Type: OpenClaw Skill
Name: cn-kuaidi-tracker
Version: 1.1.1
The skill is a legitimate utility for tracking Chinese express deliveries using the Kuaidi100 public API. The code in `scripts/express_tracker.py` implements basic CRUD operations for tracking numbers stored in a local JSON file and performs network requests to a known service without any evidence of data exfiltration, credential theft, or malicious execution.
能力标签
能力评估
Purpose & Capability
Name/description match the code and runtime instructions. The script performs courier-company detection, queries kuaidi100, and manages a local tracking list — all coherent with a '快递追踪' skill. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md simply instructs running the included Python script and documents the local data path and supported carriers. The script only reads/writes its own JSON under ~/.qclaw/skills/cn-express-tracker/data and makes HTTPS requests to www.kuaidi100.com; it does not access other system files or environment variables.
Install Mechanism
No install spec or remote downloads are present. The only runtime requirement is Python and the requests library (not declared), but nothing is fetched from arbitrary URLs or installed silently.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a public-API-based tracker.
Persistence & Privilege
always is false and the skill is user-invocable only. It writes only to its own data file under the user's home directory and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-kuaidi-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-kuaidi-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Renamed the skill from "cn-express-tracker" to "cn-kuaidi-tracker"
- Simplified and shortened the description and usage instructions
- Consolidated feature explanations into concise bullet points
- Kept only essential usage examples and key information
- Removed detailed explanations, command tables, and extra notes for a more streamlined SKILL.md
v1.1.0
SSL双层降级策略优化,移除warnings.filterwarnings,精确异常捕获
v1.0.2
SSL双层降级,优先验证证书
v1.0.1
添加中文标题
v1.0.0
Initial release of 中文快递追踪助手:
- 支持通过快递单号自动识别快递公司,查询实时物流状态,覆盖主流国内外快递。
- 提供添加、查询、列表、删除、批量清除等快递追踪管理功能。
- 基于快递100免费接口,无需API Key。
- 通过常用关键词(如“快递”、“查快递”、“物流”等)自动触发技能。
元数据
常见问题
快递追踪助手 是什么?
快递追踪助手。输入快递单号查询物流状态,自动识别快递公司。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 快递追踪助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-kuaidi-tracker」即可一键安装,无需额外配置。
快递追踪助手 是免费的吗?
是的,快递追踪助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
快递追踪助手 支持哪些平台?
快递追踪助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 快递追踪助手?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.1.1。
推荐 Skills