webshop-initial-search

Parse product requirements and execute an initial e-commerce search query.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial product search on an e-commerce platform, streamlining the product discovery process when user requirements are first provided or when previous searches yield unsatisfactory results.

Core Features & Use Cases

  • Requirement Parsing: Extracts key product details like quantity, size, and attributes from user instructions.
  • Query Formulation: Creates a specific search query based on parsed requirements, excluding price constraints for initial searches.
  • Search Execution: Utilizes a platform-specific search action to retrieve the first page of relevant product listings.
  • Use Case: When a user asks for "a 24 pack of 7.5 ounce bottles of non-gmo classic tonic", this skill formulates the search query and executes it to find matching products.

Quick Start

Use the webshop-initial-search skill to find a '24 pack of 7.5 ounce bottles of non-gmo classic tonic'.

Frequently Asked Questions about webshop-initial-search

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

FAQPage Schema
How do I automate e-commerce product discovery from natural language requirements?▼

Automating e-commerce product discovery involves parsing user-specified criteria like quantity, packaging, and size to formulate a precise search query. This skill extracts key product attributes from natural language and executes a platform search to retrieve the initial result set.

How do I formulate a search query for specific product attributes on an e-commerce platform?▼

Formulating a search query for product attributes requires extracting details like size and packaging from user instructions. This skill parses requirements such as a 24 pack of 7.5 ounce bottles and constructs a targeted query, excluding price constraints for initial searches.

When should I initiate a new product search instead of refining existing results?▼

You should initiate a new product search when previous outcomes are inadequate or when user requirements are first provided. This skill triggers at the beginning of product discovery to formulate a fresh query and execute a search for relevant listings.

Can I search for products using natural language descriptions like non-gmo classic tonic?▼

Yes, you can search using natural language descriptions. This skill parses specific user instructions like non-gmo classic tonic, formulates a precise search query from those key attributes, and executes the search to find matching products.

Does the initial product search include price constraints in the query?▼

No, the initial product search excludes price constraints from the formulated query. This skill focuses on parsing quantity, packaging, size, and key product attributes to retrieve the first page of relevant e-commerce listings.

What is the best way to find a specific multi-pack product on an e-commerce platform?▼

The best way to find a specific multi-pack product is to parse the exact quantity and size requirements from instructions. This skill extracts details like a 24 pack of 7.5 ounce bottles, formulates a precise query, and executes a search to return matching listings.