← 返回 Skills 市场
alirezarezvani

monorepo-navigator

作者 Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
306
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install monorepo-navigator
功能描述
Monorepo Navigator
安全使用建议
This is a coherent, instruction-only monorepo guide. Before running anything from it: 1) review any commands that rewrite git history (git filter-repo) and make backups (clone, create tags, or mirror the repo) — those commands are destructive if misused; 2) inspect any example scripts that execute shell commands (the Node execSync example) before running them in your workspace; 3) remote cache configuration mentions TURBO_TOKEN / TURBO_TEAM / TURBO_API — only provide tokens or point caches at servers you trust (a malicious or misconfigured cache endpoint could receive build artifacts or metadata); 4) the examples clone from example GitHub URLs — replace with your real remotes and avoid running commands that fetch/merge unknown repos. If you want greater assurance, ask the skill author for a smaller, non-destructive demo or run commands in an isolated sandbox copy of your repo first.
功能分析
Type: OpenClaw Skill Name: monorepo-navigator Version: 1.0.0 The monorepo-navigator skill bundle provides comprehensive documentation, configuration templates, and best practices for managing monorepos using Turborepo, Nx, and pnpm. While it includes a helper script (scripts/gen-dep-graph.js) that uses Node.js child_process.execSync to query package information, the usage is legitimate and scoped to the stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found across SKILL.md or the reference documentation.
能力评估
Purpose & Capability
The name/description (monorepo tooling) matches the content: Turborepo, Nx, pnpm, changesets, dependency-graph generation, migration steps, CI patterns, and CLAUDE.md guidance are all within the stated purpose. The SKILL.md does reference remote-cache tokens (TURBO_TOKEN, TURBO_TEAM) and DATABASE_URL in example configs, which are relevant to CI/remote-cache setup for monorepos; their mention is appropriate for this domain even though the skill metadata does not declare required env vars.
Instruction Scope
The instructions include shell commands and example scripts that will read and write repository files, run Node (execSync), generate files, perform git operations (git clone, git filter-repo, git merge --allow-unrelated-histories), and contact remote services (Vercel/turbo remote cache, GitHub). These are expected for migration and build tooling, but some operations are destructive (git filter-repo rewrites history, merges with allow-unrelated-histories) and should be run only with backups and review. The skill does not instruct the agent to access unrelated system secrets or non-repo system paths.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Example scripts are provided for users to run themselves; the skill does not perform installs automatically.
Credentials
The SKILL.md references environment variables that are reasonable for CI and remote caching (TURBO_TOKEN, TURBO_TEAM, TURBO_API, NODE_ENV, DATABASE_URL). The skill metadata does not declare required env vars, which is acceptable for an instruction-only guide, but users should be aware examples assume those variables may exist and be used by the commands. No unrelated third-party credentials are requested.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, has no install actions, and does not request persistent platform privileges. It does not modify other skills' configs or platform-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install monorepo-navigator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /monorepo-navigator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
元数据
Slug monorepo-navigator
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 2
常见问题

monorepo-navigator 是什么?

Monorepo Navigator. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。

如何安装 monorepo-navigator?

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

monorepo-navigator 是免费的吗?

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

monorepo-navigator 支持哪些平台?

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

谁开发了 monorepo-navigator?

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

💬 留言讨论