π¦ ClawHub
Haresh Product Search
by @haresh-sai06
Search e-commerce products via n8n webhook integration
TERMINAL
clawhub install haresh-product-searchπ About This Skill
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
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