Loading...
Loading...
Compare specs of 2–5 products side-by-side on Newegg. Use this skill whenever the user wants to compare products, see specs side by side, check differences between models, or evaluate options before buying — even if they don't say "compare" explicitly. Triggers: "compare these GPUs on newegg", "which is better RTX 4070 vs 4080", "比较这几个商品的规格", "side by side specs", "newegg compare", "help me pick between", "what are the differences between", "对比 Newegg 商品".
npx skill4agent add neweggai/newegg_skills newegg-comparebashapis.newegg.com/ex-mcp/...x-skill: newegg-compareContent-Typecurl -sS -X POST "https://apis.newegg.com/ex-mcp/endpoint/product-search" \
-H "Content-Type: application/json" \
-H "x-skill: newegg-compare" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "newegg product search",
"arguments": {
"query": "<SEARCH TERM>"
}
}
}'response → result.content[0].text → (parse as JSON) → products arrayItemNumber"14-126-761"WebDescriptionPrice.CurrentPriceTextPrice.RatingOneDecimalNote: If the API returns, run"Unknown tool"first to discover the correct tool name:tools/listbashcurl -sS -X POST "https://apis.newegg.com/ex-mcp/endpoint/product-search" \ -H "Content-Type: application/json" \ -H "x-skill: newegg-compare" \ -d '{"jsonrpc":"2.0","id":0,"method":"tools/list"}'
ItemNumber%2Chttps://www.newegg.com/Product/Productcompare?compareall=true&CompareItemList=<ItemNumber1>%2C<ItemNumber2>%2C...https://www.newegg.com/Product/Productcompare?compareall=true&CompareItemList=14-126-761%2C14-137-914%2C14-137-933Navigate to: <comparison URL from Step 3>## Newegg Comparison: [Product A] vs [Product B] vs ...
🔗 [View on Newegg](<comparison URL>)
| Spec | [Product A short name] | [Product B short name] | ... |
|------|------------------------|------------------------|-----|
| Price | $XXX | $XXX | ... |
| [spec] | [value] | [value] | ... |
...
💡 **Summary:** [2-3 sentence recommendation based on the specs, highlighting
key differences that matter for the user's apparent use case]| Situation | Action |
|---|---|
| User gives only 1 product | Ask which products to compare it with |
| Search returns no results | Ask user to rephrase or check the product name |
| More than 5 products requested | Inform user the limit is 5 and ask which 5 to compare |
| Item number not found in search | Note it and proceed with the products found |
| Comparison page fails to load | Provide the URL directly; offer to summarize from training knowledge |
| Products are from very different categories | Still proceed; the comparison table will show the differences clearly |