技能 amazon-buy-box-monitor-api-skill
📦

amazon-buy-box-monitor-api-skill

低风险 🌐 网络访问🔑 环境变量

Monitor Amazon Buy Box, Prices, and Seller Ratings by ASIN

Track Amazon buy box ownership, competitor pricing, and seller ratings without web scraping. Uses BrowserAct API to extract structured data from any Amazon ASIN.

支持: Claude Codex Code(CC)
📊 71 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“amazon-buy-box-monitor-api-skill”。 Check the buy box status for ASIN B005O2ZU68 on amazon.com

预期结果:

Buy Box Owner: Amazon.com
Buy Box Price: $24.99
Currency: USD
Fulfillment: FBA
Availability: In Stock
Other Sellers: 3 competing sellers with prices ranging from $22.50 to $29.99

正在使用“amazon-buy-box-monitor-api-skill”。 Get competitor pricing data for ASIN B005O2ZU68

预期结果:

Top 3 Sellers:
1. Amazon.com - $24.99 (FBA) - Rating: 4.8/5 - 12,500 feedbacks
2. TechDeals Inc - $22.50 + $5.99 shipping (FBM) - Rating: 4.2/5 - 890 feedbacks
3. QuickShip Store - $23.99 + $2.99 shipping (FBM) - Rating: 4.5/5 - 340 feedbacks

安全审计

低风险
v1 • 4/28/2026

Security audit completed. All static findings are legitimate API integration patterns. Network access is restricted to the BrowserAct API endpoint only. API key storage uses environment variables (standard secure practice). No command injection vulnerabilities exist. The external_commands detection in SKILL.md are false positives from documentation markdown code blocks.

2
已扫描文件
200
分析行数
5
发现项
1
审计总数

高风险问题 (1)

API Key Environment Variable Access
Script reads BROWSERACT_API_KEY from environment variables for authentication. This is legitimate credential management pattern.
低风险问题 (2)
Hardcoded API Endpoint URLs
API endpoint URLs are hardcoded in the script. These point to the legitimate BrowserAct API service.
External Commands in Documentation
SKILL.md contains bash command examples for script invocation - these are documentation, not actual command execution
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
50
社区
76
安全
91
规范符合性

你能构建什么

E-commerce Seller Price Intelligence

Track competitor prices for your product catalog. Identify when rivals undercut your buy box position or adjust pricing strategies.

Product Research and Sourcing

Evaluate potential products by checking buy box prices, seller ratings, and fulfillment competition before adding to your inventory.

Buy Box Ownership Monitoring

Set up alerts when buy box ownership changes for specific ASINs. Monitor your own position against competitors.

试试这些提示

Basic Buy Box Query
Use the Amazon Buy Box Monitor skill to check the buy box owner and price for ASIN B005O2ZU68 on amazon.com
Full Product Analysis
Get a complete analysis of ASIN B005O2ZU68 including buy box price, competing sellers, fulfillment methods, and seller ratings
Multi-Marketplace Search
Compare buy box data for ASIN B005O2ZU68 across amazon.com, amazon.co.uk, and amazon.de
Seller Profile Analysis
Find the current buy box owner for ASIN B005O2ZU68 and get their seller rating and feedback count

最佳实践

  • Store your BrowserAct API key securely in environment variables, never hardcode it
  • Use the default amazon.com marketplace unless targeting a specific international market
  • Check ASIN format before querying - Amazon ASINs are 10 alphanumeric characters

避免

  • Do not pass unvalidated ASINs to the script - verify format matches Amazon ASIN standards
  • Avoid rapid repeated queries for the same ASIN - implement rate limiting in your workflow
  • Do not share your BrowserAct API key across multiple users or systems

常见问题

What is an Amazon ASIN?
ASIN stands for Amazon Standard Identification Number. It is a 10-character unique identifier assigned to products on Amazon.
What marketplaces are supported?
Any Amazon marketplace URL is supported including amazon.com, amazon.co.uk, amazon.de, amazon.fr, and other regional sites.
Do I need a BrowserAct account?
Yes, you need a BrowserAct API key to use this skill. Get one from browseract.com/reception/integrations.
How long does a query take?
Queries typically complete within a few minutes depending on BrowserAct API response times. The script polls for completion.
What data is returned?
Returns buy box owner, price, fulfillment method, availability, competing sellers with prices, and seller ratings.
Is web scraping required?
No, this skill uses the BrowserAct API which handles browser automation and CAPTCHA internally.