← Back to Skills Marketplace
323
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install logistics-watcher
Description
Monitor package logistics status and identify delivery anomalies such as delays, stalls, returns, or abnormal signing. Use when the user asks to 查物流异常、追踪快递状态...
README (SKILL.md)
Logistics Watcher - 物流异常预警
智能物流监控,自动识别异常并预警。
功能特性
- 📦 多快递支持:顺丰、京东、中通、圆通等
- ⚠️ 智能异常识别:停滞、退回、异常签收
- 🔔 主动预警:超时未更新、异常状态
- 📊 物流分析:预计到达时间、异常概率
- 🔄 自动追踪:定时检查状态
使用方式
添加快递
查快递 SF1234567890
追踪物流 JD000123456789
查看状态
我的快递
物流状态 SF1234567890
设置提醒
物流提醒 超时24小时
物流提醒 异常状态
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install logistics-watcher - After installation, invoke the skill by name or use
/logistics-watcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is Logistics Watcher?
Monitor package logistics status and identify delivery anomalies such as delays, stalls, returns, or abnormal signing. Use when the user asks to 查物流异常、追踪快递状态... It is an AI Agent Skill for Claude Code / OpenClaw, with 323 downloads so far.
How do I install Logistics Watcher?
Run "/install logistics-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Logistics Watcher free?
Yes, Logistics Watcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Logistics Watcher support?
Logistics Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Logistics Watcher?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills