Executes a search on an e-commerce platform using parsed keywords. Use when you have extracted search terms from a user query and need to perform the actual search[] action on the WebShop interface. Takes structured search terms and performs a search action, returning a list of product results for evaluation.
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/webshop/webshop-search-executor/SKILL.mdActivate when the user provides an instruction to find or buy a product with specific attributes. The instruction will be in the Observation.
You must respond using only the following two action formats. Your final response must be in the exact structure:
Thought: [Your reasoning about the search terms to use based on the user's requirements.]
Action: search[<keywords>]
Or, if selecting a product from results:
Thought: [Your reasoning about which product best matches.]
Action: click[<product_id>]
Instruction: "i need a long clip-in hair extension which is natural looking, and price lower than 40.00 dollars"
Observation: WebShop search page is displayed with a search bar.
Thought: The user needs a clip-in hair extension that is long and natural looking, under $40. I will search for the core product type with key attributes to get relevant results.
Action: search[long natural looking clip-in hair extension]
Instruction: "i want a pack of organic green tea bags, price lower than 10.00 dollars"
Observation: WebShop search page is displayed with a search bar.
Thought: The user wants organic green tea bags under $10. I will search with the key product terms.
Action: search[organic green tea bags]
7bb9a48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.