SkillHub

config-validator

v1.0.0

验证 OpenClaw 配置、环境变量及依赖,报告问题,支持 --fix 自动修复基础问题。

Sourced from ClawHub, Authored by autogame-17

Installation

Please help me install the skill `config-validator` from SkillHub official store. npx skills add autogame-17/config-validator

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).