A sophisticated price tracking skill that monitors e-commerce URLs and queries to trigger alerts when prices drop or hit specific targets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ecommerce-price-watcher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ecommerce-price-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Ecommerce Price Watcher is a technical solution designed for automated market monitoring. As part of the Openclaw Skills library, it allows users to track specific product URLs or use natural language queries to discover and monitor items across various retailers. It prioritizes data accuracy by utilizing a layered parsing strategy, ensuring that price drops and target hits are identified quickly and reliably.
This skill is built for developers who need structured data for price comparison and alerting. It handles the complexities of web scraping security, such as timeouts and body size caps, while providing a clean JSON output that can be integrated into larger automation pipelines or messaging platforms.
To get started with this skill from the Openclaw Skills collection, use the following commands:
# Add a specific product URL to monitor
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add \
--url "https://example.com/item" \
--target-price 500 \
--currency USD
# Discover and track items by search query
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add-item \
--query "laptop 16GB RAM" \
--target-price 1200 \
--trusted-only
# Run a check on all monitored items
python3 skills/ecommerce-price-watcher/scripts/price_watch.py check --all
The skill organizes monitoring data and history in a structured format:
| Attribute | Description |
|---|---|
id |
Unique identifier for the tracked product watcher. |
price_history |
A chronological list of detected prices with timestamps. |
target_price |
The threshold value used to trigger specific hit alerts. |
alert_payload |
JSON object containing product title, old price, new price, and drop percentage. |
trusted_domains |
A curated list of domains used for safe item discovery. |
Loading
Retrieve and analyze comprehensive health and fitness data from the Fitbit Web API using a streamlined command-line interface.

A minimal, webhook-free payment skill for AI agents to create and verify Base/USDC transactions using PayTrigo.

PayClaw empowers AI agents with UCP-compliant identity badges and single-use virtual Visa cards for secure, human-approved autonomous commerce.

A self-hosted, Serper-compatible search API powered by SearXNG that provides unlimited web, news, and academic search capabilities.

Enables AI agents to programmatically identify and download files from web pages using the browser tool.

A specialized notification utility to track F5-TTS model training status and results via Telegram alerts.








































