What problem does it solve?
This Skill ensures that your OpenClaw configuration files are syntactically correct, properly reference models and environments, and avoid common pitfalls that could lead to agent startup failures or unexpected behavior.
Core Features & Use Cases
- JSON Syntax Validation: Checks for malformed JSON in
openclaw.json.
- Model Reference Verification: Ensures that all specified model providers and IDs are valid.
- Environment Variable Escaping: Verifies correct escaping for variables intended for runtime resolution by OpenClaw, not Flux.
- Agent Configuration Checks: Validates agent identity, workspace paths, and adherence to defaults.
- Known Bad Pattern Detection: Identifies common misconfigurations and anti-patterns.
- Use Case: After editing your
openclaw.json to add a new AI model or agent, run this Skill to catch any syntax errors, incorrect model references, or improper environment variable escaping before deploying, preventing potential pod crashes.
Quick Start
Use the config audit skill to validate the openclaw.json file.