🧪 Skills

multi-agent-feishu 多飞书账号接入不同agent

在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。

v1.0.0
❤️ 1
⬇️ 75
👁 1
Share

Description


name: multi-agent-feishu description: | 在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。

Multi-Agent Feishu Setup

在同一个 OpenClaw Gateway 下创建多个 Agent,每个绑定不同飞书机器人。

快速开始

1. 创建 Agent

openclaw agents add <agent_id> \
  --workspace ~/.openclaw/workspace<N> \
  --bind feishu:<account_id> \
  --non-interactive

2. 添加飞书账号

编辑 ~/.openclaw/openclaw.json,在 channels.feishu.accounts 中添加:

"<account_id>": {
  "appId": "cli_xxx",
  "appSecret": "xxx"
}

3. 重启 Gateway

openclaw gateway restart

4. 配对飞书

openclaw pairing approve feishu <配对码>

验证配置

openclaw agents list --bindings

详细文档

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs