openclaw.json 完整配置文件(api 中转 + 飞书)



 
{
  "meta": {
    "lastTouchedVersion": "2026.1.30",
    "lastTouchedAt": "2026-02-14T10:31:39.731Z"
  },
  "wizard": {
    "lastRunAt": "2026-02-14T10:31:39.721Z",
    "lastRunVersion": "2026.1.30",
    "lastRunCommand": "onboard",
    "lastRunMode": "local"
  },
  "models": {
    "providers": {
      "tui": {
        "baseUrl": "https://mj.chatgptten.com",
        "apiKey": "sk-E3pZGq049ifbbNYFMSxDfv2Zd4LsNN8baRmV8AUJcaUMi",
        "api": "anthropic-messages",
        "models": [
          {
            "id": "claude-sonnet-4-5-20250929",
            "name": "Claude Sonnet 4.5",
            "reasoning": false,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 200000,
            "maxTokens": 8192
          },
          {
            "id": "claude-opus-4-5",
            "name": "Claude Opus 4.5",
            "reasoning": false,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 200000,
            "maxTokens": 8192
          },
          {
            "id": "glm-5",
            "name": "GLM-5",
            "reasoning": false,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 128000,
            "maxTokens": 4096
          },
          {
            "id": "kimi-k2.5",
            "name": "Kimi K2.5",
            "reasoning": false,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 128000,
            "maxTokens": 8192
          },
          {
            "id": "kimi-k2.5-thinking",
            "name": "Kimi K2.5 Thinking",
            "reasoning": true,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 128000,
            "maxTokens": 8192
          },
          {
            "id": "minimax-m2.5",
            "name": "MiniMax M2.5",
            "reasoning": false,
            "input": [
              "text"
            ],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 128000,
            "maxTokens": 4096
          }
        ]
      }
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "tui/minimax-m2.5",
        "fallbacks": [
          "tui/kimi-k2.5",
          "tui/claude-opus-4-5",
          "tui/kimi-k2.5-thinking",
          "tui/claude-sonnet-4-5-20250929"
        ]
      },
      "models": {
        "tui/claude-sonnet-4-5-20250929": {},
        "tui/claude-opus-4-5": {},
        "tui/glm-5": {},
        "tui/kimi-k2.5": {},
        "tui/kimi-k2.5-thinking": {},
        "tui/minimax-m2.5": {}
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 8
      },
      "workspace": "/Users/z/.openclaw/workspace"
    }
  },
  "messages": {
    "ackReactionScope": "group-mentions"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto"
  },
  "hooks": {
    "internal": {
      "enabled": true,
      "entries": {
        "boot-md": {
          "enabled": true
        },
        "command-logger": {
          "enabled": true
        },
        "session-memory": {
          "enabled": true
        }
      }
    }
  },
  "channels": {
    "slack": {
      "mode": "socket",
      "webhookPath": "/slack/events",
      "enabled": true,
      "botToken": "xoxb-10369785225-10429282510097-sBnKk1BZg4KS03yW5kFaufqK",
      "appToken": "xapp-1-A0AC68V0D6J-104977133155-08c921fb90f817722d85520fd41bc47f77443401fc0f5593002e4c9b35b1",
      "userTokenReadOnly": true,
      "groupPolicy": "open"
    },
    "feishu": {
      "appId": "cli_a9f5e6ef91cef",
      "appSecret": "KQFHWznRY08xCMX31FbIpLv3eNQQr",
      "enabled": true
    }
  },
  "gateway": {
    "port": 18789,
    "mode": "local",
    "bind": "loopback",
    "auth": {
      "mode": "token",
      "token": "d55d4e764a312d74168575eb08c8f666b50c5ca17155"
    },
    "tailscale": {
      "mode": "off",
      "resetOnExit": false
    }
  },
  "skills": {
    "install": {
      "nodeManager": "npm"
    }
  },
  "plugins": {
    "entries": {
      "slack": {
        "enabled": true
      },
      "feishu": {
        "enabled": true
      }
    },
    "installs": {
      "feishu": {
        "source": "npm",
        "spec": "@m1heng-clawd/feishu",
        "installPath": "/Users/z/.openclaw/extensions/feishu",
        "version": "0.1.4",
        "installedAt": "2026-02-01T15:24:19.867Z"
      }
    }
  }
}
 

Read more

Openclaw配置

⚙️Openclaw配置 前置要求 1. ✅ 已成功安装 OpenClaw 2. ✅ 拥有有效的 API Key(https://mj.chatgptten.com/token),此处用的是Claude分组 配置步骤 步骤 1:打开配置文件 OpenClaw 下载完成后,使用文本编辑器打开配置文件: # macOS/Linux nano ~/.openclaw/openclaw.json # 或使用您喜欢的编辑器 vim ~/.openclaw/openclaw.json code ~/.openclaw/openclaw.json 步骤 2:修改配置内容 在配置文件中找到 "auth"、"models"、"agents"

By root

OpenClaw Clawdbot 自定义中转站配置教程

OpenClaw Clawdbot 自定义中转站配置教程 OpenClaw Clawdbot 自定义中转站配置教程 第一步:安装与基础初始化 首先确保你已经安装了 Node.js 环境,然后在终端执行:1.全局安装: npm i -g clawdbot 2.执行引导(根据提示完成基础设置): clawdbot onboard 注意:在 Windows 原生环境下,如果提示 openclaw 不是命令,请统一使用 clawdbot。 第二步:修改主配置文件 clawdbot.json 打开路径:C:\Users\Administrator\.clawdbot\clawdbot.json 将 models 和 auth 部分修改为以下内容,以支持自定义中转站。

By root