飞书文件交付技能 — 将本地生成的办公文件自动作为真实附件上传到飞书会话。
确保飞书收到真实的文件附件,而不仅仅是文本说明。
First, generate and save the file to a real local path with an absolute path.
首先,生成文件并保存到本地绝对路径。
In the final Feishu reply, write a brief caption or summary (1-2 sentences).
在最终的飞书回复中,编写简短的说明或摘要(1-2 句话)。
Place each artifact's absolute local path on its own line with:
已完成,已附上文件:
/absolute/path/to/weekly-review.pptx
/absolute/path/to/weekly-review.pdf
When working in Feishu channels, enable streaming responses for better UX:
在飞书通道工作时,启用流式回复以获得更好的用户体验:
| Extension | Type | Description |
|---|---|---|
| ----------- | ------ | ------------- |
.pptx / .ppt | PowerPoint | 演示文稿 |
.pdf | PDF 文档 | |
.docx / .doc | Word | Word 文档 |
.xlsx / .xls | Excel | Excel 表格 |
.csv | CSV | 数据表格 |
.zip | Archive | 压缩包 |
.txt / .md | Text | 文本文件 |
OpenClaw's Feishu outbound adapter automatically detects and uploads files when:
OpenClaw 的飞书出站适配器会在以下情况下自动检测并上传文件:
This skill works seamlessly with:
pptx-design-director — PPT design and creationpdf-generator — PDF generationword-docx — Word document operationspowerpoint-pptx — PowerPoint manipulationopenclaw-slides — HTML slide generationfeishu-doc — Feishu document operationsfeishu-sheets — Feishu spreadsheet operations1. Generate file locally (本地生成文件)
→ /path/to/output.pptx
2. Compose brief caption (编写简短说明)
→ "已完成演示文稿:"
3. List absolute paths (列出绝对路径)
→ /path/to/output.pptx
4. Send to Feishu (发送到飞书)
→ Adapter auto-uploads attachment (适配器自动上传附件)
If files don't upload automatically:
如果文件没有自动上传:
共 1 个版本