From 7c321f11732689974bb8780d81c83f990baafb3c Mon Sep 17 00:00:00 2001 From: ai_member_only Date: Fri, 3 Apr 2026 11:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90=E8=A6=81?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 142e97a..3e7c3b9 100644 --- a/SKILL.md +++ b/SKILL.md @@ -2,7 +2,7 @@ name: lark-send-message-as-bot description: | 以 Bot 身份通过飞书发送消息。支持两种目标: - (1) 给个人用户发私聊消息(基于 user_id)[注意]vala_users_list.md中已经记录了vala全员的user_id,请首先查询这个文档! + (1) 给个人用户发私聊消息(基于 user_id)[注意] ./vala_users_list.md中已经记录了vala全员的user_id,请首先查询这个文档! (2) 给群组发消息(基于 chat_id) 当 agent 需要主动推送消息、通知用户、向群组发送信息时使用。 触发场景:发消息、通知某人、推送到群、Bot 发消息、主动消息。 @@ -15,6 +15,7 @@ description: | - Bot 应用的凭证已配置在 `/root/.openclaw/credentials//config.json` - 目标用户必须在 Bot 应用的**可用范围**内(开发者后台配置) - 目标群必须已将 Bot 添加为群成员 +- Bot 应用需要配置 contact:user.employee_id:readonly 权限。 ## 发送消息