← 返回 Skills 市场
athola

Nm Sanctum Version Updates

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-version-updates
功能描述
Bump versions, update changelogs, and coordinate version changes across files for releases
安全使用建议
This skill appears to do exactly what it claims, but take normal precautions: (1) run the suggested --dry-run and Skill(sanctum:git-workspace-review) first, then inspect git diff and git status before committing; (2) review plugins/sanctum/scripts/update_versions.py (or any repo-local script it invokes) to ensure it only performs the expected edits; (3) run your CI/tests locally (cargo test, npm test) before publishing; (4) back up or create a branch so changes are reviewable; and (5) if you allow autonomous agent invocation, be aware the agent could apply changes to the repository when invoked — restrict that ability if you don't want automated commits without manual review.
功能分析
Type: OpenClaw Skill Name: nm-sanctum-version-updates Version: 1.0.0 The skill bundle provides a workflow for automating version updates across multiple project files (Cargo.toml, package.json, pyproject.toml) and documentation. It uses standard shell commands like find, grep, and git, and references a local script (update_versions.py) to perform the updates. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found; the behavior is consistent with the stated purpose of release management.
能力评估
Purpose & Capability
Name/description (bumping versions, changelogs, coordinating across files) matches the declared requirements: it uses repo-local searches, updates version files, changelogs, and optionally runs a script under plugins/sanctum/scripts/update_versions.py. The required config paths (night-market.sanctum:shared and :git-workspace-review) align with needing repository context and a pre-captured workspace review.
Instruction Scope
SKILL.md explicitly instructs repository file searches (find/grep), updating pyproject.toml/Cargo.toml/package.json, editing changelogs/README, and running a repo-local update_versions.py script and tests. Those actions are appropriate for a version-bump tool. Note: because it runs repo-local scripts and filesystem searches, you should review the referenced script and the proposed diffs before committing.
Install Mechanism
Instruction-only skill with no install spec and no external downloads — lowest-risk install profile. It relies on standard CLI tools (find, grep, python) and a repo-local script; nothing is fetched from arbitrary URLs or written to unexpected system locations.
Credentials
The skill requests no environment variables or external credentials and only lists two config paths tied to the Night Market sandboxing. There are no unrelated or excessive secrets requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not demand persistent/global agent privileges or modify other skills' settings. Autonomous invocation is allowed by platform default but is not combined with other elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-sanctum-version-updates
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-sanctum-version-updates 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – provides a workflow for coordinated version bumps and changelog updates across multiple files and docs. - Automates identifying and updating all version references in config files and plugin documentation. - Outlines required steps: context collection, target identification, version setting, docs updating, and verification. - Supports both automated and manual version updates. - Offers detailed instructions on finding and updating nested version files and all documentation with version mentions. - Includes troubleshooting guidelines for common problems.
元数据
Slug nm-sanctum-version-updates
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Sanctum Version Updates 是什么?

Bump versions, update changelogs, and coordinate version changes across files for releases. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 Nm Sanctum Version Updates?

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

Nm Sanctum Version Updates 是免费的吗?

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

Nm Sanctum Version Updates 支持哪些平台?

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

谁开发了 Nm Sanctum Version Updates?

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

💬 留言讨论