← 返回 Skills 市场
feishu-send-file
作者
dadaniya99
· GitHub ↗
· v1.2.1
· MIT-0
3058
总下载
3
收藏
62
当前安装
5
版本数
在 OpenClaw 中安装
/install feishu-send-file
功能描述
飞书发送文件技能。用于通过飞书向用户发送普通文件附件(HTML、ZIP、PDF、代码文件等)以及处理“本地图片路径被发成路径文本”的可靠补救场景。普通文件必须先上传获取 `file_key` 再发送;当本地图片用 `message`/`media` 发送后在飞书里只显示 `/root/...png` 路径而不显示...
安全使用建议
Install/use this only if you trust it to upload selected local files or images through your Feishu/Lark app. Confirm the exact file path and recipient before execution, avoid sending sensitive files unintentionally, and avoid logging or displaying commands that include the app_secret. Prefer least-privilege Feishu credentials or a safer secret-injection method when possible.
功能分析
Type: OpenClaw Skill
Name: feishu-send-file
Version: 1.2.1
The skill provides utility scripts (`send_file.py` and `send_image.py`) to upload and send files or images via the official Feishu/Lark APIs. The instructions in `SKILL.md` guide the AI agent to retrieve necessary API credentials from the local environment (`/root/.openclaw/openclaw.json`) and execute the scripts. While passing secrets via command-line arguments is a suboptimal security practice, the code logic is transparent, lacks obfuscation, and strictly interacts with legitimate endpoints (open.feishu.cn and open.larksuite.com) to perform its stated functions.
能力评估
Purpose & Capability
The scripts match the stated purpose: they obtain a Feishu/Lark tenant token, upload a specified file or image to official Feishu/Lark APIs, then send it to a specified recipient. That necessarily involves credentials and external upload of the selected file.
Instruction Scope
Instructions are focused on file/image sending, but they include a local config grep for app credentials and an interpolated exec-style example. Those are security hygiene concerns, not evidence of hidden or unrelated behavior.
Install Mechanism
The artifact contains documentation, a small manifest, and two readable Python scripts. There is no installer, remote bootstrap, package download, obfuscation, or auto-start behavior.
Credentials
Local file access, Feishu credentials, shell execution, curl, and outbound calls to open.feishu.cn/open.larksuite.com are proportionate to the stated integration. Users still need to confirm the recipient and exact file before sending.
Persistence & Privilege
No persistence, privilege escalation, background worker, credential storage, destructive action, or broad local indexing is present. Credentials are used at runtime for the requested send operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-send-file - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-send-file触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
Document reliable Feishu image sending via im/v1/images -> image_key, add send_image.py helper, and clarify path-text fallback when local media upload fails.
v1.2.0
增加详细的参数说明和使用示例,补充快速获取配置的命令
v1.1.0
增加详细的参数说明和使用示例,补充快速获取配置的命令
v1.0.1
修复脚本路径,完善文档
v1.0.0
飞书发送普通文件(HTML/ZIP/PDF等),解决机器人无法直接发文件的问题,自动上传获取file_key后发送
元数据
常见问题
feishu-send-file 是什么?
飞书发送文件技能。用于通过飞书向用户发送普通文件附件(HTML、ZIP、PDF、代码文件等)以及处理“本地图片路径被发成路径文本”的可靠补救场景。普通文件必须先上传获取 `file_key` 再发送;当本地图片用 `message`/`media` 发送后在飞书里只显示 `/root/...png` 路径而不显示... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3058 次。
如何安装 feishu-send-file?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-send-file」即可一键安装,无需额外配置。
feishu-send-file 是免费的吗?
是的,feishu-send-file 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
feishu-send-file 支持哪些平台?
feishu-send-file 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 feishu-send-file?
由 dadaniya99(@dadaniya99)开发并维护,当前版本 v1.2.1。
推荐 Skills