What problem does it solve?
Managing multiple LLM provider API keys and endpoints is fragmented and error-prone. This Skill deploys Higress AI Gateway as a single local endpoint and connects OpenClaw to it, so all model providers are routed through one gateway with hot-reloadable configuration.
Core Features & Use Cases
- Gateway Deployment: Downloads and runs the Higress AI Gateway install script with non-interactive flags for 20+ providers (z.ai, Claude, OpenAI, DeepSeek, Moonshot, Dashscope, and more).
- Region-Aware Configuration: Detects China vs. international timezone via a script to select the correct z.ai endpoint domain (open.bigmodel.cn or api.z.ai).
- OpenClaw Plugin Installation: Copies a TypeScript provider plugin into the OpenClaw extensions directory, enabling models with the higress/ prefix and auto-routing via higress/auto.
- Hot-Reload Management: Adds or updates API keys, routing rules, and provider domains without restarting the gateway container.
- Use Case: A developer wants OpenClaw to use glm-5 for coding and Claude for reasoning. This Skill deploys the gateway with both keys, installs the plugin, and configures auto-routing so requests are routed by message content.
Quick Start
Ask the AI to deploy Higress AI Gateway with your provider API key and connect it to OpenClaw with auto-routing enabled.