Install
openclaw skills install model-catalog-updaterQuery available models from your configured providers and add them to OpenClaw config
openclaw skills install model-catalog-updaterFetch available models from your configured API providers and add them to your OpenClaw config.
When invoked, this skill:
openclaw.json/v1/models from that provideropenclawworking.json before any editsmodels.providers.{provider}.models[] — model definitionsagents.defaults.models.{provider/model-id} — alias entriesSlash command:
/model-catalog-updater provider:<dropdown>Natural language:
| Setting | Value |
|---|---|
| Config path | C:\Users\zebuM\.openclaw\openclaw.json |
| Backup file | openclawworking.json (same directory) |
| Default context window | 128000 |
| Default max tokens | 8192 |
Models are auto-detected as reasoning models if their ID contains:
deepseek-r1qwqo1o3reasoningthinkAdded to models.providers.{provider}.models:
{
"id": "model-id",
"name": "Display Name",
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 128000,
"maxTokens": 8192
}
Added to agents.defaults.models:
"provider/model-id": {}
(Empty object — user can add "alias": "short-name" manually if desired)
📊 Model Catalog
Your configured providers:
1. qwen-portal (https://portal.qwen.ai/v1)
2. lmstudio (http://192.168.56.1:1234/v1)
3. xai (https://api.x.ai/v1)
4. openrouter (https://openrouter.ai/api/v1)
5. modal-direct (https://api.us-west-2.modal.direct/v1)
6. cloudflare-ai-gateway
7. minimax
Select provider [1-7]: 3
Fetching models from xai...
Available models:
1. grok-4
2. grok-4-vision
3. grok-2-1212
Select models to add (comma-separated, or 'all'): 1,2
✅ Backup created: openclawworking.json
✅ Added to models.providers.xai.models:
- grok-4
- grok-4-vision
✅ Added to agents.defaults.models:
- xai/grok-4
- xai/grok-4-vision
/v1/models (e.g., Cloudflare AI Gateway)"input": ["text", "image"] automatically if ID contains "vision" or "multimodal"