Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nex-pricewatch下一步价格观察

Agent Skill

nex-pricewatch 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,352

周安装

98

GitHub Stars

1

下载量

784
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nex-pricewatch(下一步价格观察)
来源仓库:https://github.com/nexaiguy/nex-pricewatch
安装命令:
openclaw skills install nex-pricewatch
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nex-pricewatch

简介

使用 CSS、XPath 或正则表达式选择器监控竞争对手和供应商网站价格;通过警报跟踪变化、查看历史记录、趋势并在本地导出数据。

SKILL.md

name
nex-pricewatch
description
Competitive price monitoring and alert system for tracking competitor and supplier pricing across websites. Monitor pricing pages from competitors (concurrenten) using CSS selectors, XPath, or regex patterns to extract prices from dynamic and static websites. Automatically detect when competitors change their pricing (prijs wijzigen) and receive alerts when prices increase or decrease significantly. Configure custom alert thresholds for price movements (default: 5% increases, 10% decreases). View complete price history with timestamps, identify pricing trends (UP, DOWN, STABLE), and compare price changes over time. Track multiple pricing targets per competitor to monitor different product tiers, packages, or bundles. Optional Telegram notifications alert you immediately when prices change. Export price history data in CSV or JSON formats for competitive analysis, pricing strategy reviews, and business decision-making. Perfect for Belgian agencies, resellers, and business owners who need to monitor competitor pricing, adjust their own rates competitively, and stay informed about market changes. All price tracking data remains local and private.
version
1.0.0
metadata
clawdbot
emoji
📈
requires
bins
env
primaryEnv
homepage
https://nex-ai.be
files

Nex PriceWatch

Competitive Price Monitor for SMEs and Agencies. Track competitor and supplier pricing with automatic alerts, historical data, and analytics. All pricing data stays on your machine.

When to Use

Use this skill when the user asks about:

  • Tracking competitor pricing pages
  • Monitoring supplier cost changes
  • Setting up price alerts for competitors
  • Comparing your pricing against competitors
  • Historical price analysis and trends
  • Detecting when competitors change their pricing
  • Exporting price history for analysis
  • Price monitoring dashboard

Trigger phrases: "price", "pricing", "competitor", "concurrentie" (Dutch), "prijs", "tarief", "goedkoper", "duurder", "monitor", "track competitor", "price alert", "price change", "pricing comparison", "have competitors changed their prices"

Quick Setup

If the database does not exist yet, run the setup script:

bash setup.sh

This creates the data directory and initializes the SQLite database.

Available Commands

1. Add a Price Target

Add a website to monitor:

nex-pricewatch add \
  --name "Competitor X Website Package" \
  --url "https://competitor.be/pricing" \
  --competitor "WebAgency X" \
  --selector ".price-premium" \
  --selector-type css \
  --type competitor \
  --currency EUR

Parameters:

  • --name (required): Descriptive target name
  • --url (required): Full URL to monitor
  • --competitor: Competitor/company name
  • --selector-type (required): css, xpath, regex, or text
  • --selector (required): CSS class (.price), ID (#price), regex pattern, or text label
  • --type: competitor, supplier, or market (default: competitor)
  • --currency: Currency code (EUR, USD, etc.)
  • --interval: Check interval in hours (default: 24)
  • --tags: Comma-separated tags
  • --notes: Additional notes

Selector Examples:

  • CSS class: .price-tag → finds element with class "price-tag"
  • CSS ID: #pricing → finds element with id "pricing"
  • Regex: \€[\d.,]+ → finds currency amounts
  • Text label: Prijs → finds price near text label

2. Check Prices Now

nex-pricewatch check
nex-pricewatch check --name "Competitor X Website Package"
nex-pricewatch check --alerts
nex-pricewatch check --alerts --telegram

Check current prices for all or specific targets. Shows success/failure and any price changes.

3. List Targets

nex-pricewatch list

Shows all configured targets with current prices and status.

4. Show Target Details

nex-pricewatch show "Competitor X Website Package"

Display detailed information including:

  • Target configuration
  • Current and previous prices
  • Recent price history
  • Price statistics (min, max, avg, trend)

5. Price History

nex-pricewatch history "Competitor X Website Package"
nex-pricewatch history "Competitor X Website Package" --since 2026-01-01
nex-pricewatch history "Competitor X Website Package" --limit 20

View complete price history with timestamps and raw extracted text.

6. Recent Changes

nex-pricewatch changes
nex-pricewatch changes --since 2026-01-01

Show all detected price changes with percentages and dates.

7. Compare Pricing

nex-pricewatch compare

Side-by-side view of all competitor pricing organized by company.

8. Dashboard View

nex-pricewatch dashboard

Full monitoring dashboard with all tracked prices, trends, and status.

9. Remove Target

nex-pricewatch remove "Competitor X Website Package"
nex-pricewatch remove "Competitor X Website Package" --force

Remove a price target and its history.

10. Export History

nex-pricewatch export "Competitor X Website Package"
nex-pricewatch export "Competitor X Website Package" --format csv
nex-pricewatch export "Competitor X Website Package" --output prices.json

Export price history as JSON or CSV for external analysis.

11. Statistics

nex-pricewatch stats

Overall statistics including:

  • Total targets configured
  • Number of price changes (30 days)
  • Biggest price increase
  • Biggest price decrease

12. Configuration

nex-pricewatch config

Display current configuration settings.

Alert Configuration

Alerts are automatically generated when:

  • Price increases by more than 5%
  • Price decreases by more than 10%

Adjust these thresholds in lib/config.py:

ALERT_INCREASE_PCT = 5
ALERT_DECREASE_PCT = 10

Telegram Notifications (Optional)

To enable Telegram alerts:

  1. Create a Telegram bot via @BotFather
  2. Set environment variables:
   export NEX_PRICEWATCH_TELEGRAM_BOT_TOKEN="your_bot_token"
   export NEX_PRICEWATCH_TELEGRAM_CHAT_ID="your_chat_id"
  1. Enable in config: TELEGRAM_ENABLED = True

Data Storage

All price data is stored locally at ~/.nex-pricewatch/:

  • pricewatch.db - SQLite database with all targets, prices, and alerts
  • snapshots/ - HTML snapshots for comparison

Supported Selectors

CSS Selectors

Simple CSS selector matching:

  • .price - class selector
  • #price - ID selector
  • span.amount - tag with class
  • Works with common price page structures

XPath

Basic XPath support:

  • //div[@class='price']/span
  • //span[@id='price']

Regex

Full regex pattern matching:

  • \€[\d.,]+ - Euro amounts
  • \$\d{2,4}(\.\d{2})? - Dollar amounts
  • \d+\s*(?:euro|EUR) - Numbers followed by currency

Text Labels

Find price near text labels:

  • Prijs - finds "Prijs: €1.499,00"
  • Price - finds "Price: $99.99"
  • Tarif - finds "Tarif: 1999 EUR"

Interpreting Results

Price changes show:

  • ⬆️ +X%: Price increased
  • ⬇️ -X%: Price decreased
  • 🔔: New price tracking started

Trends indicate direction:

  • UP: Recent prices higher than historical average
  • DOWN: Recent prices lower than historical average
  • STABLE: Consistent pricing

Examples

Track WebAgency Competitor Pricing

nex-pricewatch add \
  --name "WebAgency X Standard Package" \
  --url "https://webagency-x.be/pricing" \
  --competitor "WebAgency X" \
  --selector ".pricing-card:nth-child(2) .price" \
  --selector-type css

nex-pricewatch check --alerts

Monitor Supplier Material Costs

nex-pricewatch add \
  --name "Steel supplier A - 10mm plate" \
  --url "https://supplier-a.com/catalog/steel" \
  --type supplier \
  --selector "table.prices tr:contains('10mm') .price" \
  --selector-type css

nex-pricewatch history "Steel supplier A - 10mm plate" --since 2025-12-01

Market Rate Tracking

nex-pricewatch add \
  --name "EURIBOR 12M Rate" \
  --url "https://www.euribor-rates.eu/" \
  --type market \
  --selector ".euribor-12m-rate" \
  --selector-type css

nex-pricewatch dashboard

Export for Analysis

nex-pricewatch export "WebAgency X Standard Package" --format csv --output ~/analysis.csv

Troubleshooting

Price Not Extracting

  1. Check URL: Ensure the URL is correct and accessible
  2. Inspect page: Right-click → Inspect to find correct selector
  3. Test selector: Try different selector types (css, xpath, regex)
  4. Use regex: If static selectors fail, use regex: \€[\d.,]+

JavaScript-Heavy Sites

If the site loads prices with JavaScript:

  1. Try regex selector: \€[\d.,]+
  2. Or provide the actual HTML view source selector
  3. Advanced: Use playwright (optional dependency) for dynamic sites

Currency Parsing Issues

If currency not detected:

  1. Specify explicit --currency code
  2. Ensure price format includes currency symbol or code
  3. Supported: EUR, USD, GBP, JPY, CNY, INR, etc.

Privacy & Security

  • All data stored locally in ~/.nex-pricewatch/
  • No data sent to external services (except optional Telegram)
  • Uses standard HTTP with proper user-agent
  • Snapshots stored for comparison purposes only

Technical Details

  • Database: SQLite (lib/storage.py)
  • Scraper: Python urllib + regex (lib/scraper.py)
  • Alerts: Threshold-based detection (lib/alerter.py)
  • No external dependencies: Uses Python stdlib only
  • Optional: Playwright for JavaScript-heavy sites

License

MIT-0 License - Copyright 2026 Nex AI (Kevin Blancaflor)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.85%
按下载量换算712

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills