← 返回 Skills 市场
alexanys

Feishu Bridge

作者 Yangsen AN · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
10913
总下载
8
收藏
84
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-bridge
功能描述
Connect a Feishu (Lark) bot to Clawdbot via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.
安全使用建议
Install only if you trust this machine and are comfortable letting the configured Feishu bot send chat text to your local Clawdbot agent and post replies back. Protect the Feishu secret and Clawdbot config, restrict the bot to intended chats, review the group-response rules, and unload the LaunchAgent when you do not want the bridge running.
功能分析
Type: OpenClaw Skill Name: feishu-bridge Version: 1.0.0 This skill is classified as suspicious due to its use of high-risk capabilities, specifically reading sensitive local files and establishing persistence, even though these actions are explicitly documented and appear necessary for its stated purpose. The `bridge.mjs` script reads the Feishu App Secret from `~/.clawdbot/secrets/feishu_app_secret` and a Clawdbot Gateway token from `~/.clawdbot/clawdbot.json`. The `setup-service.mjs` script creates a macOS `launchd` plist file (`~/Library/LaunchAgents/com.clawdbot.feishu-bridge.plist`) to ensure the bridge runs persistently and restarts automatically. While these actions are transparently explained in `SKILL.md` and `README.md` and are used for local communication or legitimate API interactions, they represent significant system access that warrants a 'suspicious' classification rather than 'benign' given the defined thresholds for high-risk behaviors.
能力评估
Purpose & Capability
The code matches the stated purpose: it receives Feishu messages, forwards text to the local Clawdbot Gateway, and posts the agent reply back to Feishu.
Instruction Scope
Group-chat triggers are broader than only direct mentions, but the behavior is documented and implemented plainly, with no hidden commands or prompt-override instructions found.
Install Mechanism
Installation is user-directed through npm scripts and two normal dependencies; dependency ranges are not pinned, so production users should review or lock them.
Credentials
Reading the Feishu App Secret and local Clawdbot gateway token is sensitive, but it is necessary for this bridge and disclosed in the setup and environment documentation.
Persistence & Privilege
The launchd LaunchAgent provides RunAtLoad and KeepAlive persistence, but it is optional, user-invoked, documented, and includes an unload command.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Feishu/Lark bot to Clawdbot bridge via WebSocket
元数据
Slug feishu-bridge
版本 1.0.0
许可证
累计安装 411
当前安装数 84
历史版本数 1
常见问题

Feishu Bridge 是什么?

Connect a Feishu (Lark) bot to Clawdbot via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10913 次。

如何安装 Feishu Bridge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-bridge」即可一键安装,无需额外配置。

Feishu Bridge 是免费的吗?

是的,Feishu Bridge 完全免费(开源免费),可自由下载、安装和使用。

Feishu Bridge 支持哪些平台?

Feishu Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Feishu Bridge?

由 Yangsen AN(@alexanys)开发并维护,当前版本 v1.0.0。

💬 留言讨论