📦 shipping-price-monitor — 运费监控

v1.0.0

读取 Excel 中的物流商报价,实时比对并低于阈值时自动推送降价提醒,帮助电商与供应链团队第一时间锁定最优发货成本。

0· 116·1 当前·1 累计
start-ll04 头像by @start-ll04 (start-LL04)
下载技能包
最后更新
2026/3/24
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill appears to do what it says, but take these precautions before installing/running: - Install required Python packages (pandas and an Excel engine such as openpyxl) in the execution environment, because no install spec is provided and the code will fail without them. - The notifier will attempt to use OpenClaw's message.send if present (this will route alerts through the platform). If that is unavailable, it will call any webhook URLs you supply — treat webhook URLs as secrets and only ...
详细分析 ▾
用途与能力
Name/description align with code: monitor Excel files, analyze prices, manage rules, and send notifications via OpenClaw long-connection or fallback webhooks. Files and config (config/, data/, core/, services/) are consistent with the stated functionality.
指令范围
SKILL.md and runtime code limit actions to reading Excel files in the watch directory, reading/writing local config (config/settings.yaml, config/rules.json), persisting history/logs under the skill, and calling notification endpoints. The skill does not attempt to read unrelated system files or environment variables.
安装机制
No install spec is provided even though the code imports pandas (and will likely need Excel engine libs like openpyxl). Because this is instruction+code without declared dependencies, runtime may fail unless the environment already provides those packages; no external downloads or obscure URLs are used.
凭证需求
The skill does not request environment variables or credentials. Notification uses either an OpenClaw 'message' module (imported if present) or user-supplied webhook URLs; webhooks are user-controlled secrets and must be provided by the user if desired.
持久化与权限
Skill is not force-included (always:false). It reads and writes only its own config files under the skill directory and writes monitor.log; it does not modify other skills or system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/23

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install shipping-price-monitor
镜像加速npx clawhub@latest install shipping-price-monitor --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库