Install
openclaw skills install gateway-validatorValidate OpenClaw gateway configuration changes before applying them to production. Use when the user wants to change models, API keys, providers, or any gateway settings. Tests changes first on an isolated test gateway if possible, or validates provider connectivity directly as a fallback.
openclaw skills install gateway-validatorSafely validate gateway config changes before they break production.
Primary approach:
Fallback approach (when isolated gateway can't start):
I'll automatically use this when you request gateway changes:
You: "Set API key to fake-key"
Me: "🧪 Testing changes...
❌ API key is invalid
Config unchanged."
You: "Use model gpt-99"
Me: "🧪 Testing changes...
❌ Model not found
Config unchanged."
You: "Change temperature to 0.5"
Me: "🧪 Testing changes...
✅ Test passed
✅ Config updated"
Level 1: Config Syntax
Level 2: Provider Test (direct API calls)
Level 3: Full Gateway Test (when possible)