← 返回 Skills 市场
Korta Blogwatcher
作者
landercortazarromero
· GitHub ↗
· v1.0.0
· MIT-0
86
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install korta-blogwatcher
功能描述
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install korta-blogwatcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/korta-blogwatcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Korta Blogwatcher 是什么?
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 Korta Blogwatcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install korta-blogwatcher」即可一键安装,无需额外配置。
Korta Blogwatcher 是免费的吗?
是的,Korta Blogwatcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Korta Blogwatcher 支持哪些平台?
Korta Blogwatcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Korta Blogwatcher?
由 landercortazarromero(@landercortazarromero)开发并维护,当前版本 v1.0.0。
推荐 Skills