← 返回 Skills 市场
charlie-morrison

Monorepo Analyzer

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install monorepo-analyzer
功能描述
Analyze monorepo structure — detect workspace tools (npm/yarn/pnpm/lerna/nx/turbo/cargo/go), map inter-package dependencies, find unused packages, detect ver...
安全使用建议
This skill appears to do what it says: it parses repository manifests and computes dependency/graph analyses locally. Before installing/using it: 1) note the SKILL.md assumes Python 3 and common shell utilities (grep, cat) though these are not declared — ensure you have Python 3 available. 2) The skill runs local shell/python snippets that read files under your repository root; it does not contact external networks or request secrets, but it will read package manifests and other repo files — only run it on repositories you trust or in an isolated environment. 3) Because the skill source/author is unknown, prefer running its commands manually the first time (inspect SKILL.md and run them in a controlled shell) or ask the author for provenance if you need stronger assurance.
功能分析
Type: OpenClaw Skill Name: monorepo-analyzer Version: 1.0.0 The monorepo-analyzer skill is a legitimate tool for auditing monorepo structures across various ecosystems (JS/TS, Rust, Go). It uses local shell and Python commands to parse configuration files (e.g., package.json, Cargo.toml) to detect dependencies, circular references, and version mismatches. No network activity, data exfiltration, or malicious execution patterns were found.
能力评估
Purpose & Capability
The skill's instructions operate on workspace manifests (package.json, pnpm-workspace.yaml, Cargo.toml, go.work, etc.) and perform dependency/build-order analysis — this matches the stated purpose. Minor inconsistency: the SKILL.md relies heavily on python3 and standard POSIX tools (grep, cat) but the registry metadata lists no required binaries.
Instruction Scope
Instructions are concrete shell + python snippets that read and parse repository files (package.json, lerna.json, nx.json, Cargo.toml, etc.), glob for package.json files, and print analysis results. They only reference project files and produce local output (including suggested Mermaid diagrams). They do not request external network endpoints or unrelated system paths.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is downloaded or written to disk by the skill itself — lowest install risk.
Credentials
No credentials, environment variables, or config paths are requested or used. The skill operates on repository files only, which is appropriate for its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges; it is user-invocable and may be invoked autonomously per platform defaults (normal behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install monorepo-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /monorepo-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of monorepo-analyzer — provides structure, dependency, and health analysis for monorepos. - Detects workspace tools (npm/yarn/pnpm/lerna/nx/turbo/cargo/go) and enumerates packages (`discover`). - Maps inter-package dependencies and generates visual dependency graphs (`deps`). - Finds circular dependencies among packages (`circular`). - Checks for version inconsistencies in shared dependencies (`versions`). - Identifies potentially unused packages not referenced by others (`unused`).
元数据
Slug monorepo-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Monorepo Analyzer 是什么?

Analyze monorepo structure — detect workspace tools (npm/yarn/pnpm/lerna/nx/turbo/cargo/go), map inter-package dependencies, find unused packages, detect ver... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。

如何安装 Monorepo Analyzer?

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

Monorepo Analyzer 是免费的吗?

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

Monorepo Analyzer 支持哪些平台?

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

谁开发了 Monorepo Analyzer?

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

💬 留言讨论