OpenClaw 插件集合。
| Plugin | Package | Status |
|---|---|---|
| openclaw-multiuser-memory | @clawdot/plugin-multiuser-memory |
Active |
| openclaw-user-auth | @clawdot/plugin-user-auth |
Active |
@clawdot/plugin-sms-pairing |
Deprecated, replaced by openclaw-user-auth |
openclaw-user-auth 和 openclaw-multiuser-memory 支持通过 Redis 进行 UID 联动:
- user-auth 通过 SMS + 邀请码完成用户绑定,将
{channel}:{senderId}映射为统一 UID(u_xxxxxxxxxxxx),存入 Redis - multiuser-memory 配置
userAuth.redisUrl后,优先从 Redis 读取 user-auth 的 UID,确保同一用户在不同渠道共享记忆空间 - user-auth 通过
agents配置控制哪些 agent 走认证流程(空数组 = 所有 agent 不走认证)
npm install
npm run buildnpm test --workspacesPush a v* tag to trigger GitHub Actions build. Each plugin produces a tarball in GitHub Release:
plugin-multiuser-memory-v1.0.0.tar.gz
plugin-user-auth-v1.0.0.tar.gz
Download and extract to gateway's extensions/ directory to deploy.
- Node.js >= 20
- OpenClaw >= 2026.3.24
Private.