← 返回 Skills 市场
501
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install send-file
功能描述
发送文件到消息平台。触发词:发送文件、发送文档、发送截图、传文件、发文件。支持飞书等平台,内容优先级:生成的文档 > 本地文件 > 截图。
安全使用建议
This skill appears to implement legitimate file-upload behavior for Feishu, but there are clear mismatches you should address before installing: (1) The registry metadata does not declare FEISHU_APP_ID / FEISHU_APP_SECRET even though the scripts and SKILL.md require them — ask the publisher to update metadata so automated systems know the skill needs secrets. (2) Inspect the bundled scripts yourself (they are short and readable) to confirm they only call official Feishu endpoints; the provided Python script does call Feishu APIs and performs uploads, which is expected. (3) Avoid pasting sensitive secrets into ~/.zshrc; prefer a secure secret store or environment mechanism and remove long-lived creds when no longer needed. (4) Be aware the skill will run local scripts and can read any file path you give it (or that the agent may search for if you allow it to infer 'workspace' files), so don't ask it to send highly sensitive files without reviewing behavior. If you cannot verify the publisher or prefer stricter controls, run the scripts in a sandboxed environment or request the author to publish the skill with correct metadata and a vetted install procedure.
功能分析
Type: OpenClaw Skill
Name: send-file
Version: 1.0.1
The skill bundle provides a legitimate utility for sending local files, screenshots, and generated documents to messaging platforms like Feishu, Telegram, and Discord. The included Python script (send_feishu_file.py) and shell script (send_file.sh) implement standard API interactions with the Feishu Open Platform and perform basic file validation. There is no evidence of malicious intent, obfuscation, or unauthorized data exfiltration beyond the stated purpose of the tool.
能力评估
Purpose & Capability
The skill claims to send files to messaging platforms (Feishu, Telegram, Discord) and includes scripts that implement Feishu upload/send flows — that is coherent. However, the registry metadata lists no required environment variables or primary credential, while both SKILL.md and scripts require FEISHU_APP_ID and FEISHU_APP_SECRET. The omission of those required credentials from the declared metadata is an important inconsistency.
Instruction Scope
SKILL.md explicitly instructs the agent to execute a local Python script (exec) to upload files and to prefer generated files > local files > screenshots. That scope (reading local file paths, taking screenshots, and uploading them to an external service) is consistent with a 'send file' skill but grants the agent permission to access arbitrary user-supplied local paths and to run local scripts. The doc also suggests editing ~/.zshrc to store credentials, which is a persistence guidance the user should consider carefully.
Install Mechanism
There is no install spec (instruction-only with included script files). No remote download or execution-from-URL is present. Scripts are bundled with the skill, so nothing is fetched from external release hosts during install. This is lower risk than remote installs, though shipped scripts still execute locally.
Credentials
FEISHU_APP_ID and FEISHU_APP_SECRET are required by the Python script and are appropriate for Feishu integration, but the skill registry metadata does not declare any required env vars or a primary credential. That mismatch reduces transparency and prevents automated gating of secrets. The skill also instructs persisting secrets into shell rc files (e.g., ~/.zshrc), which is convenient but may be inappropriate for sensitive credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. However, the instructions encourage the user to persist Feishu credentials in shell rc files, which elevates long-term access to those credentials. The agent is also instructed to exec local scripts, allowing runtime execution of bundled code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install send-file - 安装完成后,直接呼叫该 Skill 的名称或使用
/send-file触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
修复:统一使用 stream 类型上传文件,避免飞书 API 对图片等类型的限制
v1.0.0
Initial release: 飞书文件发送功能,支持 Excel/Word/PDF/图片等多种文件类型
元数据
常见问题
Send File 是什么?
发送文件到消息平台。触发词:发送文件、发送文档、发送截图、传文件、发文件。支持飞书等平台,内容优先级:生成的文档 > 本地文件 > 截图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 501 次。
如何安装 Send File?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-file」即可一键安装,无需额外配置。
Send File 是免费的吗?
是的,Send File 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Send File 支持哪些平台?
Send File 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Send File?
由 wlong800(@wlong800)开发并维护,当前版本 v1.0.1。
推荐 Skills