webshop-search-executor

Execute product searches on an e-commerce platform using parsed keywords.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the process of searching for products on an e-commerce platform based on user-provided criteria, streamlining the product discovery phase.

Core Features & Use Cases

  • Structured Search Execution: Translates natural language product requests into precise search queries.
  • Product Result Retrieval: Fetches and returns a list of relevant product results from the e-commerce platform.
  • Use Case: When a user asks "Find me a blue running shoe under $100 with good cushioning", this skill will construct and execute the appropriate search query to find matching products.

Quick Start

Use the webshop-search-executor skill to find 'organic cotton t-shirts'.

Frequently Asked Questions about webshop-search-executor

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

FAQPage Schema
How do I execute product searches on an e-commerce platform using natural language?

To execute product searches, this skill translates natural language requests into precise queries based on attributes like name, price, and features to retrieve matching items.

Can I use this to discover products based on specific attributes like price and features?

Yes, you can discover products by providing criteria such as name, price, and features, which the executor converts into a structured search query.

What is the required action grammar for query execution in e-commerce searches?

Query execution requires adherence to a strict action grammar for search and click operations to accurately fetch and return relevant product results.

Does webshop search execution work with complex natural language product requests?

Yes, webshop search execution applies structured search execution to translate complex natural language product requests into precise e-commerce search queries.

How do I retrieve a list of relevant products after constructing a search query?

Product result retrieval is handled automatically by the skill, which fetches and returns a list of relevant products from the e-commerce platform after query execution.