← 返回 Skills 市场
122
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-release-monitor
功能描述
Check OpenClaw release notes from GitHub, show highlights and categorized changes translated to the user's language.
安全使用建议
This skill appears to do exactly what it says: query OpenClaw release notes on GitHub, condense and translate them. If you plan to set GITHUB_TOKEN, prefer a token with minimal scope (for public repos no special scopes are needed) and avoid exposing organization-wide or high-privilege tokens. Because the skill source and homepage are unknown, consider whether you trust the skill publisher before granting any token; you can also use it without a token (rate-limited) or create a limited-purpose token. Finally, verify outputs against the GitHub release page when acting on upgrade or security-critical information.
功能分析
Type: OpenClaw Skill
Name: openclaw-release-monitor
Version: 2.0.2
The skill is a legitimate utility designed to fetch and summarize OpenClaw release notes from the official GitHub repository. It uses standard GitHub API calls (SKILL.md) and handles the GITHUB_TOKEN appropriately for rate-limiting purposes without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md explicitly fetches releases from the openclaw/openclaw GitHub repo and summarizes/translates them. The declared primary credential (GITHUB_TOKEN) is appropriate for interacting with the GitHub API.
Instruction Scope
Instructions only call the GitHub REST API (curl examples) and operate on release JSON fields (tag_name, published_at, prerelease, author.login, html_url, body). They do not instruct reading local files, other env vars, or sending data to unrelated endpoints. Translation and filtering behavior is narrowly scoped to the release content.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill design is proportionate: it optionally uses GITHUB_TOKEN to raise GitHub API rate limits. The registry metadata shows GITHUB_TOKEN as primaryEnv while 'required env vars' is empty — this is acceptable because the token is optional (used only to increase rate limits), but the metadata could be clearer about optional vs required. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
always is false and there is no install-time persistence. The skill can be invoked by the agent (normal behavior) but is not force-enabled globally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-release-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-release-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix security scan: declare GITHUB_TOKEN in metadata primaryEnv, remove stale PLAN.md
v2.0.1
Remove unnecessary requires check
v2.0.0
v2.0: Pure prompt-driven skill, no scripts needed. Agent fetches GitHub API via curl, categorizes changes, translates to user language, shows highlights with interactive drill-down.
元数据
常见问题
OpenClaw Version Monitor 是什么?
Check OpenClaw release notes from GitHub, show highlights and categorized changes translated to the user's language. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 OpenClaw Version Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-release-monitor」即可一键安装,无需额外配置。
OpenClaw Version Monitor 是免费的吗?
是的,OpenClaw Version Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Version Monitor 支持哪些平台?
OpenClaw Version Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Version Monitor?
由 Jeff(@tjefferson)开发并维护,当前版本 v2.0.2。
推荐 Skills