Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

ericlooi504-gts-price-monitorericlooi504 gts 价格监视器

Agent Skill

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

总安装

808

周安装

33

GitHub Stars

公开资料未说明

下载量

261
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ericlooi504-gts-price-monitor

简介

通过自动跟踪、警报和详细比较报告监控 Shopee、Lazada、Amazon 和其他公司的竞争对手产品价格。

SKILL.md

name
GTS_ecommerce-price-monitor
description
Monitor competitor product prices across major e-commerce platforms (Shopee, Lazada, Amazon, etc.). Use when the user wants to: (1) Set up automated price tracking for competitor products, (2) Generate price comparison reports, (3) Get alerts when prices drop or rise, (4) Analyze pricing trends over time, (5) Identify best times to adjust their own pricing. Best for e-commerce sellers, dropshippers, and small business owners who need competitive intelligence without manual checking.
version
1.0.1
metadata
openclaw
requires
bins
emoji
📊

E-commerce Competitor Price Monitor

Automatically track competitor product prices across Shopee, Lazada, Amazon, and other platforms. Get notified on price drops, generate weekly comparison reports, and make data-driven pricing decisions.

Quick Start

  1. Configure targets: Tell the agent your competitor product URLs and tracking frequency.
  2. Run a scan: scan prices now — the agent visits each URL, extracts the price, and logs it.
  3. Get a report: price report or compare prices — generates a clean comparison table.
  4. Set alerts: alert me when [product] drops below [price] — the agent checks on schedule and notifies you.

Workflow

Step 1: Add Products to Track

Tell the agent in natural language:

"Track the price of this Shopee product: https://shopee.com.my/... every 6 hours" "Add this Lazada link to my price monitor: https://www.lazada.com.my/..." "Monitor these 5 Amazon products daily"

The agent should:

  • Accept any e-commerce product URL
  • Ask for the desired check frequency (default: 24h)
  • Ask for an optional target/alert price
  • Store the config in scripts/prices.json

Step 2: Price Scanning

When the user asks to scan or on schedule, the agent:

  1. Reads the product list from scripts/prices.json
  2. For each URL:

- Visits the page using web browser - Extracts: product name, current price, currency, stock status, seller name - Handles platform-specific page structures (see PLATFORMS.md)

  1. Logs results to scripts/price_history.jsonl (append-only)
  2. Updates latest prices in scripts/prices.json
  3. Checks alert conditions — if triggered, notifies the user

Step 3: Reports

On request, generate:

Quick comparison (inline Telegram-friendly):

📊 Price Watch — 3 products tracked
───────────────────────────────
Product A  → RM 89.90  ▼ 5% from last week
Product B  → RM 245.00  ▲ 2% (new all-time high)
Product C  → RM 59.90  — No change

Detailed CSV report: Run the Python script scripts/report.py to generate reports/price_report_YYYY-MM-DD.csv with full history.

Step 4: Alerts

The agent supports natural language alert setup:

"Tell me if iPhone 15 drops below RM 4,000" "Alert me when Product C goes on sale" "Notify me if any tracked product drops more than 15%" "Stop alerting me about Product A"

Alerts are stored in scripts/alerts.json. The agent checks them after each scan cycle.

Scripts

scripts/manage.py — Data management CLI

python3 scripts/manage.py products add <url> --name "Product Name" --interval 6 --alert-price 89.90
python3 scripts/manage.py products list
python3 scripts/manage.py products remove <id>
python3 scripts/manage.py alerts add --product <id> --type below --value 100.00
python3 scripts/manage.py alerts list
python3 scripts/manage.py alerts remove <id>
python3 scripts/manage.py history export --days 30

scripts/report.py — Generate reports

python3 scripts/report.py                    # Quick summary (stdout)
python3 scripts/report.py --csv              # Full CSV to reports/
python3 scripts/report.py --product <id>     # Single product history
python3 scripts/report.py --trends           # Price trend analysis

References

  • Platform scraping notes: See references/PLATFORMS.md for platform-specific tips (Shopee dynamic loading, Lazada anti-scrape, Amazon structure)
  • Configuration: See references/CONFIG.md for advanced setup (custom intervals, notification channels, export formats)

Tips for Best Results

  • Shopee: Page loads dynamically. Wait for .product-price or [data-testid="product-price"] elements.
  • Lazada: May show region-specific prices. Check URL for .my (Malaysia), .sg (Singapore), etc.
  • Amazon: Product prices are in #corePriceDisplay_desktop_feature_div .a-price-whole. Watch for coupon discounts listed separately.
  • Frequency: For fast-moving products (electronics), check every 6h. For stable goods (household), daily is fine.
  • Freshness: Always verify the extracted price looks reasonable before logging (reject nulls, zeroes, or parsing errors).

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.07%
按下载量换算232

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills