A browser-automation tool for extracting and analyzing Amazon ASIN data to uncover competitor vulnerabilities and pricing strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install amazon-competitor-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install amazon-competitor-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Amazon Competitor Analyzer is a specialized tool designed to provide deep market insights by scraping Amazon product data through browseract.com. As a core part of your Openclaw Skills ecosystem, it performs surgical analysis on competitor listings, looking beyond simple pricing to evaluate review quality, technical specifications, and visual branding strategies. This skill is essential for developers and e-commerce professionals who need reliable, automated data to inform their product development and marketing decisions without the overhead of manual research.
Before running this skill from your Openclaw Skills directory, ensure you have a BrowserAct API key from their integration settings. Set the environment variable and install the necessary Python requests library:
export BROWSERACT_API_KEY="your_key_here"
pip install requests
Run the analyzer with specific ASINs to generate a report:
python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG
The skill generates structured reports categorized by ASIN. The following schema is used for organization within the output directory:
| Attribute | Description |
|---|---|
| Product Identity | ASIN, Title, and high-resolution image URLs |
| Financials | Current price points and buy-box status |
| Social Proof | Rating distribution, review count, and sentiment patterns |
| Analysis | Summary of competitor moats and identified market vulnerabilities |
Data is saved to the specified output directory in CSV, Markdown, or JSON formats to ensure compatibility with other Openclaw Skills.
Loading
A specialized utility for reducing AI agent token consumption, now transitioned to the canonical openclaw-agent-optimize skill.

A strategic advisory skill designed to audit and refine OpenClaw workspaces for peak efficiency, lower costs, and reduced context bloat.

A utility focused on refining and optimizing the performance of AI agents within the Openclaw ecosystem.

A reliability-first checklist for hardening POSIX-based OpenClaw background workers and unattended automation against shell-specific failures.

Effortlessly extract structured business data and leads from Google Maps using natural language commands.

A specialized automation skill for extracting structured, real-time news data from Google News using the BrowserAct API.








































