Performs the first search on an e-commerce platform using keywords derived from parsed user requirements. Use when starting product discovery from a user instruction or when previous search results are insufficient and a new query is needed. It formulates a search query from the criteria (e.g., '24 pack of 7.5 ounce bottles of non-gmo classic tonic') and executes the search[] action, returning the initial result page.
80
100%
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
Parse Requirements: Extract the core product criteria from the user's instruction. Focus on:
Formulate Search Query: Combine the extracted criteria into a concise, natural-language search string. Prioritize specificity to filter results effectively.
24 pack of 7.5 ounce bottles of non-gmo classic tonicExecute Search: Use the platform's search[<keywords>] action with your formulated query.
Next Steps: After executing this skill, proceed to evaluate the search results. The next actions will typically involve clicking on a promising product listing or refining the search.
User instruction: "I would like to find a 24 pack of 7.5 ounce bottles of non-gmo classic tonic, and target price lower than 50.00 dollars"
Thought: I need to search for the product using the key attributes. I will omit the price constraint from the search keywords.
Action: search[24 pack of 7.5 ounce bottles of non-gmo classic tonic]
Observation: The platform returns the initial search results page with matching product listings.
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.