india-price-tracker
by anugotta
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.
安装
claude skill add --url https://github.com/openclaw/skills文档
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.
相关 Skills
Word文档
by anthropics
覆盖Word/.docx文档的创建、读取、编辑与重排,适合生成报告、备忘录、信函和模板,也能处理目录、页眉页脚、页码、图片替换、查找替换、修订批注及内容提取整理。
✎ 搞定 .docx 的创建、改写与精排版,目录、批量替换、批注修订和图片更新都能自动化,做正式文档尤其省心。
PDF处理
by anthropics
遇到 PDF 读写、文本表格提取、合并拆分、旋转加水印、表单填写或加解密时直接用它,也能提取图片、生成新 PDF,并把扫描件通过 OCR 变成可搜索文档。
✎ PDF杂活别再来回切工具了,文本表格提取、合并拆分到OCR识别一次搞定,连扫描件也能变可搜索。
PPT处理
by anthropics
处理 .pptx 全流程:创建演示文稿、提取和解析幻灯片内容、批量修改现有文件,支持模板套用、合并拆分、备注评论与版式调整。
✎ 涉及PPTX的创建、解析、修改到合并拆分都能一站搞定,连备注、模板和评论也能处理,做演示文稿特别省心。
相关 MCP 服务
文件系统
编辑精选by Anthropic
Filesystem 是 MCP 官方参考服务器,让 LLM 安全读写本地文件系统。
✎ 这个服务器解决了让 Claude 直接操作本地文件的痛点,比如自动整理文档或生成代码文件。适合需要自动化文件处理的开发者,但注意它只是参考实现,生产环境需自行加固安全。
by wonderwhy-er
Desktop Commander 是让 AI 直接执行终端命令、管理文件和进程的 MCP 服务器。
✎ 这工具解决了 AI 无法直接操作本地环境的痛点,适合需要自动化脚本调试或文件批量处理的开发者。它能让你用自然语言指挥终端,但权限控制需谨慎,毕竟让 AI 执行 rm -rf 可不是闹着玩的。
EdgarTools
编辑精选by dgunning
EdgarTools 是无需 API 密钥即可解析 SEC EDGAR 财报的开源 Python 库。
✎ 这个工具解决了金融数据获取的痛点——直接让 AI 读取结构化财报,比如让 Claude 分析苹果的 10-K 文件。适合量化分析师或金融开发者快速构建数据管道。但注意,它依赖 SEC 网站稳定性,高峰期可能延迟。