← Back to Skills Marketplace
84
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-imbue-diff-analysis
Description
Analyze changesets with risk scoring, categorization by type/impact, and release note preparation
Usage Guidance
This skill appears to legitimately perform diff analysis, but it relies on helper skills/modules that will read your repository and capture 'proof-of-work' artifacts. Before installing or running it: (1) inspect what imbue:proof-of-work and imbue:structured-output actually do — where are artifacts stored or transmitted and who can access them; (2) confirm sanctum:git-workspace-review runs locally and does not upload repository contents to an external service; (3) run the skill on a non-sensitive test repository first; (4) if you have sensitive secrets in your repo, ensure the skill (and the referenced helpers) are configured to redact or never transmit those files. If you cannot verify where proof-of-work artifacts go, avoid using the skill with private code.
Capability Analysis
Type: OpenClaw Skill
Name: nm-imbue-diff-analysis
Version: 1.0.0
The skill bundle provides a structured framework for analyzing git changesets, focusing on risk assessment and semantic categorization. It utilizes standard git commands (e.g., git diff, git log) and integrates with the 'sem' tool for entity-level analysis. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions and code logic are entirely consistent with the stated purpose of diff analysis and release note preparation.
Capability Assessment
Purpose & Capability
Name, description, and the provided modules (git-diff patterns, semantic categorization, risk framework) align with a changeset analysis/release-note workflow. Use of git and optional 'sem' tooling is expected for this purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to gather git workspace context (git log/diff/counts) and to use sanctum:git-workspace-review to collect repository context. That collection is coherent for diff analysis but it means the agent will read local repository contents and metadata. The skill also instructs use of imbue:proof-of-work and imbue:structured-output to capture and format artifacts; where those artifacts are stored or sent is not described in this skill and should be validated.
Install Mechanism
Instruction-only skill with no install spec and no bundled code. No files are downloaded or executed by the skill itself, which lowers installation risk.
Credentials
The skill requests no environment variables or external credentials. It does declare a required config path (night-market.imbue:proof-of-work) — plausible for storing analysis evidence, but the destination, retention, or access control for that config entry is not described and should be checked to ensure it doesn't cause unintended data exposure.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (platform behavior). The skill does not request elevated system-wide privileges or claim to modify other skills' configurations; however it integrates with other skills that may persist artifacts (see proof-of-work).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-imbue-diff-analysis - After installation, invoke the skill by name or use
/nm-imbue-diff-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the diff-analysis skill, ported from claude-night-market/imbue.
- Analyzes changesets with risk scoring, categorization, and summary generation for use with git diffs, config changes, migrations, and document revisions.
- Introduces a structured 4-step analysis methodology: baseline establishment, change categorization, risk assessment, and summary preparation.
- Supports conditional module loading to tailor the analysis workflow by context.
- Includes integration hooks for related tools and ensures outputs suitable for release notes, code reviews, and planning.
Metadata
Frequently Asked Questions
What is Nm Imbue Diff Analysis?
Analyze changesets with risk scoring, categorization by type/impact, and release note preparation. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Nm Imbue Diff Analysis?
Run "/install nm-imbue-diff-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Imbue Diff Analysis free?
Yes, Nm Imbue Diff Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Imbue Diff Analysis support?
Nm Imbue Diff Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Imbue Diff Analysis?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills