← 返回 Skills 市场
Feishu File Sender
作者
Ziwen Wang
· GitHub ↗
· v1.0.9
7810
总下载
9
收藏
94
当前安装
10
版本数
在 OpenClaw 中安装
/install feishu-file-sender
功能描述
飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI, filling the channel's missing file...
安全使用建议
Install this only if you want agents on this machine to send local files to Feishu. Keep ~/.openclaw/openclaw.json protected, limit the Feishu app permissions where possible, and verify the file path and chat or user ID before sending sensitive files.
功能分析
Type: OpenClaw Skill
Name: feishu-file-sender
Version: 1.0.9
The skill 'feishu-file-sender' is designed to upload local files to Feishu via its OpenAPI and send them as messages. The Python script (`scripts/feishu_file_sender.py`) correctly implements this functionality by reading Feishu credentials (appId, appSecret) from `~/.openclaw/openclaw.json`, obtaining an access token from `open.feishu.cn`, and then using legitimate Feishu API endpoints for file upload and message sending. All documentation (`SKILL.md`, `README.md`, `clawdis.yaml`) is transparent about its network access and credential usage, explicitly stating that credentials are not stored or transmitted elsewhere. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The documentation, manifest, and Python script align around one purpose: upload a caller-specified local file to Feishu and send it as a file message.
Instruction Scope
The script requires a file path and resolves the recipient from an argument or documented environment variables, but it does not add an interactive confirmation or dry-run before sending.
Install Mechanism
No install-time execution, postinstall hook, remote installer, or obfuscated setup was found; the only documented install step is installing the requests Python dependency.
Credentials
Reading ~/.openclaw/openclaw.json for Feishu appId/appSecret and contacting open.feishu.cn are sensitive but disclosed and proportionate to Feishu file delivery.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, self-modification, destructive behavior, or local file writes were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-file-sender - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-file-sender触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
Docs: update bilingual description and bump to v1.0.9
v1.0.8
Docs: update bilingual description and bump to v1.0.8
v1.0.7
Update description order and bump to 1.0.7
v1.0.6
Docs: unify description with architecture-level explanation
v1.0.5
Docs: bilingual layout with single code blocks
v1.0.4
Docs: bilingual README/SKILL and updated description
v1.0.3
Declare config path requirement in metadata (openclaw.json) for registry scanning
v1.0.2
Add registry manifest (clawdis.yaml) and declare credential requirements
v1.0.1
Add security disclosure for Feishu credentials
v1.0.0
Initial release
元数据
常见问题
Feishu File Sender 是什么?
飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI, filling the channel's missing file... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7810 次。
如何安装 Feishu File Sender?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-file-sender」即可一键安装,无需额外配置。
Feishu File Sender 是免费的吗?
是的,Feishu File Sender 完全免费(开源免费),可自由下载、安装和使用。
Feishu File Sender 支持哪些平台?
Feishu File Sender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu File Sender?
由 Ziwen Wang(@ziwenwang28)开发并维护,当前版本 v1.0.9。
推荐 Skills