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