webshop-result-analyzer

Analyze web search results to rank product listings by user-defined criteria.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill webshop-result-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webshop-result-analyzer
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/webshop/webshop-result-analyzer
Command: npx skills add https://github.com/zjunlp/SkillNet --skill webshop-result-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users quickly identify the most relevant products from a list of search results by analyzing their titles, prices, and descriptions against specific user requirements.

Core Features & Use Cases

  • Product Matching: Compares search result details against user-defined product type, attributes, and price constraints.
  • Prioritized Shortlisting: Outputs a ranked list of product IDs that best match the user's criteria.
  • Use Case: When searching for a specific item like "women's size 7 red running shoes under $100," this skill will sift through the search results and present the top 3-5 options that most closely match the color, size, and price.

Quick Start

Use the webshop-result-analyzer skill to evaluate the provided search results against the user's request for a "blue cotton t-shirt, size large, under $30".

Frequently Asked Questions about webshop-result-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I filter e-commerce search results based on specific product attributes and price constraints?

To filter e-commerce search results, the skill extracts product IDs, titles, and prices from search result pages, then uses textual matching and price comparison against your defined criteria to shortlist suitable items.

What is the best way to shortlist matching products from raw webshop search pages?

The best way to shortlist matching products is analyzing the raw webshop search pages by evaluating extracted titles and prices against user-defined product types and constraints to output a prioritized ranked list of IDs.

Can I use textual matching to find specific items like running shoes under a certain price from search results?

Yes, you can use textual matching for specific items like running shoes under a certain price by evaluating the extracted search result details against your specific product type, attributes, and price constraints.

How do I rank potential product candidates for further inspection after an online search?

To rank potential product candidates for further inspection, the skill compares the extracted product titles and prices from search results against your specific requirements to prioritize and output the most suitable items.

Does product matching for e-commerce listings support identifying items by multiple specific attributes?

Yes, product matching for e-commerce listings supports identifying items by comparing the extracted search result details against multiple user-defined constraints including product type, specific attributes, and price limits.