← 返回 Skills 市场
518
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install blogwatcher-local
功能描述
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, 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.
功能分析
Type: OpenClaw Skill
Name: blogwatcher-local
Version: 1.0.0
The skill bundle provides a standard interface for the 'blogwatcher' CLI tool, used for monitoring RSS and Atom feeds. The SKILL.md file contains legitimate installation instructions via 'go install' and typical command usage for managing blog subscriptions, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & 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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blogwatcher-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/blogwatcher-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blogwatcher-local.
- Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
- Includes commands for adding, listing, scanning, and removing blogs.
- Supports marking articles as read individually or all at once.
- Provides installation instructions and example usage.
元数据
常见问题
Blogwatcher Local 是什么?
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Blogwatcher Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blogwatcher-local」即可一键安装,无需额外配置。
Blogwatcher Local 是免费的吗?
是的,Blogwatcher Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blogwatcher Local 支持哪些平台?
Blogwatcher Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blogwatcher Local?
由 Koss(@vickk1ng)开发并维护,当前版本 v1.0.0。
推荐 Skills