What problem does it solve? Ordering groceries or items from Walmart through a general browser tool is fragile and error-prone — a single stuck UI element can burn an entire session. This Skill drives the dedicated walmart MCP server instead, which returns structured fields per call, and enforces a strict human-approval gate before any checkout window is opened. ## Core Features & Use Cases - Store and item workflow: Find stores, select one, search items, and build a cart step by step, reporting exactly what add_to_cart confirmed rather than what was requested. - Explicit checkout consent: checkout_preview shows items, quantities, total, and fulfillment, and open_checkout is only called after the user gives an explicit yes in the same turn. - Human-check handling: When Walmart shows a "Robot or human?" challenge, the tool stops and asks the user to complete it rather than retrying or routing around it. - Use Case: A user says "add milk, eggs, and bread to my Walmart cart for pickup." The Skill selects the store, searches each item, confirms ambiguous choices, reports the real cart contents and total, and only opens the checkout window after the user approves the summary. ## Quick Start Ask the assistant to add a few specific grocery items to your Walmart cart for pickup and confirm the total before checkout.