← 返回 Skills 市场
90
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-pricewatch
功能描述
Monitor competitor and supplier website prices using CSS, XPath, or regex selectors; track changes with alerts, view history, trends, and export data locally.
安全使用建议
This package appears to do what it claims: a local price-scraper and alert system. Before installing or running: 1) Inspect setup.sh to confirm it only creates ~/.nex-pricewatch and optionally places the CLI in a safe location (avoid running scripts that write to system directories unless intended). 2) Understand that scrapes fetch whatever URLs you configure — do not add internal or sensitive endpoints you don't want probed. 3) Telegram is optional: only set NEX_PRICEWATCH_TELEGRAM_BOT_TOKEN and NEX_PRICEWATCH_TELEGRAM_CHAT_ID if you trust the environment where alerts will be sent. 4) Because the scraper issues HTTP requests, respect target websites' terms of service and robots policies. If you want extra assurance, run the CLI in an isolated environment (dedicated user account or container) and audit setup.sh and any files that would be installed into your PATH.
功能分析
Type: OpenClaw Skill
Name: nex-pricewatch
Version: 1.0.0
The nex-pricewatch skill is a functional price monitoring tool that tracks competitor pricing using web scraping and stores data locally in a SQLite database (~/.nex-pricewatch/). It includes features for price history tracking, trend analysis, and optional Telegram notifications via user-provided bot tokens. Analysis of the code (lib/scraper.py, lib/storage.py) and the setup script (setup.sh) shows no evidence of data exfiltration, backdoors, or malicious prompt injection; all network activity is limited to fetching user-defined URLs and sending alerts to the official Telegram API.
能力标签
能力评估
Purpose & Capability
Name/description match the code and README: CLI to monitor competitor/supplier prices, local SQLite storage, selectors, history, exports and optional Telegram alerts. Required runtime artifact (python3) and optional TELEGRAM env vars are coherent with the stated features.
Instruction Scope
SKILL.md instructs running the included setup.sh and using the CLI commands; those commands map to functions in the code. The tool will fetch arbitrary URLs that the user configures (expected for scraping). Note: because the scraper will request any URL you add, a user could (intentionally or accidentally) configure internal or sensitive endpoints — the README documents this behavior but the instructions do not warn about scraping internal hosts.
Install Mechanism
There is no remote download/install step in the registry; files are included in the bundle and the code relies on Python stdlib. setup.sh is provided to create the data dir/init DB and make the CLI available — this is typical. No unusual external URLs or archive downloads are present in the provided files.
Credentials
Only optional environment variables relate to Telegram (NEX_PRICEWATCH_TELEGRAM_BOT_TOKEN and NEX_PRICEWATCH_TELEGRAM_CHAT_ID) which are justified by the optional Telegram notifications. One minor inconsistency: the top-level registry summary listed 'Required env vars: none' while SKILL.md metadata enumerates the Telegram vars (they are optional in code because TELEGRAM_ENABLED defaults to False).
Persistence & Privilege
Skill is not always-on and does not request elevated system privileges. It stores data under the user's home (~/.nex-pricewatch) and may modify the user's shell startup only if the README suggests echoing env exports (user-driven). setup.sh may add a CLI wrapper — review it before running, but this is standard for a local CLI tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nex-pricewatch - 安装完成后,直接呼叫该 Skill 的名称或使用
/nex-pricewatch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Nex Pricewatch 是什么?
Monitor competitor and supplier website prices using CSS, XPath, or regex selectors; track changes with alerts, view history, trends, and export data locally. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Nex Pricewatch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nex-pricewatch」即可一键安装,无需额外配置。
Nex Pricewatch 是免费的吗?
是的,Nex Pricewatch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nex Pricewatch 支持哪些平台?
Nex Pricewatch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nex Pricewatch?
由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。
推荐 Skills