Jackzhang Feishu Send File

Other

将本地文件发送到飞书聊天窗口。支持 .doc .pdf .xlsx .jpg .png 等任意格式。 当用户说"发文件到飞书"、"发送文件到飞书"、"把文件发到飞书"时使用此技能。

Install

openclaw skills install jackzhang-feishu-send-file

feishu-send-file

将本地文件发送到用户的飞书聊天窗口。

工作流程

  1. 从参数获取文件路径
  2. 调用飞书 im/v1/files 上传接口获取 file_key
  3. 调用飞书 im/v1/messages 发送文件消息
  4. 返回发送结果

使用方式

{
  "action": "send",
  "file_path": "/Users/wenchao17/Desktop/文件.doc"
}

返回结果

成功时返回消息 ID,失败时返回错误信息。

依赖

  • 飞书应用配置(app_id / app_secret)已配置在 openclaw.json
  • 文件需存在且可读