使用 browseract.com 自动化 API 从 ASIN 中抓取亚马逊产品数据,并执行外科手术竞争分析。比较规格、价格、版本...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install amazon-competitor-analyzer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install amazon-competitor-analyzer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/amazon-competitor-analyzer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: amazon-competitor-analyzer description: Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities. env: - BROWSERACT_API_KEY ---
This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.
You need a BrowserAct.com account and API key:
Copy the .env.example file to .env and add your API key:
cp .env.example .env
# Edit .env and replace YOUR_API_KEY_HERE with your actual API key
Or set as environment variable:
export BROWSERACT_API_KEY="your-api-key-here"
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | asins | string | - | One or more Amazon ASINs to analyze | | --output, -o | string | ./output | Output directory | | --format | string | all | Output format (csv/markdown/json/all) | | --api-key | string | env | BrowserAct API key |
This skill requires the following Python packages:
pip install requests
Optional (for automatic .env loading):
pip install python-dotenv
| Variable | Required | Description | |----------|----------|-------------| | BROWSERACT_API_KEY | Yes | Your BrowserAct API key. Get it from BrowserAct Console |
---
Version: 1.0.0 Updated: 2026-02-09 Template ID: 77814333389670716
安装 亚马逊竞争对手分析器 后,可以对 AI 说这些话来触发它
Help me get started with Amazon Competitor Analyzer
Explains what Amazon Competitor Analyzer does, walks through the setup, and runs a quick demo based on your current project
Use Amazon Competitor Analyzer to scrapes Amazon product data from ASINs using browseract
Invokes Amazon Competitor Analyzer with the right parameters and returns the result directly in the conversation
What can I do with Amazon Competitor Analyzer in my product manager workflow?
Lists the top use cases for Amazon Competitor Analyzer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/amazon-competitor-analyzer/ 目录(个人级,所有项目可用),或 .claude/skills/amazon-competitor-analyzer/(项目级)。重启 AI 客户端后,用 /amazon-competitor-analyzer 主动调用,或让 AI 根据上下文自动发现并使用。
亚马逊竞争对手分析器 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
亚马逊竞争对手分析器 可免费安装使用。请查阅仓库了解许可证信息。
使用 browseract.com 自动化 API 从 ASIN 中抓取亚马逊产品数据,并执行外科手术竞争分析。比较规格、价格、版本...
亚马逊竞争对手分析器 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Amazon Competitor Analyzer
Identifies repetitive steps in your workflow and sets up Amazon Competitor Analyzer to handle them automatically