webshop-product-search

Generate search keywords and parse candidate products from web shopping results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of searching for products online by generating effective search keywords based on user-provided criteria, streamlining product discovery.

Core Features & Use Cases

  • Keyword Generation: Intelligently formulates search queries from product attributes.
  • Web Search Execution: Initiates a search on a web shopping interface.
  • Result Parsing: Processes the search results page to identify candidate products.
  • Use Case: When a user asks for "a red, durable backpack for hiking under $50", this skill generates the search query "red durable hiking backpack" and executes it.

Quick Start

Use the webshop-product-search skill to find 'wireless noise-cancelling headphones'.

Frequently Asked Questions about webshop-product-search

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

FAQPage Schema
How do I automate product search on an e-commerce website using natural language criteria?

To automate product search, this skill interprets natural language criteria to generate targeted search keywords, executes the query on a web shopping interface, and outputs a list of candidate products from the search results page.

What is the best way to generate search keywords from structured product attributes?

Generating search keywords from structured attributes is achieved by intelligently formulating search queries based on interpreted user criteria, such as condensing a request for a red hiking backpack under $50 into a targeted query string.

How do I parse candidate products from a webshop search results page?

To parse candidate products from a webshop search results page, this skill processes the web interface output after executing a generated search query, identifying and extracting a structured list of matching items.

Can I use this skill to start product discovery without manual keyword research?

Yes, you can use this skill to start product discovery without manual keyword research, as it is triggered automatically to generate appropriate search queries from structured parameters and execute them on the web interface.

Does this skill support returning to previous search results during product discovery?

Yes, this skill supports returning to previous search results during product discovery, as it is specifically triggered when starting a new product discovery task or when navigating back to existing search results.

What limitations exist when initiating a search on a web shopping interface using generated keywords?

A limitation when initiating a search on a web shopping interface is that the skill only processes the initial search results page to identify candidate products, requiring structured search parameters as input to function correctly.