← Back to Skills Marketplace
Feishu File Sender
by
Ziwen Wang
· GitHub ↗
· v1.0.9
7817
Downloads
9
Stars
94
Active Installs
10
Versions
Install in OpenClaw
/install feishu-file-sender
Description
飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI, filling the channel's missing file...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-file-sender - After installation, invoke the skill by name or use
/feishu-file-sender - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Feishu File Sender?
飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI, filling the channel's missing file... It is an AI Agent Skill for Claude Code / OpenClaw, with 7817 downloads so far.
How do I install Feishu File Sender?
Run "/install feishu-file-sender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu File Sender free?
Yes, Feishu File Sender is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Feishu File Sender support?
Feishu File Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu File Sender?
It is built and maintained by Ziwen Wang (@ziwenwang28); the current version is v1.0.9.
More Skills