スキル amazon-best-selling-products-finder-api-skill
📦

amazon-best-selling-products-finder-api-skill

中リスク 🌐 ネットワークアクセス🔑 環境変数

通过API提取亚马逊畅销产品

手动从亚马逊提取产品数据既缓慢又容易出错。此技能通过使用BrowserAct API自动完成这一过程,返回包含产品标题、价格、评分、评论数、销量和促销详情在内的结构化数据。

対応: Claude Codex Code(CC)
⚠️ 65 貧弱
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「amazon-best-selling-products-finder-api-skill」を使用しています。 Find the top 5 best selling gaming mice on Amazon and show their prices, ratings, and review counts.

期待される結果:

Product: Logitech G502 Hero - $49.99 | Rating: 4.6/5 | Reviews: 32,450
Product: Razer DeathAdder V2 - $44.99 | Rating: 4.5/5 | Reviews: 28,120
Product: SteelSeries Rival 600 - $59.99 | Rating: 4.4/5 | Reviews: 15,780
Product: Corsair Harpoon RGB - $29.99 | Rating: 4.5/5 | Reviews: 22,340
Product: Glorious Model O - $49.99 | Rating: 4.6/5 | Reviews: 18,900

「amazon-best-selling-products-finder-api-skill」を使用しています。 Compare iPhone 15 prices and availability across Amazon US and UK marketplaces.

期待される結果:

Amazon US: iPhone 15 128GB - $799.00 | In Stock | 4.6 stars (8,200 reviews)
Amazon UK: iPhone 15 128GB - £799.00 | In Stock | 4.5 stars (3,450 reviews)

Price difference: UK price is approximately 15% higher after currency conversion.

「amazon-best-selling-products-finder-api-skill」を使用しています。 What are the trending kitchen gadgets this month on Amazon? Show sales volume and promotions.

期待される結果:

1. Air Fryer Pro Max 8QT - $89.99 | 4.7 stars | 5,200 sold/month | Lightning Deal: 20% off
2. Instant Pot Duo Plus - $79.99 | 4.6 stars | 4,800 sold/month | No promotion
3. Ninja Creami Ice Cream Maker - $199.99 | 4.4 stars | 3,100 sold/month | Coupon: $25 off

セキュリティ監査

中リスク
v2 • 5/21/2026

After evaluating 63 static analysis findings across 2 files (199 lines), the confirmed risks are: network access to BrowserAct API (legitimate, the skill purpose is API-based data extraction) and environment variable access for BROWSERACT_API_KEY (required for authentication). 29 external_commands findings in SKILL.md are FALSE POSITIVES - the scanner misidentified Markdown code block delimiters and inline backticks as Ruby/shell backtick execution (SKILL.md is documentation, not a shell script). 6 weak cryptographic algorithm findings in SKILL.md are FALSE POSITIVES - the scanner flagged Markdown horizontal rules (---) and heading markers (##). 2 system reconnaissance findings are FALSE POSITIVES - they are documentation text. No malicious intent, obfuscation, data exfiltration, or prompt injection detected. Risk level is MEDIUM because the skill makes external API calls and accesses credentials, which is expected and documented behavior for an API-based data extraction tool.

2
スキャンされたファイル
199
解析された行数
5
検出結果
2
総監査数
中リスクの問題 (2)
Network access to external API
The Python script makes HTTP requests to api.browseract.com to run workflow tasks, poll status, and retrieve results. This is expected and required for the skill to function as a BrowserAct API client. The API endpoint is hardcoded and not user-configurable.
Environment variable credential access
The script reads BROWSERACT_API_KEY from environment variables for authenticating with the BrowserAct API. This is standard credential handling for an API client. The API key is sent only to the intended BrowserAct API endpoint.
低リスクの問題 (1)
Hardcoded URLs in documentation
SKILL.md contains hardcoded URLs to BrowserAct console and Amazon marketplace domains. These are instructional URLs in documentation text, not executable code. No risk of unauthorized network requests.

検出されたパターン

Markdown formatting misidentified as shell executionMarkdown formatting misidentified as weak cryptography
監査者: claude 監査履歴を表示 →

品質スコア

45
アーキテクチャ
100
保守性
87
コンテンツ
32
コミュニティ
53
セキュリティ
91
仕様準拠

作れるもの

市场趋势分析

提取特定关键词的产品列表、评分和销量,以识别任何产品类别中的市场趋势和需求模式。

竞争对手价格监控

随时间追踪竞争对手的定价、折扣和促销活动,以优化您自己的定价策略并在市场中保持竞争力。

跨区域产品比较

比较不同亚马逊市场的产品可用性、定价和评分,以发现套利机会和区域趋势。

これらのプロンプトを試す

基础产品搜索
Find the best selling [product category] on Amazon and return the top [number] products with their titles, prices, and ratings.
竞争对手定价分析
Search Amazon for [product name] and extract the current prices, list prices, and sales volumes. Compare this data across different sellers.
跨区域市场比较
Search for [product name] on Amazon.com, Amazon.co.uk, and Amazon.de. Compare the prices, availability, and ratings across all three regions.
热门产品发现
Find the top 20 best selling products in the [category] category on Amazon. For each product return the title, current price, star rating, review count, past month sales volume, and any promotion badges.

ベストプラクティス

  • 在调用脚本之前设置BROWSERACT_API_KEY环境变量,切勿将其硬编码在脚本中或分享给他人。
  • 先使用较小的limit值(如5)进行快速测试,然后再使用更高的限制值运行完整提取。
  • 使用具体、精准的关键词以获得更相关的产品结果和更快的任务完成速度。

回避

  • 不要将BrowserAct API密钥提交到版本控制中,也不要在日志、错误消息或文档中分享它。
  • 在未先使用较小样本测试验证结果是否正确之前,不要将limit设置为非常高的值。
  • 不要忽略指示API密钥无效或已过期的错误消息;在重试之前先检查BrowserAct控制台。

よくある質問

什么是BrowserAct API?
BrowserAct是一个第三方服务,提供用于数据提取的自动化浏览器工作流模板,包括亚马逊产品数据。
我需要BrowserAct账户才能使用此技能吗?
是的,您需要一个BrowserAct账户以及一个设置为BROWSERACT_API_KEY环境变量的有效API密钥。
产品提取需要多长时间?
数据提取可能需要几分钟,因为BrowserAct API会运行自动化浏览器操作来收集产品数据。
我可以在不同的亚马逊区域进行搜索吗?
是的,您可以将marketplace URL参数设置为任何亚马逊域名,例如amazon.co.uk或amazon.de,以进行特定区域的搜索。
此技能返回哪些数据字段?
结果包括标题、品牌、标价、当前价格、星级评分、评论数量、销量、可用性、促销、ASIN、分类、徽章和产品URL。
如果提取失败会怎样?
脚本会自动重试一次。如果再次失败,请在报告错误之前检查您的API密钥有效性和网络连接。