← 返回 Skills 市场
71
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-doc-updates
功能描述
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-sanctum-doc-updates - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-sanctum-doc-updates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nm Sanctum Doc Updates 是什么?
Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 Nm Sanctum Doc Updates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-doc-updates」即可一键安装,无需额外配置。
Nm Sanctum Doc Updates 是免费的吗?
是的,Nm Sanctum Doc Updates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Sanctum Doc Updates 支持哪些平台?
Nm Sanctum Doc Updates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Sanctum Doc Updates?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills