Filters search results by evaluating product listings against specific user constraints like price, features, or ratings. Use when you are on a search results page and need to systematically identify which products meet all given criteria before selecting one for closer inspection. Takes a list of products with their details and outputs a filtered subset that meets the defined requirements.
72
88%
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
Activate this skill when you are on a search results page in a web shopping environment and need to systematically evaluate which products meet a user's specific, multi-faceted requirements (e.g., "price lower than 40.00 dollars" AND "natural looking").
Parse the Instruction: Extract the user's constraints from the instruction. Common constraints include:
price lower than 40.00 dollars).natural looking, long, clip-in).Validate Constraints: Confirm you have at least one constraint extracted before proceeding. If the instruction contains no filterable criteria, skip filtering and select the first available product.
Parse the Observation: Extract the list of products from the search results page (Product ID, Title, Price, Rating if available).
Apply Filters: For each product, check it against all extracted constraints:
Output Decision: Select the first product that passes all criteria as the primary candidate for click[product_id]. If no product passes:
click[Next >] to check additional result pages.search[refined keywords] with adjusted terms.i need a long clip-in hair extension which is natural looking, and price lower than 40.00 dollarsprice < 40.00natural (implied from "natural looking")B09C337K8S: Price $29.99 (< $40.00). Title contains "Natural Looking". PASSES.B093BKWHFK: Price $63.99 (> $40.00). FAILS on price.B099K9Z9L2: Price $43.99 (> $40.00). FAILS on price.B09C337K8S is selected as the top matching candidate.After identifying a matching product, click on it for more details:
Thought: [Summarize which constraints each product passed or failed, justify your selection.]
Action: click[<matching_product_id>]
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.