Haresh Product Search
/install haresh-product-search
Product Search Skill
Purpose
Enables users to search for products in the e-commerce catalog using natural language queries.
When to Use
- User asks to find products, search inventory, or browse catalog
- User mentions specific product types, categories, or brands
- User provides price constraints or filtering requirements
Workflow
-
Parse user intent to extract search parameters:
- Product category (e.g., "running shoes", "laptops")
- Price constraints (e.g., "under $100", "between $50-$200")
- Sort preferences (e.g., "cheapest first", "highest rated")
-
Transform parameters into JSON payload with category, price_min, price_max, sort_by
-
Use exec tool to POST to n8n webhook at http://localhost:5678/webhook/product-search
-
Parse n8n response and present results to user in friendly format
Parameter Mapping
- Category synonyms: "gym shoes" becomes "fitness", "sneakers" becomes "footwear"
- Price parsing: "under X" sets price_max to X
- Sort options: "cheapest" sorts price ascending, "best" sorts by rating
Error Handling
- If no results: Suggest broader search terms
- If webhook fails: Inform user search service is unavailable
- If timeout: Ask if user wants to wait or retry\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install haresh-product-search - After installation, invoke the skill by name or use
/haresh-product-search - Provide required inputs per the skill's parameter spec and get structured output
What is Haresh Product Search?
Search e-commerce products via n8n webhook integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 425 downloads so far.
How do I install Haresh Product Search?
Run "/install haresh-product-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Haresh Product Search free?
Yes, Haresh Product Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Haresh Product Search support?
Haresh Product Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Haresh Product Search?
It is built and maintained by Haresh Sainaath S (@haresh-sai06); the current version is v1.0.2.