Selects the most promising product candidate from a filtered shortlist for detailed inspection. Use when you are on a search results page with multiple viable items and need to make a final selection based on a heuristic such as best feature match or lowest price. Triggers navigation to the selected product's detail page via click[product_id].
66
78%
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-product-selector/SKILL.mdUse this skill when you are on a search results page with multiple product options that appear to meet the user's core requirements.
B093C1THVP), a title, and a price.selector.py script to programmatically identify the best candidate. The script implements the following logic:
click[product_id].Structure your reasoning before acting using this template:
Thought: [List the user's requirements, evaluate each candidate product against them, explain why the selected product is the best match.]
Action: click[<product_id>]
Instruction: "i need a portable double horn bluetooth speaker that is easy to carry, and price lower than 50.00 dollars"
Observation (Search Results):
Thought: The user needs a portable, double horn bluetooth speaker that is easy to carry, under $50. B093C1THVP at $32.99 matches "portable", "double horn", and "easy to carry" — all keywords present in the title. B08XYZ1234 exceeds the $50 budget. B07ABC5678 is within budget but lacks "double horn". Selecting B093C1THVP as the best match.
Action: click[B093C1THVP]
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.