飞书连接问题解决方案

# 飞书连接问题解决方案

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 "飞书连接问题解决方案" with this command: npx skills add TinaDu-AI/feishu-troubleshoot

飞书连接问题解决方案

解决 OpenClaw 连接飞书时的常见问题。

问题一:机器人不回复

导入以下权限:

{
  "scopes": {
    "tenant": [
      "application:bot.menu:write",
      "contact:user.employee_id:readonly",
      "im:chat.access_event.bot_p2p_chat:read",
      "im:chat.members:bot_access",
      "im:message",
      "im:message.group_at_msg:readonly",
      "im:message.p2p_msg:readonly",
      "im:message:readonly",
      "im:message:send_as_bot",
      "im:message.reactions:read",
      "im:resource"
    ],
    "user": [
      "im:chat.access_event.bot_p2p_chat:read"
    ]
  }
}

问题二:应用平台检查

1. 启用机器人能力

路径:飞书开放平台 → 你的应用 → 应用能力机器人

  • 开启「机器人能力」
  • 配置机器人名称

2. 配置事件订阅(长连接)

⚠️ 必须在 OpenClaw 网关启动后再配置

路径:飞书开放平台 → 你的应用 → 事件与回调

  • 订阅方式:「使用长连接接收事件
  • 添加事件im.message.receive_v1

3. 配置权限

路径:飞书开放平台 → 你的应用 → 权限管理

  • 点击「批量导入
  • 粘贴 JSON 权限
  • 保存

4. 发布应用

路径:飞书开放平台 → 你的应用 → 版本管理与发布

  • 创建版本 → 提交发布

问题三:日历权限开放

导入以下权限:

{
  "scopes": {
    "tenant": [
      "calendar:calendar",
      "calendar:calendar:readonly",
      "task:task:write",
      "task:task:read",
      "contact:user.employee_id:readonly"
    ],
    "user": [
      "calendar:calendar",
      "calendar:calendar:readonly",
      "task:task:write",
      "task:task:read"
    ]
  }
}

参考

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-smart-doc-writer

Feishu/Lark Smart Document Writer - 飞书智能文档写入器. Core Features / 核心功能: 1. Smart Chunk Writing / 智能分块写入 - Solve API limit blank doc issues / 解决长文档API限制导致的空白问题 2...

Registry SourceRecently Updated
0561
Profile unavailable
General

Feishu Card JSON v2

发送飞书互动卡片(Card JSON 2.0)。当需要让飞书用户填写表单、做选择、确认操作、或查看 结构化数据时,发送交互卡片代替纯文字问答。需要 feishu-cards 插件工具: feishu_send_card / feishu_send_form / feishu_update_card。

Registry SourceRecently Updated
046
Profile unavailable
General

XunFei Voice Reply

语音回复技能 - 使用讯飞 TTS 生成语音并发送到飞书。当需要用语音回复用户消息时使用。触发词:用语音、语音回复、切换语音模式、语音模式。

Registry SourceRecently Updated
049
Profile unavailable