Blogwatcher Local
v1.0.0Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
⭐ 0· 359·1 current·1 all-time
byKoss@vickk1ng
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, declared binary requirement (blogwatcher), and provided commands all align with a local CLI wrapper for monitoring RSS/Atom blogs.
Instruction Scope
SKILL.md only instructs the agent to run the blogwatcher CLI and shows example commands; it does not ask the agent to read unrelated files, environment variables, or transmit data to unexpected endpoints. Note: the CLI itself will contact remote feeds (expected for an RSS watcher).
Install Mechanism
Install uses `go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest` which fetches and builds code from the repository on GitHub. This is typical for Go tools, but using @latest means you will compile whatever is currently published at that module path (unpinned). If you want stronger supply-chain guarantees, prefer a pinned release version or review the repository before installing.
Credentials
No environment variables, credentials, or config paths are requested—proportionate for a local feed-watching CLI.
Persistence & Privilege
Skill does not request always: true and does not require persistent elevated privileges or modify other skills. Autonomous invocation is allowed (platform default) and is appropriate for a user-invocable CLI helper.
Assessment
This skill is coherent with its description, but keep these practical points in mind before installing: (1) Installation requires the Go toolchain and will fetch and compile code from GitHub—using @latest pulls the current upstream code, so consider pinning a version or reviewing the repo first. (2) The blogwatcher binary will access networks to fetch feed content (normal for RSS); if you need to limit network activity, run it in a sandbox. (3) Verify you trust the GitHub project/owner if you care about supply-chain risk. (4) No secrets are requested by the skill itself, but standard caution applies when installing third-party binaries.Like a lobster shell, security has layers — review code before you run it.
latestvk975t8j8s664p4pkzw3wkebr2x82vj2b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📰 Clawdis
Binsblogwatcher
Install
Install blogwatcher (go)
Bins: blogwatcher
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest