ecommerce-price-watcherTrack product prices across ecommerce sites and alert on offers or target-price hits. Use when a user wants to monitor one or many product URLs or item queries, compare current vs previous prices, detect discounts, and generate alert-ready summaries with product name, old/new price, percent drop, and direct link.
Install via ClawdBot CLI:
clawdbot install pbalajiips/ecommerce-price-watcherMonitor product URLs, keep price history, detect offers, and output alert-ready JSON.
Use scripts/price_watch.py.
# URL mode
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add \
--url "https://example.com/product" \
--target-price 399990 \
--currency CLP
# Item mode (discover URLs from query)
python3 skills/ecommerce-price-watcher/scripts/price_watch.py add-item \
--query "iPhone 13 128GB Chile" \
--target-price 349990 \
--currency CLP \
--trusted-only \
--max-results 5
python3 skills/ecommerce-price-watcher/scripts/price_watch.py check --all
add: add a single product URLadd-item: discover product URLs from an item query, then add watcheslist: list watched productscheck --id : check one product nowcheck --all: check all products nowremove --id : delete watcherhistory --id : print full price historyA check produces alerts when at least one condition matches:
price_drop: current price < previous pricetarget_hit: current price <= target priceAlert payload includes:
add-item uses a lightweight search discovery flow to find candidate product links.
--trusted-only restricts discovered URLs to a curated trusted domain list.--max-results controls how many links are added.This gives users natural language entry ("track iPhone 13 128GB") instead of forcing direct URLs.
Use a layered parser:
offers.priceWhen multiple prices are found, choose the lowest positive value as the current offer candidate.
http/https URLs.check --all on schedule and forward only non-empty alerts.Run every 30–120 minutes via cron, then send each alert to Telegram/WhatsApp/Discord.
Generated Mar 1, 2026
Consumers track high-value electronics like smartphones or laptops across multiple retailers to catch price drops or sales. They set target prices and receive alerts when prices fall below thresholds, enabling informed purchase decisions without constant manual checking.
Small to medium-sized e-commerce businesses monitor competitor product listings to adjust their own pricing strategies. By tracking price changes and discounts, they can stay competitive and optimize inventory management based on market trends.
Travelers or agencies monitor prices for flights, hotels, or vacation packages across booking sites. Setting target prices helps users book at optimal times, leveraging alerts for discounts or seasonal offers to maximize savings.
Collectors or resellers track rare items like sneakers, trading cards, or limited-edition goods on platforms like eBay or specialty stores. Alerts on price drops or target hits enable quick purchases before items sell out or prices rise.
Budget-conscious households monitor prices for groceries or household essentials across online supermarkets. By tracking discounts and comparing prices over time, users can plan purchases during sales periods to reduce monthly expenses.
Offer a free tier with basic monitoring for a few products and limited alerts, then charge for advanced features like unlimited watches, faster checks, or integrations with messaging apps. Revenue comes from monthly subscriptions, targeting individual consumers and small businesses.
Provide an API for businesses to integrate price monitoring into their own systems, such as inventory management or competitor analysis tools. Charge based on API call volume or number of monitored products, with custom support for enterprise clients.
Integrate with affiliate networks to earn commissions on purchases made through tracked product links. Offer the service for free to users, generating revenue when alerts lead to sales, while providing value through price savings and convenience.
💬 Integration Tip
Schedule regular checks using cron jobs and pipe alert JSON outputs to messaging platforms like Telegram or Discord for real-time notifications.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.