feishuweng

Communication
消息飞书

Send text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication.

Install

openclaw skills install @wengjianmin19850412/feishuweng

通用飞书消息发送 Skill

支持多飞书应用配置的消息发送工具,适配不同 Agent 绑定不同飞书应用的场景。

配置项(Agent 绑定 Skill 时需填写)

配置名类型必填说明
APP_ID字符串飞书应用的 App ID
APP_SECRET字符串飞书应用的 App Secret
DEFAULT_RECEIVE_ID字符串默认消息接收人/群 ID

调用参数(Agent 调用 Skill 时传参)

参数名类型必填说明
receive_id字符串消息接收人/群 ID(优先级高于默认值)
text字符串要发送的文本消息内容

返回值说明

返回飞书 API 原始响应结果,示例: { "code": 0, "msg": "success", "data": { "message_id": "om_xxxxxx" } }