skill

A skill that watches web pages through ChangeDetection.io, a tool that records page changes and can send notifications. It is designed for repeated monitoring rather than one-time checks.

In plain words
What is it for?
Monitoring prices, stock availability, page updates, or defacement, then checking changes and delivering recurring alerts through configured channels.
Why use it?
It alerts you when watched content changes, so you do not need to revisit pages manually.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rusty4444/changedetection-mcp/skill
Any agent
npx skills add rusty4444/changedetection-mcp --skill skill
Clone the repo
git clone --depth 1 https://github.com/rusty4444/changedetection-mcp

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01433
Opus 5 $0.00000 $0.00717
Sonnet 5 $0.00000 $0.00287
Haiku 4.5 $0.00000 $0.00143

Measured 2d ago against content hash 65585d60ec34, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ChangeDetection.io — MCP Server & Hermes Skill

Overview

ChangeDetection.io is a self-hosted or SaaS tool for monitoring web pages for changes — price drops, restock alerts, content updates, defacement monitoring. It's one of the most popular self-hosted tools (31k+ GitHub stars).

This skill pairs the changedetection-mcp MCP server with Hermes-native features (cron scheduling, multi-platform delivery) to create a powerful watch-and-notify loop.

When to Use

  • User asks to "watch this page" or "monitor this URL for changes"
  • User needs to be notified about price drops, restocks, or content updates
  • User wants to check what changed on a page overnight
  • User wants to set up recurring checks with delivery to Telegram/Discord/email

Don't use for: One-off checks (use web_extract or browser_navigate instead). This is for ongoing monitoring.

Prerequisites

  1. ChangeDetection.io instance — self-hosted at http://localhost:5000 (or any URL) or use the SaaS plan at https://changedetection.io
  2. API key — found in Settings → API tab in the ChangeDetection.io dashboard
  3. changedetection-mcp installedpip install changedetection-mcp (or run from source)

Setup

Option A: MCP Server (any MCP client)

Add to your MCP configuration:

{
  "mcpServers": {
    "changedetection": {
      "command": "changedetection-mcp",
      "env": {
        "CHANGEDETECTION_BASE_URL": "http://localhost:5000",
        "CHANGEDETECTION_API_KEY": "your-api-key"
      }
    }
  }
}

Option B: Hermes Config (recommended for Hermes users)

# Install the MCP server
pip install changedetection-mcp

# Add as an MCP server to Hermes
hermes mcp add changedetection --command "changedetection-mcp"

Then set env vars in ~/.hermes/.env:

CHANGEDETECTION_BASE_URL=http://localhost:5000
CHANGEDETECTION_API_KEY=your-api-key

Usage Examples

Create a watch

Can you watch https://example.com/product-page for price changes? Check hourly.

Read the full file on GitHub · 152 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 152 lines · 0 tokens per session scan A 65585d60ec34

Subscribe to this mod's changes

skill is a skill published in the GitHub repository rusty4444/changedetection-mcp (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,433 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

scrape-batch

Extract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results…

n24q02m/wet-mcp · 84 tokens

tabnexus-mcp-evals

Generate, validate, and run isolated Codex-to-TabNexus MCP evaluations with a curated 600-query dataset, executable gold tool labels, safety checks, and best-of-three stability scoring. Use when testing TabNexus MCP tool coverage, Agent behavior, regression quality, destructive-action safety, prompt changes, or a…

KaichenCurry/TabNexus · 75 tokens

unbrowser

Cheap first-pass web discovery without launching Chrome — fetch SSR pages, run bounded JS, find routes/forms/API endpoints, extract structured data, and detect bot-wall or browser-only escalation points.

protostatis/unbrowser · 40 tokens

agent-browser

Fast, persistent browser automation with session continuity. Use when automating browsers, scraping websites, filling forms, taking screenshots, testing UIs, extracting data, or when the user says "open browser", "scrape", "screenshot", "fill form", "browser automation", or "test this page." Based on…

Kevin-Liu-01/Agent-Machines · 80 tokens

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder. Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any…

Blazemeter/bzm-mcp · 76 tokens