Openclaw Feishu Setup

# OpenClaw 飞书 Setup

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Openclaw Feishu Setup" with this command: npx skills add yang1002378395-cmyk/openclaw-feishu-setup

OpenClaw 飞书 Setup

15 分钟配置飞书机器人作为 OpenClaw 消息渠道。

为什么选飞书?

  • 企业首选:字节跳动出品,国内企业广泛使用
  • 功能强大:消息、文档、日历、会议一体化
  • 开放平台:丰富的 API 和机器人能力
  • 免费版够用:小团队免费使用

快速配置

Step 1: 创建飞书应用

  1. 访问 https://open.feishu.cn/app
  2. 点击 "创建企业自建应用"
  3. 设置名称(如 "AI 助手")
  4. 保存 App IDApp Secret

Step 2: 配置权限

在应用管理 > 权限管理中,开启:

  • im:message - 获取与发送单聊、群组消息
  • im:message:send_as_bot - 以应用身份发消息

Step 3: 配置事件订阅

  1. 在 "事件订阅" 页面启用
  2. 配置 OpenClaw Gateway 的公网地址(需要内网穿透或云服务器)
  3. 订阅事件:
    • im.message.receive_v1 - 接收消息

Step 4: 配置 OpenClaw

编辑 ~/.openclaw/config.yaml:

plugins:
  entries:
    - plugin: openclaw-feishu
      config:
        appId: "cli_xxxxxxxxxx"
        appSecret: "xxxxxxxxxxxxxx"
        encryptKey: "xxxx"  # 可选,用于消息加密
        verificationToken: "xxxx"  # 可选,用于验证

Step 5: 发布应用

  1. 在飞书开放平台提交审核
  2. 审核通过后,添加到企业可用范围
  3. 在飞书中搜索你的应用,开始对话

Step 6: 启动 Gateway

openclaw gateway start

内网穿透方案

如果没有公网 IP,可以用:

方案 1:ngrok(推荐)

ngrok http 3000
# 将生成的 https://xxx.ngrok.io 配置到事件订阅

方案 2:cloudflared

cloudflared tunnel --url http://localhost:3000

方案 3:Tailscale Funnel

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"

常见问题

Q: 提示 "app not found"

A: 检查 App ID 是否正确,应用是否已发布

Q: 收不到消息

A: 检查事件订阅是否配置正确,Gateway 是否运行

Q: 提示 "permission denied"

A: 确保已开启 im:message 相关权限

Q: 如何在群聊中使用?

A: 配置 enableGroupChat: true,并设置触发前缀

成本

  • 飞书开放平台:完全免费
  • OpenClaw Gateway:本地运行,无费用
  • AI 模型:按使用量计费

安全建议

  1. 不要公开 App Secret
  2. 启用消息加密(encryptKey)
  3. 定期轮换密钥
  4. 限制应用可用范围

需要帮助?

  • 微信:yanghu_ai
  • Telegram: @yanghu_openclaw
  • 飞书配置服务:¥99(远程协助)

Version: 1.0.0 Created: 2026-03-21

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Feishu Voice

飞书语音消息发送技能。将文本转换为语音并发送到飞书,支持 TTS 生成、格式转换、语速调整、时长读取、文件上传和消息发送。

Registry Source
1.5K1Profile unavailable
General

TencentCloud ASR

腾讯云语音识别 ASR Skill,适用于语音转文字、音频转写、字幕生成、会议转录、语音消息识别、 本地文件或 URL 音频识别。包含三种模式:一句话识别(<=60s 短音频)、录音识别极速版 (<=2h/100MB 中长音频快速同步返回)、录音识别(<=5h 长音频异步识别)。支持普通话、 英语、粤语、日语、韩...

Registry SourceRecently Updated
1.4K5Profile unavailable
General

Aliyun Asr

Pure Aliyun ASR skill for voice message transcription, supports multiple channels including Feishu

Registry SourceRecently Updated
2.2K2Profile unavailable
General

MiniMax TTS for FeiShu

MiniMax 文字转语音,支持中文音色、自动情绪检测、语气词音效和停顿标记

Registry Source
1310Profile unavailable