← 返回 Skills 市场
323
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logistics-watcher
功能描述
Monitor package logistics status and identify delivery anomalies such as delays, stalls, returns, or abnormal signing. Use when the user asks to 查物流异常、追踪快递状态...
使用说明 (SKILL.md)
Logistics Watcher - 物流异常预警
智能物流监控,自动识别异常并预警。
功能特性
- 📦 多快递支持:顺丰、京东、中通、圆通等
- ⚠️ 智能异常识别:停滞、退回、异常签收
- 🔔 主动预警:超时未更新、异常状态
- 📊 物流分析:预计到达时间、异常概率
- 🔄 自动追踪:定时检查状态
使用方式
添加快递
查快递 SF1234567890
追踪物流 JD000123456789
查看状态
我的快递
物流状态 SF1234567890
设置提醒
物流提醒 超时24小时
物流提醒 异常状态
安全使用建议
This skill claims automated, periodic courier checks and proactive alerts, but the included code only stores package entries and analyzes history you (or some other component) must provide. Before installing, confirm how live tracking updates are supplied: does your agent platform deliver courier events into the skill's LocalStore, or was the author supposed to include courier-API integration and scheduling (missing here)? Also note the skill will persist tracking numbers and history in local storage; if that’s sensitive, ask the developer how data is stored and protected. If you expect full end-to-end automatic tracking out-of-the-box, treat this implementation as incomplete and request clarification or a version that includes secure courier API integrations and scheduler logic.
功能分析
Type: OpenClaw Skill
Name: logistics-watcher
Version: 1.0.0
The logistics-watcher skill is a utility designed to track package delivery statuses and identify anomalies such as delays or returns. The code in index.js implements logic for courier identification via regex and status analysis using local storage, while SKILL.md provides standard instructions for an AI agent to manage tracking numbers. No network exfiltration, malicious execution, or prompt injection attempts were detected.
能力评估
Purpose & Capability
The name/description promise active monitoring, multi-courier support, automatic tracking, and proactive alerts. The index.js implements local storage, courier detection, anomaly-detection logic, report generation, and a checkAll aggregator — but it contains no network calls, no courier-API integrations, and no scheduling code to perform automatic checks. That makes the advertised '自动追踪/定时检查' capability unsupported by the bundled code; it may rely on other platform components not included here.
Instruction Scope
SKILL.md instructs users to add tracking numbers, view statuses, and set reminders (implying automatic checking). The runtime file does not implement fetching tracking updates or scheduling reminders; it only reads/writes to a local store and analyzes history entries. The instructions therefore overstate what the skill actually does and grant the agent no explicit steps for obtaining live logistics data.
Install Mechanism
There is no install spec and no external downloads; the skill is instruction/code-only and does not write or fetch archives from third-party URLs. This minimizes installation risk.
Credentials
The skill requests no environment variables or external credentials, which is proportionate. It does persist tracked package numbers, history, and alert rules via a LocalStore ('logistics-watcher'). Users should be aware that tracking numbers and shipment history are stored locally by the skill (no encryption indicated here).
Persistence & Privilege
Flags are default (always: false), and the skill uses its own LocalStore for persistence. It does not request elevated platform privileges or declare permanent/always-on behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install logistics-watcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/logistics-watcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
Logistics Watcher 是什么?
Monitor package logistics status and identify delivery anomalies such as delays, stalls, returns, or abnormal signing. Use when the user asks to 查物流异常、追踪快递状态... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。
如何安装 Logistics Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install logistics-watcher」即可一键安装,无需额外配置。
Logistics Watcher 是免费的吗?
是的,Logistics Watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logistics Watcher 支持哪些平台?
Logistics Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logistics Watcher?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills