What problem does it solve? Tracking prices on Israeli e-commerce sites like Shufersal, Rami Levy, KSP, and Yad2 is difficult because hosted scrapers get geo-blocked and many of these sites render prices via JavaScript. This Skill captures prices from the user's own machine so requests exit via the user's Israeli IP, and saves each capture as a structured JSON snapshot that accumulates price history over time. ## Core Features & Use Cases - Structured price extraction: Captures product name, price amount and currency, unit price, stock status, and SKU into a timestamped JSON file under prices/<domain>/. - Per-domain selector caching: Reads price selectors from sites.yaml and prompts once for unknown domains, storing selectors for future runs. - Price history and deltas: Repeated snapshots of the same product accumulate naturally, and the Skill reports the delta versus the most recent prior snapshot. - Use Case: Ask to snapshot a Shufersal product URL; the Skill navigates with Playwright, reads the configured selectors, parses the shekel amount handling Israeli decimal formats, and saves a JSON record you can compare against next week's capture. ## Quick Start Grab the current price from this KSP product URL and save a snapshot so I can track it over time.