← Back to Skills Marketplace
71
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-sanctum-doc-updates
Description
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification
Usage Guidance
This skill appears to do what it says (update, consolidate, and verify documentation) and does not ask for external secrets, but it will instruct the agent to modify repository files (including deleting, merging, and staging changes) and to run auto-fix scripts. Before installing or running: 1) Review the referenced scripts (plugins/sanctum/skills/doc-updates/modules and scripts/parse-doc-sync.py) to confirm you understand what changes will be made. 2) Use the documented dry-run and --skip-consolidation flags first to preview actions. 3) Keep a working-tree backup or create a branch before allowing auto-fix or --fix operations. 4) Require explicit user approval for deletions/merges (the workflow mentions this — enforce it). 5) If you allow autonomous agent invocation, consider restricting that capability or require explicit confirmation prompts for repo-modifying steps, since the skill can perform destructive git operations. If you want deeper assurance, ask the maintainer for a short code tour of the auto-fix and consolidation routines before running them on important repositories.
Capability Analysis
Type: OpenClaw Skill
Name: nm-sanctum-doc-updates
Version: 1.0.0
The skill bundle facilitates documentation updates through shell-based auditing and file consolidation. Key indicators include the use of shell commands (bash, jq, grep) and file deletion (rm) within SKILL.md, modules/consolidation-integration.md, and modules/capabilities-sync.md. While these actions support the stated purpose, the reliance on shell execution and the ability to remove files are high-risk capabilities that introduce potential vulnerabilities, such as shell injection from unsanitized file paths, warranting a suspicious classification.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (doc updates, consolidation, accuracy verification) match the instructions and modules, which operate on repository docs, plugin.json files, CHANGELOG, ADRs, book/ and docs/ paths. The declared config paths (night-market.* entries) are internal to the Night Market suite and align with the described integrations. There are no unexpected external credentials or unrelated binaries requested.
Instruction Scope
The SKILL.md explicitly instructs the agent to run many repository-local commands and scripts (jq, grep, find, rm, git add -u, python scripts/parse-doc-sync.py, bash check scripts), to detect and sometimes automatically fix or delete files, and to stage changes. That behaviour is coherent with an automated doc-update workflow but is potentially destructive (deletions, merges, auto-fixes). The workflow does require user approval in several places and documents dry-run and skip flags, but operators should be aware this skill expects permission to modify the repo and will instruct the agent to perform file I/O and Git operations.
Install Mechanism
Instruction-only skill with no install spec and no downloaded binaries; nothing is written to disk by an installer. This is the lowest-risk install model. The runtime scripts referenced live in the repository and are invoked directly (no external downloads).
Credentials
No environment variables or external credentials are required. The only requested configuration items are internal Night Market config paths (night-market.sanctum, night-market.imbue, night-market.scribe) which map to the documented modules and flows; these are proportional to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It performs repository modifications during its normal workflow (e.g., rm, git add -u, --fix options), but it does so within the repo and under user approval controls described in the SKILL.md. It does not attempt to modify other skills' configs or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-sanctum-doc-updates - After installation, invoke the skill by name or use
/nm-sanctum-doc-updates - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the doc-updates skill, providing a full workflow for updating documentation after code changes.
- Introduces a step-by-step system for quality-controlled documentation updates, including context-gathering, target identification, and consolidation checks.
- Adds strict style enforcement and AI slop detection for technical writing consistency and clarity.
- Supports plugin and documentation version/capability synchronization with automated accuracy verification.
- Integrates with other Night Market skills and tools for seamless documentation maintenance.
Metadata
Frequently Asked Questions
What is Nm Sanctum Doc Updates?
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification. It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install Nm Sanctum Doc Updates?
Run "/install nm-sanctum-doc-updates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Sanctum Doc Updates free?
Yes, Nm Sanctum Doc Updates is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Sanctum Doc Updates support?
Nm Sanctum Doc Updates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Sanctum Doc Updates?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills