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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install haresh-product-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/haresh-product-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Haresh Product Search 是什么?
Search e-commerce products via n8n webhook integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 425 次。
如何安装 Haresh Product Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install haresh-product-search」即可一键安装,无需额外配置。
Haresh Product Search 是免费的吗?
是的,Haresh Product Search 完全免费(开源免费),可自由下载、安装和使用。
Haresh Product Search 支持哪些平台?
Haresh Product Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Haresh Product Search?
由 Haresh Sainaath S(@haresh-sai06)开发并维护,当前版本 v1.0.2。