/install feishu-sender
Feishu Sender
飞书(Lark)消息发送工具,支持主动推送文本、文件和图片到指定群聊。
Quick Start
from feishu_sender import FeishuSender
sender = FeishuSender()
sender.send_text("Hello Feishu!")
sender.send_file("report.pdf")
CLI Usage
python3 scripts/send.py --text "Hello"
python3 scripts/send.py --file report.pdf
python3 scripts/send.py --text "Report" --files "a.docx,b.pdf"
Configuration
Set environment variables or create .env:
FEISHU_APP_ID=cli_xxxxx
FEISHU_APP_SECRET=xxxxxxxx
FEISHU_CHAT_ID=oc_xxxxxx
Get credentials from Feishu Open Platform.
Resources
feishu_sender.py- Core module with FeishuSender classscripts/send.py- CLI entry point
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-sender - After installation, invoke the skill by name or use
/feishu-sender - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Sender?
Send messages and files to Feishu (Lark) via Open API. Supports text, markdown, any file format, and images. Use when user needs to send notifications, repor... It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install Feishu Sender?
Run "/install feishu-sender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Sender free?
Yes, Feishu Sender is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Feishu Sender support?
Feishu Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Sender?
It is built and maintained by Tim (@zhendexuebuhui); the current version is v1.0.1.