openclaw
Openclaw
docs
curl -fsSL https://openclaw.ai/install.sh | bash
# node > 22
npm install -g openclaw@latest
# The wizard installs the Gateway daemon (launchd/systemd user service) so it stays running.
openclaw onboard --install-daemon
# Check the Gateway
openclaw gateway status
# Run the Gateway in the foreground Useful for quick tests or troubleshooting.
openclaw gateway --port 18789
openclaw doctor # check for config issues
openclaw status # gateway status
openclaw dashboard # open the browser UI
Wecom
# install wecom plugin
openclaw plugins install @openclaw-china/wecom-app
๐ฆ OpenClaw 2026.2.6-3 (85ed6c7) โ The UNIX philosophy meets your DMs.
โ
โ Config warnings โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ - plugins.entries.feishu: plugin feishu: duplicate plugin id detected; later plugin may โ
โ be overridden (/usr/lib/node_modules/openclaw/extensions/feishu/index.ts) โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Downloading @openclaw-china/wecom-appโฆ
Extracting /tmp/openclaw-npm-pack-8KzPy9/openclaw-china-wecom-app-0.1.16.tgzโฆ
WARNING: Plugin "wecom-app" contains dangerous code patterns: Shell command execution detected (child_process) (/tmp/openclaw-plugin-os89AD/extract/package/dist/index.js:4949); Environment variable access combined with network send โ possible credential harvesting (/tmp/openclaw-plugin-os89AD/extract/package/dist/index.js:4393)
Installing to /root/.openclaw/extensions/wecom-appโฆ
Installing plugin dependenciesโฆ
03:11:47 [plugins] feishu_doc: Registered feishu_doc, feishu_app_scopes
03:11:47 [plugins] feishu_wiki: Registered feishu_wiki tool
03:11:47 [plugins] feishu_drive: Registered feishu_drive tool
03:11:47 [plugins] feishu_bitable: Registered 6 bitable tools
03:11:48 [plugins] โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
03:11:48 [plugins] OpenClaw China Channels ๅทฒๅฐฑ็ปช!
03:11:48 [plugins] โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
03:11:48 [plugins]
03:11:48 [plugins] ้กน็ฎไปๅบ:
03:11:48 [plugins] https://github.com/BytePioneer-AI/openclaw-china
03:11:48 [plugins]
03:11:48 [plugins] โญ ๅฆๆ่ฟไธช้กน็ฎๅฏนไฝ ๆๅธฎๅฉ๏ผ่ฏท็ปๆไปฌไธไธช Star๏ผโญ
03:11:48 [plugins]
03:11:48 [plugins] ไธไธๆญฅ๏ผ้
็ฝฎๅผๅฏผ๏ผ:
03:11:48 [plugins] 1. ่ฟ่กไบคไบๅผ้
็ฝฎๅๅฏผ
03:11:48 [plugins] openclaw china setup
03:11:48 [plugins] 2. ๆๆ็คบๅกซๅๆธ ้ๅญๆฎๅนถไฟๅญ้
็ฝฎ
03:11:48 [plugins] 3. ๅฏๅจ็ฝๅ
ณๅนถ่งๅฏๆฅๅฟ
03:11:48 [plugins] openclaw gateway --port 18789 --verbose
Config warnings:
- plugins.entries.feishu: plugin feishu: duplicate plugin id detected; later plugin may be overridden (/usr/lib/node_modules/openclaw/extensions/feishu/index.ts)
Installed plugin: wecom-app
Restart the gateway to load plugins.
# setup
openclaw china setup
ๆไปถ่ทฏๅพ:
/root/.openclaw/extensions
้
็ฝฎๆไปถ:
/root/.openclaw/openclaw.json
ๆดๆฐๆไปถ:
openclaw plugins update <plugin-id>
้กน็ฎไปๅบ:
https://github.com/BytePioneer-AI/openclaw-china
โญ ๅฆๆ่ฟไธช้กน็ฎๅฏนไฝ ๆๅธฎๅฉ๏ผ่ฏท็ปๆไปฌไธไธช Star๏ผโญ
ไธไธๆญฅ:
openclaw gateway --port 18789 --verbose
# view status
openclaw gateway status
๐ฆ OpenClaw 2026.2.6-3 (85ed6c7) โ Chat APIs that dont require a Senate hearing.
โ
Service: systemd (enabled)
File logs: /tmp/openclaw/openclaw-2026-03-01.log
Command: /usr/bin/node /usr/lib/node_modules/openclaw/dist/index.js gateway --port 18789
Service file: ~/.config/systemd/user/openclaw-gateway.service
Service env: OPENCLAW_GATEWAY_PORT=18789
Config (cli): ~/.openclaw/openclaw.json
Config (service): ~/.openclaw/openclaw.json
Gateway: bind=loopback (127.0.0.1), port=18789 (service args)
Probe target: ws://127.0.0.1:18789
Dashboard: http://127.0.0.1:18789/
Probe note: Loopback-only gateway; only local clients can connect.
Runtime: running (pid 1462, state active, sub running, last exit 0, reason 0)
RPC probe: ok
Listening: 127.0.0.1:18789
Troubles: run openclaw status
Troubleshooting: https://docs.openclaw.ai/troubleshooting
# restart gateway
openclaw gateway restart
Page Source