Built on Playwright MCP tools for automating e-commerce workflows. You get pre-packaged scripts for common shopping tasks like simple search, advanced filtering by name or description with price ranges, and filling checkout forms with shipping details. The skill separates reusable atomic operations (navigate, click, type, snapshot) from higher-level scripts that chain them together. Honestly most useful when you're testing shopping flows repeatedly or scraping product data, since you can just call Python scripts with parameters instead of clicking through forms manually. The ref-based element targeting means you'll need to snapshot pages first to grab element references, which adds a step but keeps things stable across page changes.
npx skills add https://github.com/masslab-sii/open-agent-skills --skill shopping-browser-automation