content-monitor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContent 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.
- 适用场景:用户需要监控网页变化、跟踪内容更新,或设置周期性内容检查时使用。
- 不适用场景:不要用于单次爬取需求,此类场景使用web-scraper skill更合适。
- 输出:带时间戳的内容快照用于比对,也可选择设置周期性检查定时执行。
- 成功标准:捕获干净的内容快照,可与后续爬取结果比对以检测内容变更。
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.
- 对该请求使用content-monitor skill。
- 帮我使用内容监控功能。
- 用户需要监控网页变化、跟踪内容更新,或设置周期性内容检查时使用。
- 内容监控:提供可执行的结果。
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.
- 不要用于单次爬取需求,此类场景使用web-scraper skill更合适。
- 不相关的请求不要使用content-monitor。
- 该请求不在内容监控的处理范围内。
- 这仅为概念讨论,不需要调用工具工作流。
Parameters
参数
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to monitor for changes |
| selector | string | No | CSS selector for the section to monitor (optional) |
| 名称 | 类型 | 必填 | 描述 |
|---|---|---|---|
| url | string | 是 | 需要监控变更的目标URL |
| selector | string | 否 | 用于指定监控区域的CSS selector(可选) |
Runtime Prompt
运行时提示
- Current runtime prompt length: 997 characters.
- Runtime prompt is defined directly in .
../content-monitor.json
- 当前运行时提示长度:997字符。
- 运行时提示直接在中定义。
../content-monitor.json