← 返回 Skills 市场
memoryf

Blogwatcher Moss

作者 MemoryF · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install blogwatcher-moss
功能描述
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> --help to discover flags and options.
安全使用建议
This skill appears to be what it says: instructions are just how to install and use the blogwatcher CLI. The main risk is the install step: 'go install ...@latest' will fetch and compile upstream code at the latest tag/branch — that code could change between now and later. Before installing, review the GitHub repo (https://github.com/Hyaxia/blogwatcher), prefer a specific release or commit (not @latest), or use a prebuilt binary from a trusted source. Run the binary in a sandbox if you do not trust the publisher. Also verify the publisher identity (there is a small ownerId mismatch in _meta.json vs registry metadata). Finally, be aware the CLI will fetch external feeds (network access) and store/read local data (marking articles read), which is expected but relevant for privacy/security in constrained environments.
功能分析
Type: OpenClaw Skill Name: blogwatcher-moss Version: 1.0.0 The skill bundle provides a standard interface for the 'blogwatcher' CLI tool to monitor RSS and Atom feeds. The installation process defined in SKILL.md uses a legitimate Go installation command (go install) from a public GitHub repository (github.com/Hyaxia/blogwatcher), and the provided instructions are consistent with the tool's stated purpose without any indicators of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description (monitor blogs/RSS) matches the declared requirement (a blogwatcher binary) and the SKILL.md commands (add, scan, list, read). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains only usage and install instructions for the blogwatcher CLI. The runtime actions the agent is asked to perform are limited to invoking that CLI (e.g., blogwatcher scan, add, list). These commands will necessarily perform network requests (fetch feeds) and read/write the CLI's local storage (marking articles read) — behavior that matches the skill's purpose and is not out-of-scope for a feed watcher.
Install Mechanism
Install uses 'go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest', which fetches and builds code from GitHub. This is a common pattern but is moderate risk because it downloads and executes upstream source at @latest (moving target). Prefer pinning to a specific release or commit and/or reviewing the repository before installing. Also note a minor metadata mismatch: _meta.json.ownerId differs from the registry owner ID, which is worth verifying with the publisher.
Credentials
No environment variables, credentials, or config paths are required. The lack of sensitive requests is proportionate to a feed-watching CLI.
Persistence & Privilege
The skill is not forced-always and does not request system-wide config changes or elevated privileges. It can be invoked autonomously by the agent (platform default), which is expected for a user-invocable skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install blogwatcher-moss
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /blogwatcher-moss 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blogwatcher-moss. - Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. - Includes install instructions and common usage commands. - Provides example output for tracking blogs and scanning for new articles. - Quick access to help and flags via CLI.
元数据
Slug blogwatcher-moss
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Blogwatcher Moss 是什么?

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 Blogwatcher Moss?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install blogwatcher-moss」即可一键安装,无需额外配置。

Blogwatcher Moss 是免费的吗?

是的,Blogwatcher Moss 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Blogwatcher Moss 支持哪些平台?

Blogwatcher Moss 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Blogwatcher Moss?

由 MemoryF(@memoryf)开发并维护,当前版本 v1.0.0。

💬 留言讨论