← Back to Skills Marketplace
feishu-send-file
by
dadaniya99
· GitHub ↗
· v1.2.1
· MIT-0
3058
Downloads
3
Stars
62
Active Installs
5
Versions
Install in OpenClaw
/install feishu-send-file
Description
飞书发送文件技能。用于通过飞书向用户发送普通文件附件(HTML、ZIP、PDF、代码文件等)以及处理“本地图片路径被发成路径文本”的可靠补救场景。普通文件必须先上传获取 `file_key` 再发送;当本地图片用 `message`/`media` 发送后在飞书里只显示 `/root/...png` 路径而不显示...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-send-file - After installation, invoke the skill by name or use
/feishu-send-file - Provide required inputs per the skill's parameter spec and get structured output
Version History
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后发送
Metadata
Frequently Asked Questions
What is feishu-send-file?
飞书发送文件技能。用于通过飞书向用户发送普通文件附件(HTML、ZIP、PDF、代码文件等)以及处理“本地图片路径被发成路径文本”的可靠补救场景。普通文件必须先上传获取 `file_key` 再发送;当本地图片用 `message`/`media` 发送后在飞书里只显示 `/root/...png` 路径而不显示... It is an AI Agent Skill for Claude Code / OpenClaw, with 3058 downloads so far.
How do I install feishu-send-file?
Run "/install feishu-send-file" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is feishu-send-file free?
Yes, feishu-send-file is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does feishu-send-file support?
feishu-send-file is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created feishu-send-file?
It is built and maintained by dadaniya99 (@dadaniya99); the current version is v1.2.1.
More Skills