Feishu Zh6

v1.0.5

Send text, image (jpg/png/gif), or file (md/pdf/doc) messages via Feishu to user ou_a05417a566dc000ad40fed2beb9fe057 using files in ~/.openclaw/workspace/.

0· 149·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zh6/feishu-zh6.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Feishu Zh6" (zh6/feishu-zh6) from ClawHub.
Skill page: https://clawhub.ai/zh6/feishu-zh6
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install feishu-zh6

ClawHub CLI

Package manager switcher

npx clawhub@latest install feishu-zh6
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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/.

Like a lobster shell, security has layers — review code before you run it.

latestvk975hs1qfzmdpps806xyf9k13183et82
149downloads
0stars
6versions
Updated 1mo ago
v1.0.5
MIT-0

飞书消息发送技能

描述

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

配置

  • 渠道: 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 发送

Comments

Loading comments...