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

支持在 OpenClaw 中为多个飞书账号配置独立 AI 助手,实现身份与记忆隔离。

已扫描
适合谁
需要多账号管理的团队成员、希望实现身份隔离的个人用户
不适合谁
无需多账号协同的单人用户、无法访问飞书开放平台的用户
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @kolikoliko/multi-agent-feishu

Skill 说明

命令、参数、文件名以原文为准

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

详细文档

  • [配置字段说明](references/config-fields.md) - agents.list、bindings、channels 字段详解
  • [飞书机器人创建指南](references/feishu-app.md) - 如何在飞书开放平台创建机器人
  • [多 Agent 架构图](references/architecture.md) - 架构说明和流程图
  • [常见问题](references/faq.md) - 配对失败、收不到消息等问题排查
  • [备份与恢复](references/backup.md) - 配置备份和恢复方法
K
@kolikoliko

已收录 2 个 Skill

相关推荐