← 返回 Skills 市场
150
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-feishu-multi-bot
功能描述
Configure multiple Feishu/Lark bot identities within a single OpenClaw instance — each Agent gets its own Feishu App, name, avatar, and message routing. Use...
安全使用建议
This package appears to do what it says: generate JSON blocks and documentation for wiring multiple Feishu apps to OpenClaw agents. Before using it: (1) Avoid passing secrets on shared shells—the script prints appSecret values to stdout and those arguments may be stored in shell history; prefer running it in a private terminal or modify the script to read secrets from stdin or a protected file. (2) Review and validate the generated JSON before merging into ~/.openclaw/openclaw.json (the docs already recommend python json validation). (3) Roll out one bot at a time and back up your existing openclaw.json; gateway restarts/pkills can be disruptive. (4) Limit Feishu app permissions to the minimum necessary and ensure the apps are published in the Feishu console. (5) If you want the script to avoid echoing secrets, consider editing it to redact secrets from stdout or to write directly to a protected file rather than printing them.
功能分析
Type: OpenClaw Skill
Name: openclaw-feishu-multi-bot
Version: 1.0.1
The skill is a configuration utility designed to help users set up multiple Feishu/Lark bot identities within a single OpenClaw instance. It includes a helper script (scripts/setup-feishu-bots.sh) that generates JSON configuration blocks based on user-provided credentials and comprehensive documentation (references/) explaining the routing architecture and troubleshooting steps. No malicious logic, data exfiltration, or harmful prompt injections were identified; the code and instructions are strictly aligned with the stated purpose of simplifying complex integration tasks.
能力评估
Purpose & Capability
Name/description match the included materials: docs explain a three-block configuration model for OpenClaw + Feishu and the script generates the channels/bindings/agents JSON blocks. Required artifacts (openclaw.json edits, Feishu app IDs/secrets, gateway restarts) are legitimate for this purpose.
Instruction Scope
SKILL.md instructions stay within the claimed scope (creating apps, generating config blocks, validating JSON, restarting gateway, debugging routing). One noteworthy behavior: the provided setup script accepts appSecret values on the command line and prints them into JSON on stdout—this is necessary to produce config but it exposes secrets to terminal logs/history. Troubleshooting steps also suggest pkill/openclaw logs/grep which are expected for admin tasks.
Install Mechanism
No install spec; this is instruction-only plus a small shell helper. No downloads, no archived extracts, and the script does not write files or fetch remote resources. Low install risk.
Credentials
The skill does not request environment variables or other external credentials in metadata. Practically, it requires you to supply Feishu AppID/AppSecret pairs (via script args) and to edit openclaw.json—which is proportional. The main caution: secrets are provided on the command line and echoed; consider the sensitivity of exposing appSecret values in shell history/logs.
Persistence & Privilege
always:false and default model invocation are fine. The skill does not request persistent system-wide privileges, does not modify other skills, and does not create background services. It only emits configuration blocks and workspace mkdir commands (not executed by the script itself).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-feishu-multi-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-feishu-multi-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update display name to 'Feishu Multi-Bot'
v1.0.0
Initial release: multi-bot Feishu configuration guide with setup script
元数据
常见问题
Feishu Multi-Bot 是什么?
Configure multiple Feishu/Lark bot identities within a single OpenClaw instance — each Agent gets its own Feishu App, name, avatar, and message routing. Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Feishu Multi-Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feishu-multi-bot」即可一键安装,无需额外配置。
Feishu Multi-Bot 是免费的吗?
是的,Feishu Multi-Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Multi-Bot 支持哪些平台?
Feishu Multi-Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Multi-Bot?
由 simonlin(@simonlin1212)开发并维护,当前版本 v1.0.1。
推荐 Skills