Install
openclaw skills install cuihua-config-validatorAI-powered configuration validator. Automatically validate JSON/YAML configs, detect conflicts, and suggest best practices.
openclaw skills install cuihua-config-validatorValidate configs with AI-powered insights
"Validate package.json" "Check .env file"
```bash clawhub install cuihua-config-validator ```
MIT | 🌸 Cuihua
Validates configuration files and catches common mistakes:
Input:
{
"name": "my-app"
"version": "1.0.0"
}
Output:
❌ Syntax error (line 2): Missing comma after "my-app"
Fix:
{
"name": "my-app",
"version": "1.0.0"
}
Full docs: https://clawhub.ai/skills/cuihua-config-validator