← Back to Skills Marketplace
freedompixels

快递追踪助手

by freedompixels · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install cn-kuaidi-tracker
Description
快递追踪助手。输入快递单号查询物流状态,自动识别快递公司。
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-kuaidi-tracker
  3. After installation, invoke the skill by name or use /cn-kuaidi-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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。 - 通过常用关键词(如“快递”、“查快递”、“物流”等)自动触发技能。
Metadata
Slug cn-kuaidi-tracker
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 快递追踪助手?

快递追踪助手。输入快递单号查询物流状态,自动识别快递公司。 It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install 快递追踪助手?

Run "/install cn-kuaidi-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 快递追踪助手 free?

Yes, 快递追踪助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 快递追踪助手 support?

快递追踪助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 快递追踪助手?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.1.

💬 Comments