newegg-compare
Installation
SKILL.md
Newegg Product Comparison
Compare up to 5 products side-by-side using Newegg's comparison page. This skill handles the full flow: searching for products, resolving item numbers, building the comparison URL, and presenting a clean spec summary.
Step 1 — Identify the products to compare
Parse the user's message to extract 2–5 product names or descriptions. If the user only mentions one product, ask them which other products they'd like to compare it against before proceeding.
Step 2 — Search for each product via the API
For each product, call the Newegg search API using bash:
Related skills