← 返回 Skills 市场
73
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-doc-consolidation
功能描述
Merge report and analysis artifacts into permanent docs, then delete source files
安全使用建议
This skill appears internally consistent with its goal of consolidating ephemeral report markdown files into permanent docs and then removing the originals. However, it performs destructive local operations (creating/updating files and deleting source files) so do the following before using it:
- Review the generated consolidation plan before approving Phase 2; the SKILL.md expects a user approval checkpoint. Do not skip that step.
- Back up your repository or run the skill on a branch/copy so deletions are recoverable. Deleted source files cannot be automatically restored by the provided rollback (the rollback warns it cannot restore deleted sources).
- Confirm there are no sensitive or uncommitted files that you do not want scanned or deleted; the detection step scans untracked markdown files and nested untracked directories.
- Test on a small sample first to verify merge strategies (weave/replace/append) behave as you expect.
- No external network access or credentials are required by the skill; the main risk is local file modification/deletion. Proceed if you are comfortable with these repository changes and keep a commit or backup before executing.
功能分析
Type: OpenClaw Skill
Name: nm-sanctum-doc-consolidation
Version: 1.0.0
The skill bundle provides a structured workflow for consolidating temporary markdown reports (e.g., LLM-generated audits) into permanent documentation. It uses git status and content markers to identify candidates, categorizes content chunks, and merges them into existing docs or creates new ones (including ADRs) based on a user-approved plan. While it possesses file deletion capabilities for cleanup purposes, the logic includes safeguards such as excluding standard directories, requiring user confirmation before execution, and maintaining a consolidation log for potential rollbacks (as seen in modules/merge-execution.md and modules/candidate-detection.md).
能力评估
Purpose & Capability
Name/description match the implementation: the modules detect untracked report-style markdown files, analyze and route content, write/modify documentation files, and delete source files. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md explicitly instructs repository scanning (git status), reading and parsing candidate files, creating/updating docs, and deleting source files after successful consolidation. This is coherent with the described purpose, but the instructions perform destructive filesystem operations (unlinking sources) and create a local consolidation log; ensure the user-approval checkpoint is enforced and that users back up or run on a branch. The skill does not transmit data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no bundled code files; nothing is written to disk by an installer. Risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are requested. All filesystem and git operations referenced are proportional to the stated task.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It will create a local `.consolidation-log.json` and write docs in the repository, which is expected behavior. Note: autonomous invocation of skills is permitted by default on the platform; while not inherently suspicious here, you should confirm the user-approval checkpoint is respected to avoid unapproved deletions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-sanctum-doc-consolidation - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-sanctum-doc-consolidation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial public release of the doc-consolidation skill.
- Extracts and merges valuable content from ephemeral LLM report and analysis files into permanent documentation.
- Two-phase workflow: fast triage to generate and preview a consolidation plan, followed by safe execution.
- Automatically detects candidate files, analyzes and categorizes content, matches it to destination docs, merges intelligently, and deletes sources.
- Integrated strategies for weaving, replacing, appending, or creating new documentation sections.
- Designed for improved git hygiene, knowledge retention, and reduced clutter when preparing PRs.
元数据
常见问题
Nm Sanctum Doc Consolidation 是什么?
Merge report and analysis artifacts into permanent docs, then delete source files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Nm Sanctum Doc Consolidation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-doc-consolidation」即可一键安装,无需额外配置。
Nm Sanctum Doc Consolidation 是免费的吗?
是的,Nm Sanctum Doc Consolidation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Sanctum Doc Consolidation 支持哪些平台?
Nm Sanctum Doc Consolidation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Sanctum Doc Consolidation?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills