← 返回 Skills 市场
飞书多机器人多Agent配置
作者
qushengswaych
· GitHub ↗
· v1.0.0
· MIT-0
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qs-feishu-multi-bot
功能描述
OpenClaw 多飞书机器人 + 多 Agent 配置指南:一个 Gateway 实例运行多个飞书机器人,每个机器人绑定不同 Agent,实现独立工作空间、独立会话、独立人格。
安全使用建议
This guide appears to do what it says (map multiple Feishu robot accounts to multiple Agents). Before applying it: 1) Review and restrict where appId/appSecret are stored — the guide stores them in openclaw.json (plaintext); use file permissions (chmod 600) or a secrets manager if possible. 2) Avoid enabling dmPolicy: "open" and allowFrom: ["*"] in production unless you understand the exposure — that bypasses pairing and allows unsolicited DM access. 3) Check path examples (mix of ~ and /root) and adjust to your deployment user to avoid permission problems. 4) Ensure each agentDir/workspace is unique as noted to avoid auth/session corruption. 5) Test changes in a staging environment first and monitor logs after restart. If you need stronger isolation for secrets, consider putting credentials into a restricted config store or environment-specific secret mechanism rather than global JSON files.
能力评估
Purpose & Capability
The name/description (multi-Feishu bots → multi-Agents) matches the SKILL.md content: creating per-Agent workspaces, adding accounts and agent entries, and binding routes. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions stay within the scope of configuring OpenClaw and Feishu bindings. Notable actionable items: editing ~/.openclaw/openclaw.json to add appId/appSecret and bindings; creating per-Agent workspace files; optionally setting dmPolicy: "open" and allowFrom: ["*"] to bypass pairing. The latter reduces access controls and is a security decision the operator must consciously make. There are minor path inconsistencies in examples (mixing ~ and /root) which could cause misconfiguration.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written or downloaded by the skill itself. Low install risk.
Credentials
The skill requests no environment variables and no special permissions, which is proportional. However, it explicitly instructs placing appId/appSecret in the openclaw.json configuration file (plaintext). This is expected for a connector but is security-sensitive — the guide advises setting file permissions (chmod 600), which is appropriate. Consider using a secrets manager if available.
Persistence & Privilege
Skill flags are default: always:false and agent-invocation allowed (normal). The guide does not request persistent platform-wide privileges or modifications to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qs-feishu-multi-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/qs-feishu-multi-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 完整的 OpenClaw 多飞书机器人 + 多 Agent 配置指南
元数据
常见问题
飞书多机器人多Agent配置 是什么?
OpenClaw 多飞书机器人 + 多 Agent 配置指南:一个 Gateway 实例运行多个飞书机器人,每个机器人绑定不同 Agent,实现独立工作空间、独立会话、独立人格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 飞书多机器人多Agent配置?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qs-feishu-multi-bot」即可一键安装,无需额外配置。
飞书多机器人多Agent配置 是免费的吗?
是的,飞书多机器人多Agent配置 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
飞书多机器人多Agent配置 支持哪些平台?
飞书多机器人多Agent配置 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 飞书多机器人多Agent配置?
由 qushengswaych(@qushengswaych)开发并维护,当前版本 v1.0.0。
推荐 Skills