Navigates to and interacts with a specific product's detail page. This skill is triggered after a candidate product ID is selected from search results. It performs the click action to load the product page and then identifies available interactive elements (like flavor or size selectors) that need to be configured to match the user's requirements.
59
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./experiments/src/skills/webshop/webshop-product-detail-navigator/SKILL.mdThis skill is used to navigate from a product search result to the product's detail page and configure it according to the user's specific requirements (e.g., flavor, size, dietary needs).
Use this skill when you have identified a candidate product from a search result list and need to:
flavor or size) to match the user's request.B06Y96MXJV) from the search results to load its detail page.flavor first, then the correct size.Buy Now).Your actions must strictly follow the required format:
click[<exact_value>] - The <exact_value> must match one of the strings in the "clickables" list from the observation, including case and spacing.search[<keywords>] - Use only if you need to go back to search. This skill focuses on post-search navigation.The deterministic sequence of checking for and selecting flavor and size options is handled by the bundled script configure_product.py. Use it to generate the correct click actions after loading the product page.
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.