← Back to Skills Marketplace
zh6

Feishu Zh6

by zh6 · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
154
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install feishu-zh6
Description
Send text, image (jpg/png/gif), or file (md/pdf/doc) messages via Feishu to user ou_a05417a566dc000ad40fed2beb9fe057 using files in ~/.openclaw/workspace/.
README (SKILL.md)

飞书消息发送技能

描述

通过飞书渠道发送文本、图片、文件消息的技能。

配置

  • 渠道: feishu
  • 用户 ID: 在 ~/.openclaw/workspace/TOOLS.md 中配置

使用方法

方式一:自然语言指令(推荐)

直接告诉 AI 要发送什么,AI 会自动处理:

请给我飞书发送消息:你好!

方式二:使用 message_tool 格式

message_tool:send:feishu:[用户 ID]:消息内容

示例:

message_tool:send:feishu:ou_a05417a566dc000ad40fed2beb9fe057:你好

发送图片

本地图片(推荐)

使用 message_tool

message_tool:send:feishu:[用户 ID]:图片说明
media: ~/.openclaw/workspace/image.jpg

自然语言

请用飞书发送图片到 [用户 ID]
路径:~/.openclaw/workspace/image.jpg
文字:图片说明

网络图片

先下载到本地,再发送

# 1. 下载网络图片到工作区
curl -sL "https://example.com/image.jpg" -o ~/.openclaw/workspace/image.jpg

# 2. 发送
message_tool:send:feishu:[用户 ID]:图片说明
media: ~/.openclaw/workspace/image.jpg

注意:飞书不支持直接发送网络图片 URL,必须先下载到本地工作区。

发送文件

请用飞书发送文件到 [用户 ID],
路径:~/.openclaw/workspace/file.md,文字:文件说明

注意事项

  1. 所有文件必须在 ~/.openclaw/workspace/ 目录下
  2. 使用绝对路径引用文件
  3. 图片支持 jpg/png/gif 格式
  4. 文件支持 md/pdf/doc 等常见格式
  5. 不要使用 isolated session(有编译问题),使用 main session 发送
Usage Guidance
This skill appears to be a thin wrapper around a platform message-sending tool and only uses files from ~/.openclaw/workspace/. Before installing, confirm that your platform or agent already has Feishu credentials configured (the SKILL.md assumes that). Be cautious when using the provided curl example: downloading external images writes data into your workspace, which could expose you to malicious content or accidentally send sensitive files. Ensure the workspace and TOOLS.md contain only intended files/IDs, and verify the target user ID is correct. If you want stronger isolation, avoid running these sends from the main session or keep sensitive files out of ~/.openclaw/workspace/.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md instructions: sending text, images, and files via Feishu using files from ~/.openclaw/workspace/. The skill does not request unrelated resources. It implicitly relies on a platform-provided 'message_tool' or channel config for Feishu authentication, which is a reasonable design if the platform manages credentials centrally.
Instruction Scope
Instructions restrict file access to ~/.openclaw/workspace/ and ask the agent to use message_tool:send:feishu:... which keeps scope narrow. They also show using curl to download network images into the workspace — allowed but means the agent will download arbitrary external content when asked. The doc also tells users to configure a user ID in ~/.openclaw/workspace/TOOLS.md and to use the main session (not isolated).
Install Mechanism
No install spec and no code files — instruction-only skill with minimal surface area. No downloads or archive extraction are specified.
Credentials
The skill declares no environment variables or credentials; that is coherent if the platform provides Feishu credentials centrally. If the platform does not provide them, the instructions are incomplete. No unrelated secrets or wide-ranging env access are requested by this skill.
Persistence & Privilege
always is false and the skill is user-invocable. Default model invocation is allowed (normal). The skill does not request to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-zh6
  3. After installation, invoke the skill by name or use /feishu-zh6
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Updated documentation to clarify how to send web images: users must download network images to the local workspace before sending. - Added step-by-step instructions and examples for downloading network images for Feishu message sending. - Improved format and clarity for sending local images and files.
v1.0.4
- 新增使用 message_tool 方式发送图片的说明,并推荐为发送图片的首选方法 - 对发送图片的用法说明进行了分类和优化,增加示例格式 - 其他用法和注意事项未变
v1.0.3
- 新增了自然语言指令和 message_tool 格式两种消息发送方式说明 - 推荐使用自然语言指令方式 - 增加了 isolated session 使用限制说明 - 保持原有图片、文件发送和格式说明
v1.0.2
- 示例中接受的 [用户 ID] 位置由具体 ID 替换为占位符,提升了文档通用性与可移植性 - 其余文档内容未变,说明与格式保持原样
v1.0.1
- 配置说明更新:用户 ID 配置方式从文档指定变更为在 ~/.openclaw/workspace/TOOLS.md 中配置。 - 其他功能和使用方法保持不变。
v1.0.0
飞书消息发送技能首个版本发布。 - 支持通过飞书向指定用户发送文本、图片、文件消息 - 图片和文件需存放于指定目录,并支持常见格式 - 提供详细用法示例及注意事项
Metadata
Slug feishu-zh6
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Feishu Zh6?

Send text, image (jpg/png/gif), or file (md/pdf/doc) messages via Feishu to user ou_a05417a566dc000ad40fed2beb9fe057 using files in ~/.openclaw/workspace/. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.

How do I install Feishu Zh6?

Run "/install feishu-zh6" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feishu Zh6 free?

Yes, Feishu Zh6 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Feishu Zh6 support?

Feishu Zh6 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu Zh6?

It is built and maintained by zh6 (@zh6); the current version is v1.0.5.

💬 Comments