← 返回 Skills 市场
athola

Nm Sanctum File Analysis

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-file-analysis
功能描述
Map file structure and organization for downstream review and refactoring workflows
安全使用建议
This skill is mostly coherent for mapping a repository, but take three precautions before installing or running it: (1) Confirm what the declared config keys (night-market.sanctum:shared and night-market.imbue:proof-of-work) actually contain and why the skill needs them — do not supply secrets without understanding their purpose. (2) Ensure the shell utilities it assumes (tree, find, wc, head, sort, etc.) are available in the execution environment, or run the skill in a sandbox/container pointed at the correct repo root to avoid scanning unrelated host files. (3) If you are unsure about the Night Market config integration, prefer running the SKILL.md steps manually in a controlled environment so you can review outputs before giving the agent autonomous access.
功能分析
Type: OpenClaw Skill Name: nm-sanctum-file-analysis Version: 1.0.0 The skill bundle provides standard instructions for mapping a project's file structure and identifying codebase hotspots using common Unix utilities like 'find', 'tree', and 'wc'. The logic in SKILL.md is transparent, follows its stated purpose of file analysis, and includes appropriate exclusions for metadata and dependency directories (e.g., .git, node_modules). No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The name/description and SKILL.md align: the skill maps file structure and lists concrete commands to inspect a codebase. However the registry metadata declares required config paths (night-market.sanctum:shared and night-market.imbue:proof-of-work) that are not referenced or explained in the task steps, which is unexpected for a purely local file-analysis helper.
Instruction Scope
SKILL.md instructs the agent to run filesystem commands (pwd, tree, find, wc, head, sort, etc.) and to scan directories and files. The skill metadata declared no required binaries, yet these utilities are assumed available; that mismatch is a coherence issue. The instructions don’t direct data externally, but if invoked from the wrong working directory they could enumerate large parts of the host filesystem — the operator should ensure the agent runs in the intended repository root or in a sandbox/container.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk by an installer. This is lowest-risk from an install perspective.
Credentials
The skill declares no required environment variables or credentials, which fits a local analysis tool. But it does declare two required config paths (night-market.sanctum:shared and night-market.imbue:proof-of-work). Those config keys may be benign plugin metadata, but they could also reference agent-level settings or secrets — the skill does not explain why they are needed, so confirm what those config entries contain and why the skill requires them.
Persistence & Privilege
always is false and the skill has no install actions or code that would persist or modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not by itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-sanctum-file-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-sanctum-file-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the file-analysis skill. - Provides step-by-step workflow for mapping codebase structure and organization. - Includes triggers for structure, files, analysis, and exploration. - Details required steps and checks for identifying root, mapping structure, detecting patterns, and noting hotspots. - Outlines troubleshooting guidance for common issues.
元数据
Slug nm-sanctum-file-analysis
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Sanctum File Analysis 是什么?

Map file structure and organization for downstream review and refactoring workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 Nm Sanctum File Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-file-analysis」即可一键安装,无需额外配置。

Nm Sanctum File Analysis 是免费的吗?

是的,Nm Sanctum File Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Sanctum File Analysis 支持哪些平台?

Nm Sanctum File Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nm Sanctum File Analysis?

由 athola(@athola)开发并维护,当前版本 v1.0.0。

💬 留言讨论