← 返回 Skills 市场
zhendexuebuhui

Feishu Sender

作者 Tim · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
351
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 class
  • scripts/send.py - CLI entry point
安全使用建议
This skill appears to do what it says: send messages and files to Feishu. Before installing or using it: (1) verify the FEISHU_APP_ID/SECRET and chat ID come from a dedicated Feishu app with minimal permissions; (2) review the included Python code if you don't trust the publisher (it will upload any file path you supply and will load a .env file into your environment); (3) ensure the runtime has the 'requests' package available or install it in an isolated environment; (4) avoid passing sensitive local files to the CLI unless you intend to transmit them; and (5) prefer creating an app/credentials with least privilege and monitor outgoing traffic to open.feishu.cn. If you want extra assurance, run the code in a disposable/isolated environment and inspect network requests.
功能分析
Type: OpenClaw Skill Name: feishu-sender Version: 1.0.1 The skill bundle is a legitimate implementation for sending messages and files to Feishu (Lark) using its official API (open.feishu.cn). It handles authentication via environment variables, supports various message types (text, file, image, markdown), and contains no evidence of data exfiltration, malicious execution, or prompt injection. While there is a minor code redundancy (the _upload_image method is defined twice in feishu_sender.py), the logic is transparent and aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description (send messages/files to Feishu) match the declared env vars (FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_CHAT_ID) and the included code implements token retrieval, file/image upload, and message sending to open.feishu.cn.
Instruction Scope
SKILL.md and the CLI instruct setting FEISHU env vars or a .env file and calling the CLI or library. The code will read any file paths you pass (to upload/send) and will optionally load a provided .env file into os.environ — this is expected for a sender but means the skill will transmit any local file you explicitly provide.
Install Mechanism
No install spec (instruction-only). The code uses the requests library but no installer is declared. No remote download URLs or archive extraction are present.
Credentials
Only FEISHU_APP_ID, FEISHU_APP_SECRET, and FEISHU_CHAT_ID are required — these are the expected credentials for Feishu Open API. The code does not request additional unrelated secrets or config paths.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide persistence or modify other skills. It runs only when invoked and performs network calls to the official Feishu Open API domain.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add metadata for required credentials
v1.0.0
Initial release: Send messages and files to Feishu/Lark
元数据
Slug feishu-sender
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 351 次。

如何安装 Feishu Sender?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-sender」即可一键安装,无需额外配置。

Feishu Sender 是免费的吗?

是的,Feishu Sender 完全免费(开源免费),可自由下载、安装和使用。

Feishu Sender 支持哪些平台?

Feishu Sender 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Feishu Sender?

由 Tim(@zhendexuebuhui)开发并维护,当前版本 v1.0.1。

💬 留言讨论