← 返回 Skills 市场
mguozhen

Amz Asin Data Tracker

作者 mguozhen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install amz-asin-data-tracker
功能描述
Amazon ASIN visual data collection and monitoring agent. Zero-code collection of Amazon ASIN and competitor data, supports scheduled tasks, real-time alerts,...
使用说明 (SKILL.md)

Amazon ASIN Data Tracker

Zero-code Amazon ASIN and competitor data collection with scheduled monitoring, real-time alerts, and multi-format export — the essential tool for Amazon sellers.

Paste an ASIN or product URL. The agent collects key metrics, sets up monitoring schedules, and alerts you to significant changes.

Commands

track add \x3Casin>              # add ASIN to monitoring list
track snapshot                # capture current data for all tracked ASINs
track alert \x3Cthreshold>       # set alert conditions (price drop %, BSR change)
track schedule \x3Cinterval>     # configure monitoring schedule (daily/weekly)
track export \x3Cformat>         # export data as CSV/JSON/Markdown table
track compare \x3Casin1> \x3Casin2> # side-by-side ASIN comparison
track history \x3Casin>          # show full history for an ASIN
track report                  # generate comprehensive monitoring report
track save                    # save all tracking data to workspace

What Data to Provide

  • ASIN — Amazon Standard Identification Number (e.g., B08XYZ1234)
  • Product page data — paste title, price, BSR, review count, rating
  • Historical data — any prior snapshots you have
  • Alert preferences — what changes matter most to you
  • Category context — niche, main keywords, target market

Data Collection Framework

Core Metrics Tracked Per ASIN

Metric Collection Method Alert Threshold
Price Page data / paste ±10% change
BSR Page data / paste ±500 ranks
Review count Page data / paste +20 new reviews
Star rating Page data / paste Drop below 4.0
Seller count Page data / paste New sellers entering
Image count Manual observation New images added
Variation count Manual observation New variations

Scheduled Monitoring Cadences

Daily monitoring (high-priority ASINs):

  • Price and BSR check
  • New review detection
  • Buy Box status

Weekly monitoring (standard watchlist):

  • Full metric snapshot
  • Listing change detection
  • Competitor movement summary

Monthly monitoring (market overview):

  • Trend analysis report
  • Market share estimation
  • Seasonal pattern identification

Alert Conditions

PRICE DROP ALERT:     Price falls >10% from baseline
BSR SPIKE ALERT:      BSR improves >500 ranks in 7 days
REVIEW BOMB ALERT:    >10 new 1-star reviews in 48 hours
REVIEW SURGE ALERT:   >30 new reviews in 7 days (possible manipulation)
LISTING CHANGE ALERT: Title or main image changed
SELLER ALERT:         New seller with \x3C100 feedback enters Buy Box
STOCK ALERT:          "Only X left in stock" message appears

Export Formats

CSV Export

ASIN, Title, Price, BSR, Reviews, Rating, Date, Category
B08XYZ123, "Product Name", $29.99, 1234, 456, 4.3, 2024-01-15, Kitchen

Markdown Table

| ASIN | Price | BSR | Reviews | Rating | Updated |
|------|-------|-----|---------|--------|---------|
| B08X | $29.99 | 1,234 | 456 | ⭐4.3 | Jan 15 |

JSON Export

{
  "asin": "B08XYZ123",
  "snapshots": [
    {"date": "2024-01-15", "price": 29.99, "bsr": 1234, "reviews": 456}
  ]
}

Workspace Structure

Creates ~/asin-tracker/ containing:

  • watchlist.md — all tracked ASINs with settings
  • snapshots/ — date-stamped metric files per ASIN
  • alerts/ — triggered alert log
  • exports/ — generated export files
  • reports/ — monitoring summary reports

Analysis Rules

  1. Require at least 2 data points before declaring a trend
  2. Distinguish between organic and promotional BSR movements
  3. Flag BSR improvements during Prime Day, Black Friday, holiday seasons as potentially seasonal
  4. Never declare a price drop permanent until it holds for 7+ days
  5. Cross-reference review velocity with known promotion dates before flagging manipulation
  6. Always timestamp every data point — tracking is only useful with temporal context

Output Format

Every report outputs:

  1. Current Snapshot Table — all tracked ASINs with latest metrics
  2. Changes Since Last Check — delta table showing what moved and by how much
  3. Active Alerts — list of triggered conditions with severity (High/Medium/Low)
  4. Trend Summary — 30-day direction for each key metric
  5. Recommended Actions — prioritized response list based on detected changes
安全使用建议
This instruction-only skill appears coherent: it stores tracking data under ~/asin-tracker and expects you to paste ASIN/product info rather than providing credentials or scraping. Before installing or allowing autonomous runs: (1) review the SKILL.md fully so you understand what files will be created and where; (2) if the agent suggests creating cron jobs, systemd timers, or running background Bash commands to implement "scheduled" or "real-time" alerts, inspect those commands carefully and prefer manual scheduling if unsure; (3) do not provide any Amazon, AWS, or other service credentials unless the skill explicitly and clearly requires them for a documented purpose; and (4) remember Amazon scraping may violate Amazon's terms of service — prefer manual pasting or official APIs. If you want higher assurance, ask the skill author for explicit scheduler implementation details and safe example commands before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: amz-asin-data-tracker Version: 1.0.0 The skill bundle defines an Amazon ASIN tracking agent designed to monitor product metrics like price and sales rank. It uses the Bash tool to manage a local workspace in `~/asin-tracker/` for storing snapshots and reports. No evidence of malicious intent, data exfiltration, or unauthorized execution was found in the SKILL.md or metadata.
能力评估
Purpose & Capability
Name and description describe an ASIN tracking/monitoring assistant and the SKILL.md only asks for pasted ASIN/product data and creates a local workspace — no unrelated credentials, binaries, or external services are requested, which is proportionate for a zero-code tracker.
Instruction Scope
Instructions direct the agent to create ~/asin-tracker, save snapshots, generate reports, and set up monitoring cadences. The skill expects the user/agent to paste product data rather than perform web scraping or call Amazon APIs. However, scheduling and "real-time alerts" are described conceptually but no concrete, constrained mechanism is specified (e.g., cron setup commands are not shown), so agent behavior is somewhat open-ended.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing will be downloaded or written beyond whatever the agent does at runtime. That keeps install risk low.
Credentials
The skill requests no environment variables, credentials, or access to unrelated config paths. All declared workspace activity is local and aligned with the skill's purpose.
Persistence & Privilege
always is false and there are no requests to modify other skills or system-wide configs. The agent is allowed to invoke the skill autonomously (platform default); combined with the unspecified scheduling behavior, users should review any generated cron/systemd entries or background jobs the agent creates before enabling autonomous runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amz-asin-data-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amz-asin-data-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of amz-asin-data-tracker. - Zero-code Amazon ASIN and competitor data collection. - Supports scheduled monitoring, real-time alerts, and multi-format export (CSV, JSON, Markdown). - Allows tracking, alerting, scheduling, and comparison of ASINs via simple commands. - Generates monitoring reports with snapshots, change detection, trend summaries, and recommended actions. - Stores tracked data, alerts, exports, and reports in structured workspace folders.
元数据
Slug amz-asin-data-tracker
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Amz Asin Data Tracker 是什么?

Amazon ASIN visual data collection and monitoring agent. Zero-code collection of Amazon ASIN and competitor data, supports scheduled tasks, real-time alerts,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Amz Asin Data Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install amz-asin-data-tracker」即可一键安装,无需额外配置。

Amz Asin Data Tracker 是免费的吗?

是的,Amz Asin Data Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amz Asin Data Tracker 支持哪些平台?

Amz Asin Data Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amz Asin Data Tracker?

由 mguozhen(@mguozhen)开发并维护,当前版本 v1.0.0。

💬 留言讨论