✓ Verified 💻 Development ✓ Enhanced Data

Content Watcher

AI-powered content monitoring and summarization tool.

Rating
4.4 (284 reviews)
Downloads
1,271 downloads
Version
1.0.0

Overview

AI-powered content monitoring and summarization tool.

Key Features

1

✅ RSS/Atom feed parsing

2

✅ Web content extraction

3

✅ AI text summarization (local, no API key)

4

✅ Markdown digest generation

5

✅ Multi-source aggregation

6

✅ Duplicate detection

7

✅ Configurable via CLI

Complete Documentation

View Source →

Content Watcher

Monitor any RSS feeds, blogs, or news sources and get AI-powered daily digests.

Quick Start

bash
# Install dependencies
npm install

# Add your first source
content-watcher add https://techcrunch.com/feed/ --name "TechCrunch"

# Run once to test
content-watcher run

# Save digest to file
content-watcher run --output digest.md

Commands

CommandDescription
add Add a source to monitor
remove Remove a source
listList all sources
runGenerate digest now
configShow configuration

Features

  • ✅ RSS/Atom feed parsing
  • ✅ Web content extraction
  • ✅ AI text summarization (local, no API key)
  • ✅ Markdown digest generation
  • ✅ Multi-source aggregation
  • ✅ Duplicate detection
  • ✅ Configurable via CLI

Configuration

Config stored at ~/.config/content-watcher/config.json:

json
{
  "sources": [...],
  "delivery": "console",
  "summaryStyle": "bullet",
  "maxItemsPerSource": 5
}

Use Cases

  • Competitive Intelligence - Monitor competitor blogs/news
  • Industry Trends - Track tech/finance/marketing trends
  • Research Assistant - Aggregate academic/sources
  • Content Curation - Create newsletters automatically

Integration

Works great with:

  • Feishu webhook (auto-post digest)
  • Email delivery (send digest)
  • Cron scheduling (daily runs)

Installation

Terminal bash

openclaw install content-watcher
    
Copied!

💻Code Examples

content-watcher run --output digest.md

content-watcher-run---output-digestmd.txt
## Commands

| Command | Description |
|---------|-------------|
| `add <url>` | Add a source to monitor |
| `remove <id>` | Remove a source |
| `list` | List all sources |
| `run` | Generate digest now |
| `config` | Show configuration |

## Features

- ✅ RSS/Atom feed parsing
- ✅ Web content extraction
- ✅ AI text summarization (local, no API key)
- ✅ Markdown digest generation
- ✅ Multi-source aggregation
- ✅ Duplicate detection
- ✅ Configurable via CLI

## Configuration

Config stored at `~/.config/content-watcher/config.json`:
example.sh
# Install dependencies
npm install

# Add your first source
content-watcher add https://techcrunch.com/feed/ --name "TechCrunch"

# Run once to test
content-watcher run

# Save digest to file
content-watcher run --output digest.md
example.json
{
  "sources": [...],
  "delivery": "console",
  "summaryStyle": "bullet",
  "maxItemsPerSource": 5
}

Tags

#devops_and-cloud #monitoring

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author su707181393-del
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install content-watcher