← Back to Skills Marketplace
multi-agent-feishu 多飞书账号接入不同agent
by
kolikoliko
· GitHub ↗
· v1.0.0
· MIT-0
495
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-agent-feishu
Description
在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。
README (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 架构图 - 架构说明和流程图
- 常见问题 - 配对失败、收不到消息等问题排查
- 备份与恢复 - 配置备份和恢复方法
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-feishu - After installation, invoke the skill by name or use
/multi-agent-feishu - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is multi-agent-feishu 多飞书账号接入不同agent?
在 OpenClaw Gateway 中创建多个 Agent 并绑定多个飞书账号。 适用于:(1) 需要多个独立 AI 助手 (2) 不同用户使用不同 Agent (3) 需要隔离的记忆/身份场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 495 downloads so far.
How do I install multi-agent-feishu 多飞书账号接入不同agent?
Run "/install multi-agent-feishu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is multi-agent-feishu 多飞书账号接入不同agent free?
Yes, multi-agent-feishu 多飞书账号接入不同agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does multi-agent-feishu 多飞书账号接入不同agent support?
multi-agent-feishu 多飞书账号接入不同agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created multi-agent-feishu 多飞书账号接入不同agent?
It is built and maintained by kolikoliko (@kolikoliko); the current version is v1.0.0.
More Skills