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 effective prices after offers/cashback, detect arbitrage opportunities, and monitor price history with alerts.

3,891 stars

Best use case

india-price-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Track and compare product prices across popular Indian stores (Amazon India, Flipkart, Reliance Digital, Croma, Vijay Sales, Tata CLiQ, and more), compute effective prices after offers/cashback, detect arbitrage opportunities, and monitor price history with alerts.

Teams using india-price-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/india-price-tracker/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/anugotta/india-price-tracker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/india-price-tracker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How india-price-tracker Compares

Feature / Agentindia-price-trackerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track and compare product prices across popular Indian stores (Amazon India, Flipkart, Reliance Digital, Croma, Vijay Sales, Tata CLiQ, and more), compute effective prices after offers/cashback, detect arbitrage opportunities, and monitor price history with alerts.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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

1. **India-first store adapters**
   - Store list and naming normalized for Indian catalogs.

2. **Effective price modeling**
   - Calculates final payable estimate:
   - `effective_price = listing_price - instant_discount - coupon_discount - card_cashback + shipping`

3. **Pincode-aware availability**
   - Supports regional availability and shipping variance inputs.

4. **Arbitrage with fee model**
   - Computes net margin after platform fees and shipping.

5. **History + trend flags**
   - Tracks 30/60/90 day movement and volatility.

6. **Alerting modes**
   - Price-drop threshold
   - Margin threshold
   - Restock + price condition

## Setup

On first use, read [setup.md](setup.md), then run scripts in `mock` mode first.

## Core workflows

### 1) Compare prices across stores

```bash
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

```bash
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

```bash
python3 scripts/bulk_monitor.py \
  --csv examples/products.india.csv \
  --margin-threshold 0.15 \
  --output reports/alerts.txt
```

### 4) Price history analysis

```bash
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:

1. best store by effective price
2. next best alternative
3. arbitrage opportunity (if margin above threshold)
4. confidence notes (match quality, availability, shipping)

## Files

- `scripts/compare_prices.py`
- `scripts/track_product.py`
- `scripts/bulk_monitor.py`
- `scripts/price_history.py`
- `scripts/config.py`
- `examples/products.india.csv`
- `README.md`

## Validation

- Use [validation-checklist.md](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.

Related Skills

KPI Tracker Skill

3891
from openclaw/skills

Track, analyze, and report on Key Performance Indicators for any business.

Workflow & Productivity

Budget & Expense Tracker — AI Agent Financial Command Center

3891
from openclaw/skills

Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.

General Utilities

gold-price-query

3891
from openclaw/skills

This skill retrieves real-time precious metal prices (gold, silver, platinum, palladium, etc.) from https://i.jzj9999.com/quoteh5. It provides bid/ask prices, daily high/low prices, and price trends for 20+ metal types.

Data & Research

game-light-tracker

3891
from openclaw/skills

Track live NFL, NBA, NHL, or MLB games and automatically change Hue light colors based on which team is leading. Use when user wants to sync smart lights with live sports scores for visual game tracking. Supports NFL, NBA, NHL, and MLB games with customizable team colors.

General Utilities

ml-experiment-tracker

3891
from openclaw/skills

Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment definitions.

Data & Research

jarvis-stock-price - 股票价格查询

3880
from openclaw/skills

**版本**: 1.0.0

Data & Research

sinopec-oil-price

3891
from openclaw/skills

中石化油价查询 Skill,用于查询实时油价信息。支持按省份查询汽油和柴油价格,显示价格变动信息。

element-nft-tracker

3891
from openclaw/skills

Element Market API integration. This skill strictly requires the 'ELEMENT_API_KEY' environment variable to function.

dependency-tracker

3891
from openclaw/skills

每周依赖检查。检查 Node.js、npm 版本和全局包是否有可用更新。触发时机:cron 定时任务或手动调用。

polymarket-tracker

3891
from openclaw/skills

Track top Polymarket markets by trading volume. Shows market name, Yes/No trading volumes, and current odds. Use when user asks about Polymarket trends, hot markets, or wants to find high-volume trading opportunities. Requires payment via skillpay.me (0.001 USDT per call).

india-food-ordering

3891
from openclaw/skills

Unified food ordering assistant for India that supports Swiggy and Zomato workflows with strict pre-order confirmation, cart preview, address checks, and vendor fallback logic.

catalog-sku-matcher-india

3891
from openclaw/skills

Match and normalize product listings across Indian ecommerce catalogs with variant-aware rules, confidence scoring, false-match prevention, and review queues for ambiguous pairs.