← 返回 Skills 市场
multi-agent-feishu 多飞书账号接入不同agent
作者
kolikoliko
· GitHub ↗
· v1.0.0
· MIT-0
495
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-agent-feishu
功能描述
在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。
使用说明 (SKILL.md)
Multi-Agent Feishu Setup
在同一个 OpenClaw Gateway 下创建多个 Agent,每个绑定不同飞书机器人。
快速开始
1. 创建 Agent
openclaw agents add \x3Cagent_id> \
--workspace ~/.openclaw/workspace\x3CN> \
--bind feishu:\x3Caccount_id> \
--non-interactive
2. 添加飞书账号
编辑 ~/.openclaw/openclaw.json,在 channels.feishu.accounts 中添加:
"\x3Caccount_id>": {
"appId": "cli_xxx",
"appSecret": "xxx"
}
3. 重启 Gateway
openclaw gateway restart
4. 配对飞书
openclaw pairing approve feishu \x3C配对码>
验证配置
openclaw agents list --bindings
详细文档
- 配置字段说明 - agents.list、bindings、channels 字段详解
- 飞书机器人创建指南 - 如何在飞书开放平台创建机器人
- 多 Agent 架构图 - 架构说明和流程图
- 常见问题 - 配对失败、收不到消息等问题排查
- 备份与恢复 - 配置备份和恢复方法
安全使用建议
This is a documentation-only skill that explains how to add multiple Feishu bot accounts to OpenClaw. Before following it: (1) Confirm your openclaw CLI and Gateway are from a trusted source; (2) store Feishu App Secret values in ~/.openclaw/openclaw.json with restrictive file permissions (chmod 600) and limit who can access that home directory; (3) rotate App Secrets if they are compromised and avoid pasting secrets into shared channels; (4) test changes in a staging environment before applying to production; (5) be aware that the steps include running openclaw commands—if you permit automated agents to execute skills, ensure they are not granted unnecessary shell/CLI permissions that could run arbitrary commands on your host.
功能分析
Type: OpenClaw Skill
Name: multi-agent-feishu
Version: 1.0.0
The skill bundle provides legitimate documentation and command-line instructions for configuring multiple agents and Feishu (Lark) integrations within the OpenClaw ecosystem. It includes architectural diagrams, configuration field explanations (config-fields.md), and standard backup procedures (backup.md) without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The name/description (multi Feishu accounts bound to multiple Agents) matches the content: SKILL.md and reference docs only show editing OpenClaw config, adding Feishu appId/appSecret entries, creating agents, restarting the gateway and approving pairings. There are no unrelated credentials, binaries, or surprising dependencies requested.
Instruction Scope
Instructions direct the operator to edit ~/.openclaw/openclaw.json to add Feishu appId/appSecret entries, run openclaw CLI commands (agents add, gateway restart, pairing approve), and inspect logs/backups. This is expected for the stated task, but it does require storing secrets in a local config file and executing CLI commands—so follow best practices for secret handling and ensure the openclaw CLI is trusted.
Install Mechanism
No install spec or code is provided; the skill is purely documentation/instructions. That minimizes disk-write risk and there are no external downloads or install steps to review.
Credentials
No environment variables, primary credential, or config paths beyond the expected ~/.openclaw/openclaw.json are requested. The only secrets involved are Feishu App ID/App Secret, which are appropriate and necessary for registering bot accounts.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not attempt to modify other skills or system-wide configs beyond advising edits to the OpenClaw config (which is appropriate for this purpose).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-feishu - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-feishu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Enable creation of multiple Agents in OpenClaw Gateway, each linked to a separate Feishu account.
- Supports multiple independent AI assistants with isolated memory and identities.
- Users can assign different Agents to different Feishu bots.
- Includes setup instructions and references for configuration, pairing, and troubleshooting.
元数据
常见问题
multi-agent-feishu 多飞书账号接入不同agent 是什么?
在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 495 次。
如何安装 multi-agent-feishu 多飞书账号接入不同agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-feishu」即可一键安装,无需额外配置。
multi-agent-feishu 多飞书账号接入不同agent 是免费的吗?
是的,multi-agent-feishu 多飞书账号接入不同agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
multi-agent-feishu 多飞书账号接入不同agent 支持哪些平台?
multi-agent-feishu 多飞书账号接入不同agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 multi-agent-feishu 多飞书账号接入不同agent?
由 kolikoliko(@kolikoliko)开发并维护,当前版本 v1.0.0。
推荐 Skills