What problem does it solve?
Web pages change frequently and manually checking them for price drops, stock availability, or new content is slow and error-prone. This Skill automates watching a specific part of a page and alerts you when the targeted content changes so you can act faster and avoid missing important updates.
Core Features & Use Cases
- Baseline snapshot capture: Load the target URL and extract the specific content to track, storing a baseline state for later comparison.
- Targeted extraction: Use navigation, page evaluation, or CSS selectors to precisely identify price elements, stock indicators, or textual content.
- Change detection and reporting: Revisit the page, extract the same content, compare against the baseline, and report differences with before/after context.
- Update workflow: After reporting changes, update the stored baseline so monitoring continues from the latest state.
- Use Cases: Monitor product price changes, detect stock availability on retailer pages, watch news or blog pages for new articles, and track dynamic content changes on dashboards.
Quick Start
Ask the assistant to monitor https://example.com/product for price changes by tracking the .price selector and notify me when the value changes.