Install
openclaw skills install @yang1002378395-cmyk/openclaw-feishu-setupConfigure Feishu as an OpenClaw messaging channel in 15 minutes, enabling single and group chat with event subscription and secure API integration.
openclaw skills install @yang1002378395-cmyk/openclaw-feishu-setup15 分钟配置飞书机器人作为 OpenClaw 消息渠道。
在应用管理 > 权限管理中,开启:
im:message - 获取与发送单聊、群组消息im:message:send_as_bot - 以应用身份发消息im.message.receive_v1 - 接收消息编辑 ~/.openclaw/config.yaml:
plugins:
entries:
- plugin: openclaw-feishu
config:
appId: "cli_xxxxxxxxxx"
appSecret: "xxxxxxxxxxxxxx"
encryptKey: "xxxx" # 可选,用于消息加密
verificationToken: "xxxx" # 可选,用于验证
openclaw gateway start
如果没有公网 IP,可以用:
ngrok http 3000
# 将生成的 https://xxx.ngrok.io 配置到事件订阅
cloudflared tunnel --url http://localhost:3000
tailscale funnel 3000
plugins:
entries:
- plugin: openclaw-feishu
config:
appId: "xxx"
appSecret: "xxx"
enableGroupChat: true
groupTriggerPrefix: "@AI助手" # 群聊触发前缀
OpenClaw 自动将 Markdown 转换为飞书富文本卡片。
tenants:
- appId: "cli_xxx1"
appSecret: "xxx1"
- appId: "cli_xxx2"
appSecret: "xxx2"
A: 检查 App ID 是否正确,应用是否已发布
A: 检查事件订阅是否配置正确,Gateway 是否运行
A: 确保已开启 im:message 相关权限
A: 配置 enableGroupChat: true,并设置触发前缀
Version: 1.0.0 Created: 2026-03-21