/install india-price-tracker
India Price Tracker
Overview
Track prices across major Indian ecommerce stores and compare true payable cost, not just listed price.
Primary stores:
- Amazon India
- Flipkart
- Reliance Digital
- Croma
- Vijay Sales
- Tata CLiQ
Additional stores:
- JioMart
- Myntra
- AJIO
- Nykaa
- Snapdeal
Disclaimer
This skill provides tracking and comparison workflows only. It does not execute purchases. Store APIs, policies, and pricing terms can change. You are responsible for complying with each platform's Terms of Service and applicable laws.
Use at your own risk. The skill author/publisher/developer is not liable for direct or indirect loss, trading losses, missed opportunities, scraping/API bans, account restrictions, or other damages arising from use or misuse of this guidance.
What is improved vs generic price trackers
-
India-first store adapters
- Store list and naming normalized for Indian catalogs.
-
Effective price modeling
- Calculates final payable estimate:
effective_price = listing_price - instant_discount - coupon_discount - card_cashback + shipping
-
Pincode-aware availability
- Supports regional availability and shipping variance inputs.
-
Arbitrage with fee model
- Computes net margin after platform fees and shipping.
-
History + trend flags
- Tracks 30/60/90 day movement and volatility.
-
Alerting modes
- Price-drop threshold
- Margin threshold
- Restock + price condition
Setup
On first use, read setup.md, then run scripts in mock mode first.
Core workflows
1) Compare prices across stores
python3 scripts/compare_prices.py \
--keyword "iPhone 15 128GB" \
--stores amazon_in,flipkart,reliance_digital,croma,vijay_sales,tata_cliq \
--report markdown
2) Track a product with threshold alerts
python3 scripts/track_product.py \
--product "Sony WH-1000XM5" \
--stores amazon_in,flipkart,croma \
--alert-below 24999 \
--alert-margin 0.18 \
--pincode 560001
3) Bulk monitor from CSV
python3 scripts/bulk_monitor.py \
--csv examples/products.india.csv \
--margin-threshold 0.15 \
--output reports/alerts.txt
4) Price history analysis
python3 scripts/price_history.py \
--product "Samsung Galaxy S24" \
--days 60 \
--stores amazon_in,flipkart \
--trend-analysis
Strategy rules
- Prefer effective price over headline price.
- Compare same SKU/variant only (storage, color, seller condition).
- Flag uncertain matches for manual review.
- Never assume stock parity across stores.
- Respect platform policies if implementing live adapters.
Output format
When asked to analyze products, return:
- best store by effective price
- next best alternative
- arbitrage opportunity (if margin above threshold)
- confidence notes (match quality, availability, shipping)
Files
scripts/compare_prices.pyscripts/track_product.pyscripts/bulk_monitor.pyscripts/price_history.pyscripts/config.pyexamples/products.india.csvREADME.md
Validation
- Use validation-checklist.md before switching to any live adapter mode.
- Re-validate each store's terms, rate limits, and allowed integration method before production automation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install india-price-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/india-price-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
India Price Tracker 是什么?
Track and compare product prices across popular Indian stores (Amazon India, Flipkart, Reliance Digital, Croma, Vijay Sales, Tata CLiQ, and more), compute ef... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 India Price Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install india-price-tracker」即可一键安装,无需额外配置。
India Price Tracker 是免费的吗?
是的,India Price Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
India Price Tracker 支持哪些平台?
India Price Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 India Price Tracker?
由 ASP(@anugotta)开发并维护,当前版本 v1.0.0。