← Back to Skills Marketplace
Korta Blogwatcher
by
landercortazarromero
· GitHub ↗
· v1.0.0
· MIT-0
86
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install korta-blogwatcher
Description
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
README (SKILL.md)
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 \x3Ccommand> --helpto discover flags and options.
Usage Guidance
This skill is coherent with its description: it simply runs the blogwatcher CLI. Before installing, review the GitHub repository source to ensure it matches your expectations and consider installing a pinned release (not @latest) for stability and safety. Be aware `go install` will compile and write a binary (to GOBIN/GOPATH/bin or your environment's bin), and the tool will make network requests to fetch RSS/Atom feeds. If you want tighter control, fetch the source and audit it locally or build from a specific tagged version.
Capability Analysis
Type: OpenClaw Skill
Name: korta-blogwatcher
Version: 1.0.0
The blogwatcher skill is a standard wrapper for a CLI tool designed to monitor RSS/Atom feeds. The SKILL.md file outlines legitimate commands for managing and scanning blogs, and the installation process uses a standard Go module path (github.com/Hyaxia/blogwatcher). No malicious indicators, data exfiltration, or suspicious prompt-injection attempts were identified.
Capability Assessment
Purpose & Capability
Name/description, required binary (blogwatcher), and example commands all align: the skill exists to run the blogwatcher CLI and only asks for that binary.
Instruction Scope
SKILL.md only documents installing and invoking blogwatcher commands. It does not request unrelated files, extra environment variables, or outbound endpoints beyond the expected feed fetching behavior.
Install Mechanism
Install uses `go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest`. GitHub/go-installs are a common mechanism, but @latest will fetch whatever code is current at install time (not pinned). This means the code compiled on install could change later; review the repo or pin a specific version for reproducibility.
Credentials
No environment variables, credentials, or config paths are requested — this is proportionate for a feed-watching CLI.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide privileges or modify other skills. Agent autonomous invocation is allowed (platform default) but is not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install korta-blogwatcher - After installation, invoke the skill by name or use
/korta-blogwatcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of blogwatcher skill.
- Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
- Add, remove, and list tracked blogs from the command line.
- Scan for new articles and manage read/unread status.
- Includes installation instructions and usage examples.
Metadata
Frequently Asked Questions
What is Korta Blogwatcher?
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install Korta Blogwatcher?
Run "/install korta-blogwatcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Korta Blogwatcher free?
Yes, Korta Blogwatcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Korta Blogwatcher support?
Korta Blogwatcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Korta Blogwatcher?
It is built and maintained by landercortazarromero (@landercortazarromero); the current version is v1.0.0.
More Skills