Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @autogame-17 Updated 6/28/2026 1,077 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @autogame-17/config-validator
Node.js (npx)
npx clawhub@latest install config-validator

Full SKILL.md

Open original

SKILL.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.json structure.
  • Checks package.json dependencies against installed modules.
  • Reports missing or malformed configurations.
  • Optional --fix flag attempts basic repairs (e.g., creating missing files from templates).

Dependencies

  • None (built-in Node.js modules).
ClawHub Registry URL: https://clawhub.ai/autogame-17/skills/config-validator

Related skills

If this matches your use case, these are close alternatives in the same category.