Skip to content
Productivity
Skill

/content-monitor

Monitor web pages for changes and extract updated content with scheduling support.

From plugin
cowork-os
421154 skills
Install
$ npx -y skills add CoWork-OS/CoWork-OS --skill content-monitor --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/content-monitor

Context preview

The summary Claude sees to decide when to auto-load this skill.

Monitor web pages for changes and extract updated content with scheduling support.

SKILL.md

content-monitor.SKILL.md
name: content-monitor
description: "Monitor web pages for changes and extract updated content with scheduling support."

Content Monitor

Purpose

Monitor web pages for changes and extract updated content with scheduling support.

Routing

  • Use when: Use when the user wants to monitor a webpage for changes, track content updates, or set up recurring content checks.
  • Do not use when: Don't use for one-time scraping where web-scraper skill is more appropriate.
  • Outputs: Content snapshot with timestamp for comparison, optionally scheduled for recurring checks.
  • Success criteria: Captures a clean content snapshot that can be compared with future scrapes to detect changes.

Trigger Examples

Positive

  • Use the content-monitor skill for this request.
  • Help me with content monitor.
  • Use when the user wants to monitor a webpage for changes, track content updates, or set up recurring content checks.
  • Content Monitor: provide an actionable result.

Negative

  • Don't use for one-time scraping where web-scraper skill is more appropriate.
  • Do not use content-monitor for unrelated requests.
  • This request is outside content monitor scope.
  • This is conceptual discussion only; no tool workflow is needed.

Parameters

| Name | Type | Required | Description | |---|---|---|---| | url | string | Yes | URL to monitor for changes | | selector | string | No | CSS selector for the section to monitor (optional) |

Runtime Prompt

  • Current runtime prompt length: 997 characters.
  • Runtime prompt is defined directly in `../content-monitor.json`.
Read more
Ships withcowork-os

Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.

Get the whole plugin