在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。
在同一个 OpenClaw Gateway 下创建多个 Agent,每个绑定不同飞书机器人。
openclaw agents add <agent_id> \
--workspace ~/.openclaw/workspace<N> \
--bind feishu:<account_id> \
--non-interactive
编辑 ~/.openclaw/openclaw.json,在 channels.feishu.accounts 中添加:
"<account_id>": {
"appId": "cli_xxx",
"appSecret": "xxx"
}
openclaw gateway restart
openclaw pairing approve feishu <配对码>
openclaw agents list --bindings
ZIP package — ready to use