amazon-competitor-analyzer by browser-act/skills
npx skills add https://github.com/browser-act/skills --skill amazon-competitor-analyzer此技能利用 browseract.com 的浏览器自动化 API,从用户提供的 ASIN 抓取亚马逊产品数据,并进行深入的竞争分析。
你需要一个 BrowserAct.com 账户和 API 密钥:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
复制 .env.example 文件为 .env 并添加你的 API 密钥:
cp .env.example .env
# 编辑 .env 文件,将 YOUR_API_KEY_HERE 替换为你的实际 API 密钥
或者设置为环境变量:
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
| 参数 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| asins | string | - | 一个或多个要分析的亚马逊 ASIN |
| --output, -o | string | ./output | 输出目录 |
| --format | string | all | 输出格式 (csv/markdown/json/all) |
| --api-key | string | env | BrowserAct API 密钥 |
此技能需要以下 Python 包:
pip install requests
可选(用于自动加载 .env 文件):
pip install python-dotenv
| 变量 | 必需 | 描述 |
|---|---|---|
| BROWSERACT_API_KEY | 是 | 你的 BrowserAct API 密钥。从 BrowserAct 控制台 获取 |
版本 : 1.0.0
更新日期 : 2026-02-09
模板 ID : 77814333389670716
每周安装量
24
代码仓库
GitHub 星标数
11
首次出现
11 天前
安全审计
安装于
gemini-cli24
github-copilot24
codex24
amp24
cline24
kimi-cli24
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
Weekly Installs
24
Repository
GitHub Stars
11
First Seen
11 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
gemini-cli24
github-copilot24
codex24
amp24
cline24
kimi-cli24
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装