← Back to Skills Marketplace
lhq2103387078

Feishu File Send

by lhq2103387078 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lhq-feishu-send-file
Description
发送文件到飞书。当用户提到"发送文件到飞书"、"发送图片到飞书"、"飞书发文件"、"发送录音到飞书"等时使用。 支持图片、音频、文档等任意文件类型。
README (SKILL.md)

\r \r

Feishu File Send Skill\r

\r 通过飞书发送文件(图片、音频、文档等)。\r \r

发送方法\r

\r

使用 message 工具(推荐)\r

\r

# 发送图片\r
message(action="send", channel="feishu", media="/absolute/path/to/image.png", target="ou_xxxxxxxx", caption="图片描述")\r
\r
# 发送文件(HTML、PDF、音频等)\r
message(action="send", channel="feishu", media="/absolute/path/to/file.pdf", target="ou_xxxxxxxx", caption="文件描述")\r
```\r
\r
### 关键参数\r
\r
- `action`: 必须为 `"send"`\r
- `channel`: 必须为 `"feishu"`\r
- `target`: 接收者的 open_id(阿Sir的 open_id: ou_8c6cfb7fef764d06b74805e4fed56065)\r
- `media`: 文件绝对路径\r
- `file_path`: 文件路径(别名)\r
- `path`: 文件路径(别名)\r
- `caption`: 文件描述(可选)\r
\r
### 重要规则\r
\r
1. **文件必须在 workspace 目录**\r
   - 不要用 `/tmp/` 路径发送\r
   - 先复制到 workspace 再发送\r
\r
2. **使用绝对路径**\r
   - 推荐:`D:\Documents\openclaw\workspace\filename`\r
   - 或:`C:\Users\用户名\.openclaw\workspace\filename`\r
\r
3. **使用 `media`、`file_path` 或 `path` 参数发送文件**\r
   - 不要用 `message` 参数发送文件!用户将无法收到!\r
\r
## 阿Sir 的飞书信息\r
\r
- open_id: ou_8c6cfb7fef764d06b74805e4fed56065\r
- 发送目标通常是自己\r
\r
## 示例\r
\r
### 发送图片\r
\r
```python\r
message(action="send", channel="feishu", media="D:\Documents\openclaw\workspace\screenshot.png", target="ou_8c6cfb7fef764d06b74805e4fed56065", caption="屏幕截图")\r
```\r
\r
### 发送录音\r
\r
```python\r
message(action="send", channel="feishu", media="D:\Documents\openclaw\workspace\recording.wav", target="ou_8c6cfb7fef764d06b74805e4fed56065", caption="录音文件")\r
```\r
\r
### 发送文档\r
\r
```python\r
message(action="send", channel="feishu", media="D:\Documents\openclaw\workspace\report.pdf", target="ou_8c6cfb7fef764d06b74805e4fed56065", caption="报告文档")\r
```\r
\r
## 故障排除\r
\r
### 发送失败\r
- 检查文件是否存在且路径正确\r
- 不要用 /tmp/ 路径\r
- 文件大小是否合理(> 1KB)\r
- 检查飞书权限\r
\r
### 用户收不到\r
- 确认使用了 `media`、`file_path` 或 `path` 参数\r
- 不要用 `message` 参数发送文件\r
- 检查 target 是否为正确的 open_id\r
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lhq-feishu-send-file
  3. After installation, invoke the skill by name or use /lhq-feishu-send-file
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Feishu File Send skill. - Send files (images, audio, documents, etc.) directly to Feishu via the `message` tool. - Supports multiple file types and provides detailed usage examples. - Emphasizes using absolute file paths within the workspace directory. - Includes troubleshooting tips and target open_id details.
Metadata
Slug lhq-feishu-send-file
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Feishu File Send?

发送文件到飞书。当用户提到"发送文件到飞书"、"发送图片到飞书"、"飞书发文件"、"发送录音到飞书"等时使用。 支持图片、音频、文档等任意文件类型。 It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install Feishu File Send?

Run "/install lhq-feishu-send-file" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feishu File Send free?

Yes, Feishu File Send is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Feishu File Send support?

Feishu File Send is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu File Send?

It is built and maintained by lhq2103387078 (@lhq2103387078); the current version is v1.0.0.

💬 Comments