← 返回 Skills 市场
charlie-morrison

Nodemon Config Validator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nodemon-config-validator
功能描述
Validate nodemon config files (nodemon.json, .nodemonrc, package.json#nodemonConfig) for watch settings, ignore patterns, exec conflicts, and best practices....
安全使用建议
This skill appears coherent and safe for verifying nodemon configs: it only reads project-local config files and reports lint-like findings. Before installing or running it in an automated agent, confirm you trust the project directory you point it at (it will read package.json and sibling config files). If you need absolute assurance, inspect the full script yourself — it uses only Python stdlib and does not perform network calls or execute shell commands based on config values (it flags potentially risky exec strings but does not run them).
能力评估
Purpose & Capability
Name/description match the included script and runtime instructions. The validator only needs to read nodemon.json/.nodemonrc/package.json and analyze their contents — no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md explicitly instructs running the bundled Python script against specific config files. The script reads those files (and sibling package.json) and performs static checks; it does not instruct reading arbitrary system files, environment variables, or sending data externally.
Install Mechanism
No install spec is provided and the skill is instruction-only with a bundled pure-stdlib Python script. Nothing is downloaded or written to disk by an installer step.
Credentials
The skill declares no environment variables, credentials, or config paths. The script accesses project-local files (config files and package.json) which is appropriate for the stated purpose.
Persistence & Privilege
The skill is not forced-always, does not request persistent presence, and does not modify other skills or global agent settings. Autonomous invocation is allowed by default but is normal for skills and not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nodemon-config-validator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nodemon-config-validator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 22 rules for nodemon.json validation
元数据
Slug nodemon-config-validator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nodemon Config Validator 是什么?

Validate nodemon config files (nodemon.json, .nodemonrc, package.json#nodemonConfig) for watch settings, ignore patterns, exec conflicts, and best practices.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Nodemon Config Validator?

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

Nodemon Config Validator 是免费的吗?

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

Nodemon Config Validator 支持哪些平台?

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

谁开发了 Nodemon Config Validator?

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

💬 留言讨论