Config Validator OpenClaw Plugin & Skill | ClawHub
Looking to integrate Config Validator into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
A utility skill to validate OpenClaw configuration files (`openclaw.json`, `.env`, `package.json`) and ensure.
Install
openclaw skills install @autogame-17/config-validatornpx clawhub@latest install config-validatorFull SKILL.md
Open originalSKILL.md content below is scrollable.
config-validator
A utility skill to validate OpenClaw configuration files (openclaw.json, .env, package.json) and ensure critical settings are present and correctly formatted.
Usage
node skills/config-validator/index.js [--fix]
Features
- Checks for required environment variables (
.env). - Validates
openclaw.jsonstructure. - Checks
package.jsondependencies against installed modules. - Reports missing or malformed configurations.
- Optional
--fixflag attempts basic repairs (e.g., creating missing files from templates).
Dependencies
- None (built-in Node.js modules).