← 返回 Skills 市场
Changelog Watcher
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-changelog-watcher
功能描述
Monitor GitHub repos and npm packages for new releases and version updates. Summarizes changelogs and highlights breaking changes. Use when the user asks to...
安全使用建议
This skill appears to do exactly what it says: poll public GitHub and npm endpoints, compare against a user-created watchlist, and produce markdown reports. Before installing: (1) be aware it will create and update state.json in ~/.openclaw/workspace/skills/changelog-watcher/ (used to track last-seen versions); (2) the setup docs mention using a GITHUB_TOKEN to increase rate limits, but the shipped scripts do not read or send that token — if you have many repos you may need to modify check_github.py to add an Authorization header (or accept lower unauthenticated rate limits); (3) review the scripts if you plan to add private repositories or pass any credentials — avoid pasting tokens into files you haven't audited. Otherwise this skill is self-contained and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: nai-changelog-watcher
Version: 1.0.0
The 'nai-changelog-watcher' skill is a well-structured tool for monitoring software updates. It uses standard Python libraries (urllib, subprocess) to interact with the GitHub and npm APIs, maintains local state in JSON files, and generates Markdown reports. No evidence of data exfiltration, malicious execution, or prompt injection was found; the scripts (check_github.py, check_npm.py, compare_versions.py) strictly follow their stated purpose.
能力评估
Purpose & Capability
Name/description match the actual code: scripts query the GitHub Releases API and the npm registry, compare versions against a user watchlist, and render markdown reports. No unrelated services, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to watchlist.json/state.json and running the included scripts. The only minor inconsistency: the setup guide suggests supplying a GITHUB_TOKEN to increase rate limits, but the included check_github.py does not read or use a token/Authorization header.
Install Mechanism
No install spec or external downloads; this is an instruction/code-only skill consisting of small Python scripts. Nothing will be fetched or executed from arbitrary URLs during install.
Credentials
The skill declares no required environment variables or credentials (and the scripts work without them). The docs mention GITHUB_TOKEN to raise rate limits, but the code doesn't implement it — so no secret is required by the current code. The scripts read/write state.json in their own skill directory.
Persistence & Privilege
No elevated privileges requested. The skill writes a local state.json in its own workspace and can be scheduled via cron as documented. always:false and normal autonomous invocation are used.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-changelog-watcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-changelog-watcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of changelog-watcher.
- Monitors GitHub repositories and npm packages for new releases and version updates.
- Summarizes changelogs and highlights breaking changes in markdown reports.
- Maintains a watchlist and auto-tracks last-seen versions for each entry.
- Provides setup instructions and error handling guidance.
- Supports scheduled release monitoring via cron.
- Includes support scripts for checking versions and formatting reports.
元数据
常见问题
Changelog Watcher 是什么?
Monitor GitHub repos and npm packages for new releases and version updates. Summarizes changelogs and highlights breaking changes. Use when the user asks to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Changelog Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-changelog-watcher」即可一键安装,无需额外配置。
Changelog Watcher 是免费的吗?
是的,Changelog Watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Changelog Watcher 支持哪些平台?
Changelog Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Changelog Watcher?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills