Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

amazon-buy-box-monitor-api-skillamazon BUY BOX monitor API 技能

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

275

周安装

11

GitHub Stars

769

下载量

89
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:amazon-buy-box-monitor-api-skill(amazon BUY BOX monitor API 技能)
来源仓库:https://github.com/browser-act/skills
仓库路径:skills/amazon-buy-box-monitor-api-skill
安装命令:
npx skills add https://github.com/browser-act/skills --skill amazon-buy-box-monitor-api-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/browser-act/skills --skill amazon-buy-box-monitor-api-skill

简介

amazon-buy-box-monitor-api-skill 用于监控特定 ASIN 的 Buy Box 竞争态势。

  • 它提取其他卖家报价与评级,帮助用户制定定价与上架策略。
  • 使用时仅需 ASIN 与可选市场 URL,输出带价格对比与 seller 信息的报告。
  • 数据来自自动化浏览器而非 API,规避官方接口限制与速率管控。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Amazon Buy Box Monitor API Skill

📖 Introduction

This skill provides users with an automated Amazon Buy Box monitoring service using the BrowserAct API template. It can directly extract structured data including basic product details, other sellers' prices, and seller ratings from Amazon via a specific ASIN. No coding or proxies are required, and users only need to provide the ASIN and an optional marketplace URL to retrieve clean and usable data.

✨ Features

  1. No hallucinations, ensuring stable and accurate data extraction: Pre-set workflows avoid AI generative hallucinations.
  2. No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
  3. No IP access restrictions or geo-fencing: No need to handle regional IP restrictions.
  4. More agile execution speed: Faster task execution compared to purely AI-driven browser automation solutions.
  5. Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume massive amounts of tokens.

🔑 API Key Guidance

Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take any other actions; you must prompt and wait for the user to provide it. The Agent must inform the user at this time:

"Since you have not configured the BrowserAct API Key, please go to the BrowserAct Console first to get your Key."

🛠️ Input Parameters

When calling the script, the Agent should flexibly configure the following parameters based on the user's needs:

  1. ASIN

- Type: string - Description: The Amazon Standard Identification Number. This is the unique identifier for the product on Amazon. - Example: B005O2ZU68 - Required: Yes

  1. Marketplace_url

- Type: string - Description: The Amazon marketplace URL indicating the region. - Default value: https://amazon.com/ - Example: https://amazon.co.uk/ - Required: Yes

🚀 Invocation Method (Recommended)

The Agent should execute the following standalone script to achieve "one command to get results":

# Example invocation
python -u ./scripts/amazon_buy_box_monitor_api.py "ASIN" "Marketplace_url"

⏳ Running Status Monitoring

Since this task involves automated browser operations, it may take some time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running). Agent Instructions:

  • While waiting for the script to return results, please keep paying attention to the terminal output.
  • As long as the terminal is still outputting new status logs, it means the task is running normally. Do not misjudge it as deadlocked or unresponsive.
  • If the status remains unchanged for a long time or the script stops outputting without returning a result, then consider triggering the retry mechanism.

📊 Data Output Description

After successful execution, the script will parse and print the result directly from the API response. The result includes:

  • asin: The Amazon Standard Identification Number
  • product_title: The title of the product
  • buy_box_owner: The owner of the buy box
  • buy_box_price: The current buy box price
  • currency: The currency of the price
  • fulfillment_method: The fulfillment method (e.g., FBA, FBM)
  • availability_status: Stock availability status
  • other_sellers: An array of other sellers including their name, price, shipping fee, and seller rating
  • seller_info: Detailed information about the main seller including rating and feedback count

⚠️ Error Handling & Retry

If an error is encountered during the execution of the script (such as network fluctuations or task failure), the Agent should follow this logic:

  1. Check output content:

- If the output contains "Invalid authorization", it means the API Key is invalid or expired. In this case, do not retry, but guide the user to re-check and provide the correct API Key. - If the output does not contain "Invalid authorization" but the task fails (e.g., output starts with Error: or returns empty results), the Agent should automatically attempt to execute the script once more.

  1. Retry limits:

- Automatic retry is limited to only once. If the second attempt still fails, stop retrying and report the specific error message to the user.

🌟 Typical Use Cases

  1. Query Amazon buy box information: Find out who currently owns the buy box for a specific ASIN.
  2. Monitor Amazon product prices: Track the current price and buy box price changes.
  3. Extract Amazon product details by ASIN: Get basic product information like title and brand.
  4. Check other sellers prices on Amazon: Analyze pricing strategies of competitors for the same product.
  5. Get Amazon seller ratings and feedback count: Evaluate the reputation of sellers on the listing.
  6. Monitor buy box ownership for a specific ASIN: Check if a particular seller maintains the buy box.
  7. Track Amazon fulfillment methods for competitors: Determine whether competitors are using FBA or FBM.
  8. Compare Amazon product prices across different sellers: View shipping fees and total prices from multiple sellers.
  9. Retrieve Amazon buy box availability status: Check if the product is in stock or backordered.
  10. Analyze Amazon seller profile details: Extract detailed seller info and recent feedback summaries.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.6%
按下载量换算32

Claude

30.21%
按下载量换算27

Cursor

20%
按下载量换算18

Gemini CLI

9.52%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills