← 返回 Skills 市场
hongjiahao371-pixel

express-monitor

作者 hongjiahao371-pixel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
259
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install express-monitor
功能描述
快递监控Skill - 查询快递物流、绑定手机号自动获取快递、同步到飞书
使用说明 (SKILL.md)

快递监控Skill

能力概述

本Skill用于查询快递物流信息,支持:

  • 快递单号查询物流轨迹
  • 绑定手机号自动获取待收快递
  • 快递状态统计(运输中、已签收等)
  • 定时汇报新快递

使用方法

1. 查询快递单号

查询快递 1234567890

2. 绑定手机号

绑定快递手机号 13800138000

3. 查看待收快递

查看我的快递

4. 快递统计

快递统计

数据存储

  • 快递记录保存在 ~/.openclaw/workspace/data/express/ 目录
  • 手机号绑定信息单独加密存储
  • 支持历史快递查询

支持的快递公司

顺丰、圆通、中通、韵达、申通、极兔、邮政、京东、德邦等主流快递公司

注意事项

  • 爬虫方式可能被限制,建议使用官方API
  • 手机号查询可能有延迟
  • 大量查询请申请快递鸟API Key
安全使用建议
This skill's description over-promises: it mentions encrypted phone storage, automatic retrieval by bound phone, and syncing to Feishu, but the shipped Python implements only manual tracking queries, phone binding stored as plain JSON, and no Feishu integration. If you need the advertised features, ask the author for a corrected version or inspect and modify the code yourself (e.g., add encryption for PHONE_FILE, implement Feishu webhook/token handling, and implement phone-based retrieval using an appropriate API). Before installing/use: (1) review the express_monitor.py source yourself (it is included), (2) be aware it will create and write files to ~/.openclaw/workspace/data/express and stores phone numbers in plaintext, (3) run it in a sandbox/container if you are concerned about data privacy, and (4) ensure the Python 'requests' library is installed. If you expect automatic push-to-Feishu or encrypted storage, do not rely on this package as-is.
功能分析
Type: OpenClaw Skill Name: express-monitor Version: 1.0.0 The skill provides legitimate express tracking functionality by querying the public Kuaidi100 API. It manages tracking history and user-provided phone numbers locally in the `~/.openclaw/workspace/data/express/` directory. Although `SKILL.md` incorrectly claims that phone numbers are stored with encryption (they are stored in plain JSON in `phones.json`), the code in `express_monitor.py` lacks any indicators of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
The SKILL.md and description advertise: automatic retrieval of parcels by bound phone, synchronization to Feishu (飞书), scheduled reports, and encrypted storage of phone bindings. The Python code only implements single-tracking-number queries, binding phone numbers to a local JSON file, listing, and a placeholder 'check' that explicitly says phone-based checks would need a 快递鸟 API and isn't implemented. Feishu sync and scheduled reporting are absent. The advertised capabilities do not match the actual implementation.
Instruction Scope
Instructions and SKILL.md claim encrypted phone storage and auto-fetching by bound phone; runtime code writes phone numbers and history as plain JSON under ~/.openclaw/workspace/data/express and does not perform phone-based network lookups or push messages to Feishu. The code contacts kuaidi100.com endpoints for tracking queries (consistent with query purpose) but there is a clear scope gap between instructions and what the agent would actually do.
Install Mechanism
No install spec; skill is instruction/code-only. There is no network download/install step beyond normal runtime. The code depends on the Python 'requests' package but the registry metadata does not declare dependencies — this is operationally inconvenient but not a high install risk.
Credentials
The skill requests no environment variables and the code does not read secrets or other env vars. However, SKILL.md claims Feishu synchronization and would normally require a webhook/token environment variable; those are not present. That discrepancy reduces trust in the metadata/instructions.
Persistence & Privilege
The skill writes files under the user's home (~/.openclaw/workspace/data/express) which matches SKILL.md. It does not request elevated privileges, always:true, or modify other skill configs. Writing user data to a local directory is expected for this kind of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install express-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /express-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
express-monitor v1.0.0 - 首次发布,提供快递物流信息查询与提醒 - 支持通过快递单号或已绑定手机号获取快递信息 - 可统计快递状态(运输中、已签收等) - 自动同步和定时汇报新快递 - 支持主流快递公司(顺丰、圆通、中通等) - 数据本地存储,手机号加密保存
元数据
Slug express-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

express-monitor 是什么?

快递监控Skill - 查询快递物流、绑定手机号自动获取快递、同步到飞书. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。

如何安装 express-monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install express-monitor」即可一键安装,无需额外配置。

express-monitor 是免费的吗?

是的,express-monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

express-monitor 支持哪些平台?

express-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 express-monitor?

由 hongjiahao371-pixel(@hongjiahao371-pixel)开发并维护,当前版本 v1.0.0。

💬 留言讨论