Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

feishu-file-delivery飞书文件传送

Agent Skill

feishu-file-delivery 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,877

周安装

440

GitHub Stars

公开资料未说明

下载量

3,414
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feishu-file-delivery(飞书文件传送)
来源仓库:https://github.com/wd041216-bit/feishu-file-delivery
安装命令:
openclaw skills install feishu-file-delivery
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install feishu-file-delivery

简介

将本地生成的办公文件作为真实附件传送回飞书聊天中。

  • 适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 支持 .pptx、.pdf、.docx、.xlsx、.csv、.zip、.txt 等常见格式。

SKILL.md

name
feishu-file-delivery
homepage
https://github.com/wd041216-bit/openclaw-feishu-file-delivery
description
Deliver locally generated office files back into Feishu chats as real attachments. Use when a task creates a .pptx, .pdf, .docx, .xlsx, .csv, .zip, .txt, or .md file for a Feishu user.

Feishu File Delivery Skill

飞书文件交付技能 — 将本地生成的办公文件自动作为真实附件上传到飞书会话。

Goal 目标

确保飞书收到真实的文件附件,而不仅仅是文本说明。

Delivery Contract 交付协议

1. Save the artifact locally 保存文件到本地

First, generate and save the file to a real local path with an absolute path. 首先,生成文件并保存到本地绝对路径。

2. Write a short caption 编写简短说明

In the final Feishu reply, write a brief caption or summary (1-2 sentences). 在最终的飞书回复中,编写简短的说明或摘要(1-2 句话)。

3. List absolute paths on separate lines 每行一个绝对路径

Place each artifact's absolute local path on its own line with:

  • No bullets (不要使用项目符号)
  • No markdown link wrappers (不要使用 Markdown 链接包装)
  • One path per line (每行一个路径)

Example 示例

已完成,已附上文件:
/absolute/path/to/weekly-review.pptx
/absolute/path/to/weekly-review.pdf

Streaming Response Mode 流式回复模式

When working in Feishu channels, enable streaming responses for better UX: 在飞书通道工作时,启用流式回复以获得更好的用户体验:

  1. Send initial acknowledgment immediately (立即发送确认)
  2. Stream progress updates every 3 minutes for long tasks (长任务每 3 分钟发送进度更新)
  3. Final reply includes file paths for auto-upload (最终回复包含文件路径以便自动上传)

Supported File Types 支持的文件类型

ExtensionTypeDescription
.pptx / .pptPowerPoint演示文稿
.pdfPDFPDF 文档
.docx / .docWordWord 文档
.xlsx / .xlsExcelExcel 表格
.csvCSV数据表格
.zipArchive压缩包
.txt / .mdText文本文件

Rules 规则

  • ✅ Prefer absolute paths over relative paths (使用绝对路径而非相对路径)
  • ✅ Do not say only "文件已生成" without the path (不要只说"文件已生成"而不提供路径)
  • ✅ When the artifact is the main deliverable, always include the path (当文件是主要交付物时,始终包含路径)
  • ✅ Keep the caption short so file paths stay easy to detect (保持说明简短以便路径检测)
  • ✅ One path per line, no formatting (每行一个路径,无格式)

Channel Integration 通道集成

OpenClaw's Feishu outbound adapter automatically detects and uploads files when: OpenClaw 的飞书出站适配器会在以下情况下自动检测并上传文件:

  1. Absolute file paths appear in the reply text (绝对文件路径出现在回复文本中)
  2. Paths are on separate lines (路径在单独的行上)
  3. Files exist at those paths (文件在这些路径上存在)

Integration with Other Skills 与其他技能集成

This skill works seamlessly with:

  • pptx-design-director — PPT design and creation
  • pdf-generator — PDF generation
  • word-docx — Word document operations
  • powerpoint-pptx — PowerPoint manipulation
  • openclaw-slides — HTML slide generation
  • feishu-doc — Feishu document operations
  • feishu-sheets — Feishu spreadsheet operations

Usage Pattern 使用模式

1. 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 (适配器自动上传附件)

Troubleshooting 故障排除

If files don't upload automatically: 如果文件没有自动上传:

  1. Verify the file exists at the path (验证文件在路径上存在)
  2. Check the path is absolute, not relative (检查路径是绝对路径而非相对路径)
  3. Ensure path is on its own line (确保路径在单独的行上)
  4. Remove any markdown formatting (移除任何 Markdown 格式)
  5. Check Feishu adapter logs (检查飞书适配器日志)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.65%
按下载量换算3,197

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills