← Back to Skills Marketplace
charlie-morrison

Nodemon Config Validator

by charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nodemon-config-validator
Description
Validate nodemon config files (nodemon.json, .nodemonrc, package.json#nodemonConfig) for watch settings, ignore patterns, exec conflicts, and best practices....
Usage Guidance
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nodemon-config-validator
  3. After installation, invoke the skill by name or use /nodemon-config-validator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 22 rules for nodemon.json validation
Metadata
Slug nodemon-config-validator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nodemon Config Validator?

Validate nodemon config files (nodemon.json, .nodemonrc, package.json#nodemonConfig) for watch settings, ignore patterns, exec conflicts, and best practices.... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Nodemon Config Validator?

Run "/install nodemon-config-validator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nodemon Config Validator free?

Yes, Nodemon Config Validator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nodemon Config Validator support?

Nodemon Config Validator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nodemon Config Validator?

It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.

💬 Comments