返回工作流技能
效率工具博客监控PW
作者OpenClaw
效率工具 Skill

博客监控

使用 blogwatcher CLI 监控博客和 RSS/Atom 订阅源的更新。

27K使用38点赞47浏览

这个技能会做什么

# 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> --help` to discover flags and options.

  • 先确认目标、输入和成功标准
  • 保留证据与无法确认的边界
  • 输出可继续编辑的结构化结果
安装方式npx clawhub@latest install blogwatcher查看来源