webshop-query-interpreter

Official

Parse shopping queries into structured data.

Authorzjunlp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill addresses the challenge of converting unstructured, natural language user requests for products into a structured format that can be used by downstream systems for efficient product searching and filtering.

Core Features & Use Cases

  • Natural Language Understanding: Parses user queries to identify product types, attributes, and constraints like price.
  • Structured Output Generation: Formats extracted information into clear search parameters.
  • Use Case: A user says, "I'm looking for a red, waterproof jacket under $150." This skill would output structured data like {"product_type": "jacket", "attributes": ["red", "waterproof"], "constraints": {"price_max": 150.00}}.

Quick Start

Use the webshop-query-interpreter skill to parse the user's request for a "blue cotton t-shirt, size large, less than 30 dollars".

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: webshop-query-interpreter
Download link: https://github.com/zjunlp/SkillNet/archive/main.zip#webshop-query-interpreter

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.