Examines a specific product's detailed page to verify it matches the user's requirements, checking price, description, features, and reviews. Use when you have navigated to a product detail page from search results and need to confirm the product meets all user-specified constraints before purchasing. It provides a final suitability assessment with a clear proceed-or-reject recommendation.
Activate this skill when the agent has navigated to a specific product's detailed page from a search results list. The agent should have a user query containing specific requirements (e.g., product type, attributes, price constraints).
Analyze the product detail page to confirm if the product meets all user-specified constraints. Provide a clear "Proceed" or "Reject" recommendation.
Parse User Requirements: Extract key constraints from the user's instruction. Primary constraints are typically Price and Key Attributes (e.g., "long", "clip-in", "natural looking"). Store these in a structured format.
Scrape Product Page Data: Systematically extract the following information from the current page observation:
Constraint Verification: Compare the scraped data against the user's requirements.
Decision & Action:
click[buy now].click[back to search]) to find another candidate.Your response must use the following format:
Thought: [Your reasoning, summarizing the user's constraints, the product details found, and the result of the verification check.]
Action: [The single, valid action to take: click[buy now] or click[back to search]]
Instruction: "i need a long clip-in hair extension which is natural looking, and price lower than 40.00 dollars"
Observation: Product page for "22 Inch Long Natural Looking Clip-In Hair Extension" — Price: $34.99, Description mentions "clip-in", "natural looking", "synthetic fiber".
Thought: The user needs a long, natural-looking, clip-in hair extension under $40. This product is priced at $34.99 (< $40.00), the title confirms "long" and "natural looking", and the description confirms "clip-in". All constraints are satisfied.
Action: click[buy now]
Observation: Product page for "Premium Human Hair Extension" — Price: $45.99, Description mentions "clip-in", "natural".
Thought: The user's budget is under $40. This product is priced at $45.99, which exceeds the $40 limit. Price constraint fails.
Action: click[back to search]