monitor-page

Compare current web page content against a saved baseline to detect changes.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill monitor-page-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor-page
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/apps/server/src/skills/defaults/monitor-page
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill monitor-page-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track changes on a web page by comparing content snapshots over time. Use when you want to watch for updates, price drops, stock availability, or content changes.

Core Features & Use Cases

  • Capture a baseline by loading a target URL and extracting the content you care about.
  • Periodically check for changes by reloading the page, re-extracting content, and comparing to the baseline.
  • Report differences clearly; optionally update the baseline after a change.

Quick Start

Navigate to the target URL, capture the baseline content, and configure monitoring to alert you when subsequent checks detect changes.

Frequently Asked Questions about monitor-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor web pages for content changes?

To monitor web pages for content changes, the Skill captures a baseline snapshot of a target URL and periodically reloads the page to compare new content against the saved version. It then reports any detected differences or updates.

Can I track price changes and stock updates on a specific URL?

Yes, you can track price changes and stock updates on a specific URL. By extracting targeted content and storing a baseline, the Skill detects updates when the page is reloaded and reports the differences clearly.

How does comparing current content against a saved baseline work?

Comparing current content against a saved baseline works by storing an initial snapshot in memory, reloading the target web page later, and running a comparison between the two snapshots to identify and report any new content or changes.

What is the best way to get alerts when a web page changes?

The best way to get alerts when a web page changes is to configure periodic monitoring. The Skill navigates to the target URL, compares the extracted content to the baseline, and alerts you when subsequent checks detect differences.

Does the baseline update automatically after detecting changes?

The baseline does not automatically update by default. After detecting changes and reporting differences, the Skill provides an option to update the baseline, allowing you to decide when to establish a new tracking standard.