Zalo Personal(插件)
通过插件为 OpenClaw 提供 Zalo Personal 支持,使用 zca-cli 自动化普通 Zalo 用户账号。
警告: 非官方自动化可能导致账号被暂停/封禁。使用风险自负。
命名
频道 ID 为 zalouser,明确表示这是自动化个人 Zalo 用户账号(非官方)。我们保留 zalo 供未来可能的官方 Zalo API 集成使用。
运行位置
此插件在 Gateway 进程内部运行。
如果使用远程 Gateway,请在运行 Gateway 的机器上安装/配置它,然后重启 Gateway。
安装
选项 A:从 npm 安装
bash
openclaw plugins install @openclaw/zalouser之后重启 Gateway。
选项 B:从本地文件夹安装(开发)
bash
openclaw plugins install ./extensions/zalouser
cd ./extensions/zalouser && pnpm install之后重启 Gateway。
前置条件:zca-cli
Gateway 机器必须在 PATH 上安装 zca:
bash
zca --version配置
频道配置位于 channels.zalouser 下(而非 plugins.entries.*):
json5
{
channels: {
zalouser: {
enabled: true,
dmPolicy: "pairing",
},
},
}CLI
bash
openclaw channels login --channel zalouser
openclaw channels logout --channel zalouser
openclaw channels status --probe
openclaw message send --channel zalouser --target <threadId> --message "Hello from OpenClaw"
openclaw directory peers list --channel zalouser --query "name"Agent 工具
工具名称:zalouser
操作:send、image、link、friends、groups、me、status