ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Config Validator

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/config-validator
Or

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

Metadata

Stars4146
Views1
Updated2026-04-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-config-validator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.