Install
openclaw skills install feishuwengSend text messages via configurable Feishu apps with specified recipients using App ID and Secret authentication.
openclaw skills install feishuweng支持多飞书应用配置的消息发送工具,适配不同 Agent 绑定不同飞书应用的场景。
| 配置名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| APP_ID | 字符串 | 是 | 飞书应用的 App ID |
| APP_SECRET | 字符串 | 是 | 飞书应用的 App Secret |
| DEFAULT_RECEIVE_ID | 字符串 | 否 | 默认消息接收人/群 ID |
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| receive_id | 字符串 | 否 | 消息接收人/群 ID(优先级高于默认值) |
| text | 字符串 | 是 | 要发送的文本消息内容 |
返回飞书 API 原始响应结果,示例: { "code": 0, "msg": "success", "data": { "message_id": "om_xxxxxx" } }