← 返回 Skills 市场
154
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install 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/.
使用说明 (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,文字:文件说明
注意事项
- 所有文件必须在
~/.openclaw/workspace/目录下 - 使用绝对路径引用文件
- 图片支持 jpg/png/gif 格式
- 文件支持 md/pdf/doc 等常见格式
- 不要使用 isolated session(有编译问题),使用 main session 发送
安全使用建议
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/.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-zh6 - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-zh6触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
飞书消息发送技能首个版本发布。
- 支持通过飞书向指定用户发送文本、图片、文件消息
- 图片和文件需存放于指定目录,并支持常见格式
- 提供详细用法示例及注意事项
元数据
常见问题
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/. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Feishu Zh6?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-zh6」即可一键安装,无需额外配置。
Feishu Zh6 是免费的吗?
是的,Feishu Zh6 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Zh6 支持哪些平台?
Feishu Zh6 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Zh6?
由 zh6(@zh6)开发并维护,当前版本 v1.0.5。
推荐 Skills