← Back to Skills Marketplace
125
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-sanctum-version-updates
Description
Bump versions, update changelogs, and coordinate version changes across files for releases
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-sanctum-version-updates - After installation, invoke the skill by name or use
/nm-sanctum-version-updates - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Nm Sanctum Version Updates?
Bump versions, update changelogs, and coordinate version changes across files for releases. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Nm Sanctum Version Updates?
Run "/install nm-sanctum-version-updates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Sanctum Version Updates free?
Yes, Nm Sanctum Version Updates is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Sanctum Version Updates support?
Nm Sanctum Version Updates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Sanctum Version Updates?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills