yangzhaofeng496/dsh-feishu-plugin1

dsh-feishu-plugin

Feishu/Lark bot bridge for DeepSeek Harness with approvals, progress updates, context, and file transfer.

包名
dsh-feishu-plugin
版本
0.9.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangzhaofeng496/dsh-feishu-plugin

配置飞书应用

飞书开放平台创建企业自建应用,然后完成以下设置:

  1. 添加“机器人”应用能力。
  2. 在“权限管理”中开通接收消息和以应用身份发送消息所需的即时通讯权限。
  3. 在“事件与回调”中选择“使用长连接接收事件/回调”。
  4. 添加事件 im.message.receive_v1(接收消息)。
  5. 确保机器人拥有读取消息资源、上传文件和发送消息所需权限。
  6. 创建版本并发布应用,使机器人和权限配置生效。

具体权限名称可能随飞书开放平台界面更新而变化。发布前请确认机器人能够接收用户消息,并能向原会话发送消息。