快递追踪助手

v1.1.1

快递追踪助手。输入快递单号查询物流状态,自动识别快递公司。

0· 146·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-kuaidi-tracker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "快递追踪助手" (freedompixels/cn-kuaidi-tracker) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-kuaidi-tracker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-kuaidi-tracker

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-kuaidi-tracker
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📦 Clawdis
latestvk97d7mhz8r3z8njnvwf1b247mn85a8ws
146downloads
0stars
5versions
Updated 5d ago
v1.1.1
MIT-0

快递追踪助手

输入单号,查询物流状态。

功能

  • 输入单号查询物流
  • 自动识别快递公司
  • 本地追踪列表管理

用法

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

Comments

Loading comments...