
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
openclawwechat
Advanced tools
OpenClawWeChat 是一个 OpenClaw channel 插件,用于将 OpenClaw 与 ClawChat 微信小程序连接起来,实现通过微信小程序与 OpenClaw 进行个人对话和群聊交互。
当前版本已完成新版 OpenClaw 插件系统对齐,支持以下能力:
>=2026.3.24bot_id:secret)# npm 安装(推荐)
openclaw plugins install openclawwechat
# 本地安装(开发 / 调试)
cd ~/.openclaw/extensions
git clone https://github.com/hillghost86/OpenClawWeChat.git openclawwechat
安装完成后,需要配置 ClawChat API Key 才能使用。API Key 从微信小程序 ClawChat → 我的 → Bot 管理中获取,格式为 bot_id:secret。
openclaw configure --section channels
在通道列表中选择 OpenClawWeChat(微信小程序 ClawChat),按提示依次填写:
bot_id:secret,从微信小程序 ClawChat 获取agent:main:main完成后选择 Finished 即可,向导会自动写入所有配置。
当前向导仅支持
default账户的初始化。多账户管理请使用方式 2。
适用于多账户管理、旧配置迁移、或向导不可用的场景:
macOS / Linux:
cd ~/.openclaw/extensions/openclawwechat
npm run config-init
Windows(CMD):
cd %USERPROFILE%\.openclaw\extensions\openclawwechat
npm run config-init
Windows(PowerShell):
cd "$env:USERPROFILE\.openclaw\extensions\openclawwechat"
npm run config-init
支持:
编辑 ~/.openclaw/openclaw.json(Windows: %USERPROFILE%\.openclaw\openclaw.json),最小配置:
{
"plugins": {
"entries": {
"openclawwechat": {
"enabled": true,
"config": {
"accounts": {
"default": {
"apiKey": "YOUR_BOT_ID:YOUR_SECRET_KEY"
}
}
}
}
}
},
"channels": {
"openclawwechat": { "mode": "polling" }
}
}
完整配置项、多账户示例及字段说明参见 CONFIG.md。
配置完成后重启 gateway:
openclaw gateway restart
# 1. 校验配置
openclaw config validate
# 2. 查看插件状态(预期:openclawwechat 为 loaded)
openclaw plugins list
# 3. 查看运行状态(预期:OpenClawWeChat 为 ON / OK)
openclaw status --deep
# 4. 查看日志
openclaw logs --follow
正常日志示例:
Starting WeChat MiniProgram polling service
Polling response: ok=true, result.length=0
在 ClawChat 小程序中检查:
# 自动升级
openclaw plugins update openclawwechat
openclaw gateway restart
cd ~/.openclaw/extensions/openclawwechat
npm run uninstall
rm -rf ~/.openclaw/extensions/openclawwechat
~/.openclaw/openclaw.json,删除以下配置项:plugins.entries.openclawwechatplugins.installs.openclawwechatchannels.openclawwechatopenclaw gateway restart
| 问题 | 排查方法 |
|---|---|
| 插件未加载 | openclaw plugins list 确认状态;检查 apiKey 和 channels.openclawwechat.mode 是否存在 |
| 小程序离线 | openclaw logs --follow 检查是否有轮询日志;确认 API Key 正确且 gateway 已重启 |
| 多账户不生效 | 非 default 账户必须有唯一 sessionKey;修改后需重启 gateway |
MIT
FAQs
OpenClawWeChat - OpenClaw WeChat MiniProgram channel plugin
The npm package openclawwechat receives a total of 376 weekly downloads. As such, openclawwechat popularity was classified as not popular.
We found that openclawwechat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.