From amazon-intelligence
Amazon product-level (ASIN) analytics using SimilarWeb Shopper Intelligence. Track ASIN sales performance, identify keyword drivers, benchmark against competitive products, and analyze portfolio performance. Use when the user asks about a specific ASIN, product performance, product comparison, best-selling products, or product-level trends on Amazon.
npx claudepluginhub similarwebproductteam/retail-iq-plugins --plugin amazon-intelligenceThis skill uses the workspace's default tool permissions.
Analyze Amazon products at the ASIN level using SimilarWeb Shopper Intelligence. Always load `BRAND_PROFILE.md` first for the user's tracked ASINs and domain.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Analyze Amazon products at the ASIN level using SimilarWeb Shopper Intelligence. Always load BRAND_PROFILE.md first for the user's tracked ASINs and domain.
get-products-sales-performance, get-products-top-keywords) with start_date, end_date, and granularity: "monthly" for trend data, or use the -agg variants for aggregated snapshots.start_date and end_date in YYYY-MM format. Default to the last 6 months.get-categories-search to resolve it.category — pass the numeric category ID for all brand-level calls.Sales and traffic overview for a specific product.
BRAND_PROFILE.md for tracked ASINs, category ID, and domainget-products-sales-performance (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date, granularity: "monthly" — get revenue, units, price over time; use latest month as snapshotget-products-top-keywords (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date, limit: 20 — keyword driversTrack how a product's performance changes over time.
get-products-sales-performance (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date, granularity: "monthly"get-products-top-keywords (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date, granularity: "monthly" to see if keyword mix is shiftingAnalyze all tracked ASINs together.
get-brands-top-products-agg with brand, category (numeric ID), domain: <domain from BRAND_PROFILE.md>, limit: 20 — this returns all products with revenue, units, price, rating in one callget-products-sales-performance (time-series) with explicit dates for each priority ASINCompare the user's ASIN against competitor products.
get-keywords-top-products-agg for the user's top keywordsget-products-sales-performance (time-series) with start_date, end_date, granularity: "monthly" for sales comparisonget-products-top-keywords (time-series) with start_date, end_date for both ASINs to compare keyword strategiesFind keyword gaps and opportunities for a specific ASIN.
get-products-top-keywords (time-series) with asin, domain: <domain from BRAND_PROFILE.md>, start_date, end_date for current keyword portfolioget-categories-top-keywords-agg for category-level demandget-keywords-top-products-agg to assess competition difficultyAlways 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 |
|---|---|
| ASIN performance dashboard | KPI cards (revenue, units, avg price, keyword count), data table (top 20 keywords with clicks share), Chart.js doughnut chart (keyword traffic sources) |
| ASIN trend analysis | Chart.js line chart (monthly revenue + units + price), alert banner (if price effect detected), insight box (keyword mix shifts), classification badges (new / lost keywords) |
| Portfolio overview | Data table (all ASINs with revenue, units, growth, classification), classification badges (Star / Cash Cow / Rising Star / Underperformer), Chart.js bar chart (revenue by ASIN) |
| Competitive product comparison | Two-column layout (user ASIN vs competitor ASIN), data table (keyword overlap with share comparison), KPI cards (side-by-side metrics), insight box (positioning gaps) |
| Product keyword optimization | Data table (gap keywords with volume + competition score), classification badges (best opportunity / moderate / hard), share bar (current keyword coverage), alert banner (top opportunities) |
skills/dashboard-ui/SKILL.md for the full component library and CSS.html to the workspace folder and link with computer://get-products-sales-performance / get-products-sales-performance-agg — time-series for trends, -agg for aggregated snapshotsget-products-top-keywords / get-products-top-keywords-agg — time-series for trends, -agg for aggregated snapshotsget-brands-top-products / get-brands-top-products-agg — for portfolio-level data (works fine)get-keywords-top-products / get-keywords-top-products-agg — for competitive product discoveryget-categories-top-keywords / get-categories-top-keywords-agg — for category keyword demand