Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

india-price-tracker印度价格追踪

Agent Skill

india-price-tracker 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,939

周安装

210

GitHub Stars

公开资料未说明

下载量

1,730
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:india-price-tracker(印度价格追踪)
来源仓库:https://github.com/anugotta/india-price-tracker
安装命令:
openclaw skills install india-price-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install india-price-tracker

简介

跟踪 Amazon India、Flipkart 等主流电商产品价格变化。

  • 适用于 OpenClaw 中比价工具开发与消费决策支持系统。
  • 可计算折扣率与历史趋势,辅助采购与库存策略制定。
  • 依赖各平台反爬机制稳定性,频繁抓取可能受限。
  • india-price-tracker 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
india-price-tracker
description
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.
metadata
{"openclaw":{"emoji":"🇮🇳","homepage":"https://clawhub.ai/Michael-laffin/price-tracker","requires":{"bins":["python3"]}}}

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.

  1. Effective price modeling

- Calculates final payable estimate: - effective_price = listing_price - instant_discount - coupon_discount - card_cashback + shipping

  1. Pincode-aware availability

- Supports regional availability and shipping variance inputs.

  1. Arbitrage with fee model

- Computes net margin after platform fees and shipping.

  1. History + trend flags

- Tracks 30/60/90 day movement and volatility.

  1. 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:

  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 before switching to any live adapter mode.
  • Re-validate each store's terms, rate limits, and allowed integration method before production automation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.71%
按下载量换算1,310

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills