TopRank Skills

Home / Claw Skills / Data Analysis / Haresh Product Search
Official OpenClaw rules 72%

Haresh Product Search

 name: haresh product search description: "Search e commerce products via n8n webhook integration" user invocable: true

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Haresh Product Search 技能。 若已安装,则直接安装 Haresh Product Search 技能。

Overview

Skill Key
haresh-sai06/haresh-product-search
Author
haresh-sai06
Source Repo
openclaw/skills
Version
-
Source Path
skills/haresh-sai06/haresh-product-search
Latest Commit SHA
9ef36cb8c48f06135cc302e9a174628ab4bd5fc1

Extracted Content

SKILL.md excerpt

---
name: haresh-product-search
description: "Search e-commerce products via n8n webhook integration"
user-invocable: true
---

# 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
1. 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")

2. Transform parameters into JSON payload with category, price_min, price_max, sort_by

3. Use exec tool to POST to n8n webhook at http://localhost:5678/webhook/product-search

4. 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

Related Claw Skills