blogwatcher
Low
by steipete | Audited: 2026-02-26T09:59:20.936Z | Ruleset: 0.2.0
About This Skill
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
✨ Go:
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest ✨
blogwatcher --help ✨ 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 Use Cases
1 Workflow automation
2 Data transformation
3 System integration
Documentation (Original)
Source: SKILL.md The following is the author's original documentation (often English). For installation, follow “Quick Install” above.
name: blogwatcher
description: Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
homepage: https://github.com/Hyaxia/blogwatcher
metadata: {"clawdbot":{"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.
Security Audit
Low
Summary
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Risk Profile
ToxicSkills Analysis
Blocklist
Not matched
Prompt Injection
Not detected
No Toxic signals detected by current static checks.
Key Risks 0 items
No LLM risk bullets (LLM disabled or not cached).
Deterministic Findings (Evidence)
No findings detected.
Scoring Criteria
Each skill is scored across 5 dimensions. The weighted total determines the star rating.
Code Toxicity 100/100 (weight 30%)
Privacy Risk 100/100 (weight 25%)
Permission Scope 100/100 (weight 20%)
Author Reputation 75/100 (weight 15%)
Code Quality 70/100 (weight 10%)
Star Rating Scale
5★ Safe — Score ≥ 80
4★ Good — Score 70–79
3★ Caution — Score 60–69
2★ Risky — Score 40–59
1★ Dangerous — Score < 40
Why This Score?
All dimensions scored above 60. This skill passed the safety baseline.