Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
SimilarWeb Amazon Intelligence for ecommerce teams. Analyze category trends, competitive landscape, keyword opportunities, product performance, and brand health on Amazon using SimilarWeb Shopper Intelligence data.
npx claudepluginhub similarwebproductteam/retail-iq-plugins --plugin amazon-intelligenceMonitor your brand health on Amazon — sales trends, search share changes, competitive shifts, and alerts
Deep-dive competitive analysis against your Amazon competitors — sales, search share, keywords, and products
Analyze Amazon on-site search keywords — find opportunities, track trends, and identify gaps in your keyword strategy
Get a full market overview of your Amazon category — size, trends, top brands, top products, and search demand
Browse your analysis history — view past reports, methodology logs, and review results
Amazon brand-level performance monitoring using SimilarWeb Shopper Intelligence. Track brand sales trends, search share of voice, top products, keyword health, and portfolio optimization. Use when the user asks about brand performance, sales trends, brand health, search share, how their brand is doing, or brand-level KPIs on Amazon.
Amazon category-level market intelligence using SimilarWeb Shopper Intelligence. Analyze category size, growth trends, top brands, top products, search demand, and seasonal patterns. Use when the user asks about market size, category trends, market overview, who leads a category, what's trending, or seasonal demand patterns on Amazon.
Analyze Amazon competitors using SimilarWeb Shopper Intelligence. Compare brand sales performance, search share of voice, keyword overlap, and product positioning against direct competitors. Use when the user asks about competitors, competitive landscape, market share, share of voice, who is winning a category, or competitive threats on Amazon.
SimilarWeb-branded HTML dashboard builder for Amazon Intelligence. Generates beautiful, interactive single-file HTML reports with KPI cards, data tables, charts, trend indicators, and alerts. Every other skill should use this skill to present results visually. Use when generating any report, dashboard, or visual output.
Comprehensive keyword gap analysis for Amazon brands using SimilarWeb Shopper Intelligence. Identifies keyword opportunities by comparing your brand's keyword portfolio against competitors, the category, and at the ASIN level. Scores and prioritizes gaps by volume, competition, and trend direction. Use when the user asks about keyword gaps, missing keywords, keyword opportunities, where competitors are winning on search, or what keywords they should target next on Amazon.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skill for managing and optimizing Amazon Advertising campaigns — browse campaigns, analyze performance, get bid/budget recommendations, and discover keyword opportunities via the Marketplace Ad Pros MCP server.
Comprehensive market research for any product or business idea across Web, Reddit, and X. Validate the problem, size the market, map competition, profile the customer, and produce a cited markdown report. No API keys required.
Amplitude-powered analytics skills — analyze dashboards, charts, experiments, feedback, and account health with AI.
AI-powered marketing intelligence for brand analysis, content strategy, and competitive research
Marketing agents and public-data skills for Claude, Codex, and any MCP client. Read-only research over UnifAPI's SEO, social, local, and AI-visibility APIs.
Marketing analysis suite with 7 skills and 4 parallel agents — audit paid campaigns, find SEO opportunities, detect churn signals, and generate branded PDF reports. Powered by a tested analysis engine (ds_utils.py, 113 functions). Works automatically with Dataslayer MCP or manually with CSV/JSON data.
A plugin marketplace for Claude Code — SimilarWeb intelligence tools for ecommerce, competitive analysis, and market research.
# Add the SimilarWeb marketplace
/plugin marketplace add <your-org>/similarweb-plugins
# Browse available plugins
/plugin search @similarweb-plugins
# Install a plugin
/plugin install amazon-intelligence@similarweb-plugins
| Plugin | Description | Commands | Skills |
|---|---|---|---|
| amazon-intelligence | Amazon category trends, competitive landscape, keyword opportunities, product performance, and brand health | 7 | 8 |
# Add marketplace
/plugin marketplace add <your-org>/similarweb-plugins
# Install specific plugins
/plugin install amazon-intelligence@similarweb-plugins
# Clone repository
git clone <repo-url>
cd similarweb-plugins
# Install locally for testing
/plugin marketplace add ./
/plugin install amazon-intelligence@similarweb-plugins
See CONTRIBUTING.md for the full guide. In short:
plugins/your-plugin-name/.claude-plugin/plugin.json with name, version, description.claude-plugin/marketplace.jsonnpm run validate to check everything# Validate marketplace structure and all plugins
npm run validate
# Deep-validate plugin contents
npm run validate:plugins
# Generate registry.json summary
npm run generate:registry
similarweb-plugins/
.claude-plugin/
marketplace.json # Plugin catalog (the marketplace registry)
plugins/
amazon-intelligence/ # Each plugin is a self-contained directory
.claude-plugin/
plugin.json # Plugin manifest
.mcp.json # MCP server connections
commands/ # Slash commands
skills/ # Skills (domain knowledge)
agents/ # Sub-agents (e.g., review-agent)
references/ # Reference docs for the plugin
README.md # Plugin documentation
scripts/
validate-all.js # Marketplace + plugin validation
validate-plugins.js # Deep plugin content validation
generate-registry.js # Generate registry.json for browsing
CONTRIBUTING.md # Guide for plugin authors
package.json # npm scripts for validation
registry.json # Auto-generated plugin index
All plugins in this marketplace connect to the SimilarWeb MCP server for data. Plugins may also integrate with optional connectors like Slack for sharing reports.
MIT