OpenClaw最近很红火。OpenClaw 是一个轻量级的 AI 代理框架,能打通各种即时通讯软件(比如 QQ、Telegram 等)与各大 AI 大模型(如 ChatGPT、Claude、deepseek、智谱清言等)之间的壁垒。有了它,可以把QQ变成一个拥有超强智力的 AI 助手,不仅能聊天,还能处理各种复杂的任务,甚至直接操作电脑。本文记录了在本地nas上部署并接入QQ的过程。
root@cf6278f92b5d:~/.openclaw# npm install @sliverp/qqbot@1.3.7 --save npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'moltbot@0.1.0', npm warn EBADENGINE required: { node: '>=24', pnpm: '>=10' }, npm warn EBADENGINE current: { node: 'v22.22.1', npm: '10.9.4' } npm warn EBADENGINE } npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated gauge@3.0.2: This package is no longer supported. npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported. npm warn deprecated npmlog@5.0.1: This package is no longer supported. npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead npm warn deprecated glob@11.1.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me npm warn deprecated tar@7.5.4: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me npm warn deprecated npmlog@6.0.2: This package is no longer supported. npm warn deprecated gauge@4.0.4: This package is no longer supported. npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported. npm warn deprecated tar@6.2.1: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
added 737 packages in2m
136 packages are looking for funding run `npm fund` for details root@cf6278f92b5d:~/.openclaw# openclaw plugins list 01:39:36 [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: qqbot (/root/.openclaw/extensions/qqbot/index.ts). Set plugins.allow to explicit trusted ids. 01:39:36 [plugins] qqbot: loaded without install/load-path provenance; treat as untracked local code and pin trust via plugins.allow or install records (/root/.openclaw/extensions/qqbot/index.ts)
🦞 OpenClaw 中文版 2026.3.7 (bfc36cc) — I can't fix your code taste, but I can fix your build and your backlog.