Install
openclaw skills install wechatmessaging通过微信查询好友并确认后,向指定好友发送文本消息,支持多好友选择和发送确认流程。
openclaw skills install wechatmessagingname: wechat_messaging description: 通过微信向好友发送消息。流程:查询好友 -> 确认目标 -> 发送内容。
GET /aiTest/queryFriendappid: {{env.WECHAT_APPID}}name: 用户提供的好友名称POST /aiTest/sendTextappid: {{env.WECHAT_APPID}}contact: 目标好友的 wxId (从 queryFriend 获取)content: 文本内容queryFriend。sendText。