1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
| # tom@openclaw:~$ curl -fsSL https://clawd.bot/install.sh | bash
🦞 OpenClaw Installer iMessage green bubble energy, but for everyone.
✓ Detected: linux ✓ Node.js v22.22.0 found → Git not found → Installing Git... ... ... ✓ Git installed → Installing OpenClaw 2026.2.6-3... → npm install failed; cleaning up and retrying... ✓ OpenClaw installed
🦞 OpenClaw installed successfully (2026.2.6-3)! Cozy. I've already read your calendar. We need to talk.
Starting setup...
# { "meta": { "lastTouchedVersion": "2026.2.6-3", "lastTouchedAt": "2026-02-26T16:06:19.767Z" }, "wizard": { "lastRunAt": "2026-02-26T16:06:19.752Z", "lastRunVersion": "2026.2.6-3", "lastRunCommand": "onboard", "lastRunMode": "local" }, "models": { "mode": "merge", "providers": { "yunyi-codex": { "baseUrl": "https://yunyi.rdzhvip.com/codex", "apiKey": "替换为自己的", "auth": "api-key", "api": "openai-responses", "headers": {}, "authHeader": false, "models": [ { "id": "gpt-5.2", "name": "GPT 5.2", "reasoning": true, "input": [ "text", "image" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 128000, "maxTokens": 32768 } ] } } }, "agents": { "defaults": { "model": { "primary": "yunyi-codex/gpt-5.2" }, "workspace": "替换为自己的", "compaction": { "mode": "safeguard" }, "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 } } }, "messages": { "ackReactionScope": "group-mentions" }, "commands": { "native": "auto", "nativeSkills": "auto" }, "channels": { "discord": { "enabled": true, "token": "替换为自己的", "groupPolicy": "open" }, "feishu": { "enabled": false, "connectionMode": "websocket", "dmPolicy": "pairing", "groupPolicy": "disabled", "requireMention": true, "domain": "feishu" }, "kook": { "enabled": true, "token": "替换为自己的", "dmPolicy": "pairing", "groupPolicy": "open", "requireMention": false } }, "gateway": { "port": 18789, "mode": "local", "bind": "loopback", "auth": { "mode": "token", "token": "替换为自己的" }, "tailscale": { "mode": "off", "resetOnExit": false } }, "plugins": { "entries": { "discord": { "enabled": true }, "feishu": { "enabled": false }, "kook": { "enabled": true } } } }
|