What problem does it solve? Manually checking prices for products, flights, hotels, or tickets is repetitive and easy to forget, and naive alerts often fire on the wrong variant, pre-tax prices, or duplicate offers. This Skill sets up a durable, scheduled price watch with a precise item contract and deterministic alert logic. ## Core Features & Use Cases - Exact Item Contracts: Pins the source URL, variant, dates, travelers, and terms so two similar listings can never be confused. - Normalized All-In Pricing: Separates base price, fees, taxes, and shipping, and converts currencies only with timestamped rates. - Duplicate-Safe Scheduled Alerts: Runs as a cronjob tick, stores state in a JSON watch file, suppresses repeat alerts with cooldowns, and never overwrites last-known-good data with failed fetches. - Use Case: Ask to be alerted when a specific laptop drops below $1,000 all-in; the Skill verifies one live fetch, schedules a 6-hour check, and only notifies you when the threshold is genuinely crossed. ## Quick Start Ask the assistant to watch a specific product URL and alert you when its all-in price drops below your target amount.