blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Install via CLI (Recommended)
clawhub install openclaw/openclaw/skills/blogwatcherWhat This Skill Does
The blogwatcher skill allows you to efficiently monitor various blogs and RSS/Atom feeds for new content. Leveraging the blogwatcher command-line interface (CLI), you can add, list, scan, and manage your subscriptions directly from your terminal. This tool automates the tedious process of manually checking websites for updates, ensuring you never miss an important post, news article, or announcement. It provides a clear overview of your tracked feeds, identifies new articles, and allows you to mark them as read, helping you stay organized and informed about the content you care about most. Whether it's for staying up-to-date with industry news, following your favorite creators, or keeping track of project updates, blogwatcher streamlines the entire process.
Installation
To install the blogwatcher skill, you can use the following command within your OpenClaw environment:
clawhub install openclaw/openclaw/skills/blogwatcher
Alternatively, if you wish to install the blogwatcher CLI directly on your system (which the skill will then utilize), you can use Go:
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
After installation, you can verify it by running blogwatcher --help in your terminal.
Use Cases
- Stay updated with industry news: Monitor RSS feeds from technology blogs, news outlets, or research institutions to receive timely updates on the latest trends and developments.
- Follow favorite creators: Keep track of new posts from your favorite bloggers, artists, or content creators without having to visit their sites individually.
- Project management: Subscribe to project blogs or release notes to be informed about new features, bug fixes, or announcements related to software you use or develop.
- Personal interests: Track blogs related to hobbies, such as gaming, cooking, or travel, to discover new content and inspiration.
- News aggregation: Consolidate updates from multiple news sources into a single, manageable list.
Example Prompts
- "Add a new feed for the latest OpenClaw project updates from
https://example.com/openclaw/blog.xmland name it 'OpenClaw Updates'." - "Show me all the blogs I'm currently tracking and scan them for any new articles."
- "Mark the first new article from my 'Tech News' feed as read."
Tips & Limitations
- Discover Flags: For more advanced usage and options within
blogwatchercommands, always refer to the help command:blogwatcher <command> --help. - URL Formatting: Ensure that the URLs you provide for blogs and feeds are correct and publicly accessible. The tool works best with standard RSS or Atom feed URLs.
- Error Handling: While
blogwatcheris robust, network issues or changes in feed structure on the source website could potentially cause errors. It's good practice to periodically check that your feeds are still updating correctly. - Content Parsing: The skill relies on the
blogwatcherCLI's ability to parse feed content. Very complex or non-standard feed formats might not be parsed perfectly. - Resource Usage: Frequent scanning of a large number of feeds might consume system resources. Adjust scanning frequency as needed.
- Offline Access:
blogwatcherprimarily retrieves content online. Once scanned, articles are stored locally and can be viewed offline, but new updates require an internet connection.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-openclaw-blogwatcher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read
Related Skills
coding-agent
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
github
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
openai-whisper-api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
camsnap
Capture frames or clips from RTSP/ONVIF cameras.