blogwatcher
Monitors updates from blogs and RSS/Atom feeds, promptly acquiring the latest content, suitable for marketing and content tracking.
npx skills add steipete/clawdis --skill blogwatcherBefore / After Comparison
1 组Traditionally, keeping track of updates from multiple blogs or websites required manually visiting each page or subscribing to email notifications. This was time-consuming, prone to missing important information, inefficient in content aggregation, and resulted in low information retrieval efficiency.
With the blogwatcher tool, updates from multiple blogs and RSS/Atom feeds can be automatically monitored, displaying all new content in one centralized place. This ensures no important information is missed and significantly boosts information retrieval efficiency.
description SKILL.md
name: blogwatcher description: Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. homepage: https://github.com/Hyaxia/blogwatcher metadata: { "openclaw": { "emoji": "📰", "requires": { "bins": ["blogwatcher"] }, "install": [ { "id": "go", "kind": "go", "module": "github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest", "bins": ["blogwatcher"], "label": "Install blogwatcher (go)", }, ], }, }
blogwatcher
Track blog and RSS/Atom feed updates with the blogwatcher CLI.
Install
- Go:
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
Quick start
blogwatcher --help
Common commands
- Add a blog:
blogwatcher add "My Blog" https://example.com - List blogs:
blogwatcher blogs - Scan for updates:
blogwatcher scan - List articles:
blogwatcher articles - Mark an article read:
blogwatcher read 1 - Mark all articles read:
blogwatcher read-all - Remove a blog:
blogwatcher remove "My Blog"
Example output
$ blogwatcher blogs
Tracked blogs (1):
xkcd
URL: https://xkcd.com
$ blogwatcher scan
Scanning 1 blog(s)...
xkcd
Source: RSS | Found: 4 | New: 4
Found 4 new article(s) total!
Notes
- Use
blogwatcher <command> --helpto discover flags and options.
forumUser Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill