Help us improve
Share bugs, ideas, or general feedback.
From amazon-intelligence
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.
npx claudepluginhub similarwebproductteam/retail-iq-plugins --plugin amazon-intelligenceHow this skill is triggered — by the user, by Claude, or both
Slash command
/amazon-intelligence:competitive-intelligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze competitive dynamics on Amazon using SimilarWeb Shopper Intelligence data. Always load `BRAND_PROFILE.md` first to get the user's brand, category, competitor list, and domain.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
Analyze competitive dynamics on Amazon using SimilarWeb Shopper Intelligence data. Always load BRAND_PROFILE.md first to get the user's brand, category, competitor list, and domain.
Compare on-site search clicks share for the user's brand vs competitors within their primary category.
BRAND_PROFILE.md for brand, category, competitor list, and domainget-clicks-share-agg with brand, category, domain: <domain from BRAND_PROFILE.md>Compare sales performance across brands in the same category.
get-brands-sales-performance-agg with brand, category, domain: <domain from BRAND_PROFILE.md>get-brands-sales-performance (non-agg) with granularity: "monthly"Find new or emerging competitors the user may not be tracking.
get-brands-top-competitors-agg with the user's brand and categoryBRAND_PROFILE.mdget-brands-sales-performance-agg to show their scaleIdentify keyword overlap and gaps between the user and competitors.
get-brands-top-keywords-agg for user's brand and each competitor (same category)get-keywords-top-brands-agg to see full competitive rankingAnalyze a specific competitor's top-performing products.
get-brands-top-products-agg for the competitor brand in categoryget-products-top-keywords (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date for trend data, or get-products-top-keywords-agg for an aggregated snapshot, to understand what search terms drive traffic.Always use the dashboard-ui skill for presenting results. After collecting data from the API calls above, build a single self-contained HTML dashboard and save it to the user's workspace folder.
| Analysis | Primary components |
|---|---|
| Share of voice comparison | Share bar (all brands), data table (brand, clicks share %, change), Chart.js horizontal bar chart |
| Competitor sales benchmarking | Data table (brand, revenue, units, ASP with change indicators), KPI cards (user brand vs #1 competitor), Chart.js line chart (monthly trends) |
| Competitor discovery | Alert banner (new competitors found), data table (new brands with affinity score + revenue), classification badges (threat level) |
| Keyword battleground | Two-column layout (user keywords vs competitor keywords), data table (shared keywords with rankings), classification badges (battleground / gap / advantage) |
| Competitor product teardown | Data table (competitor top products + keyword drivers), insight box (strategic takeaways) |
skills/dashboard-ui/SKILL.md for the full component library and CSS.html to the workspace folder and link with computer://get-brands-top-competitors / get-brands-top-competitors-aggget-brands-sales-performance / get-brands-sales-performance-aggget-clicks-share / get-clicks-share-aggget-brands-top-keywords / get-brands-top-keywords-aggget-brands-top-products / get-brands-top-products-aggget-keywords-top-brands / get-keywords-top-brands-aggget-products-top-keywords / get-products-top-keywords-agg — time-series for trends, -agg for aggregated snapshots