From 8ecba16d68a01760e7cd17d7d8a4dc21bb6ca0c4 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sat, 2 May 2026 22:23:02 +0800 Subject: [PATCH] :beers: publish adapter WxClaw (#3943) --- assets/adapters.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index 8fe4432d..d24832b3 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -353,4 +353,19 @@ ], "is_official": false }, + { + "module_name": "nonebot.adapters.wxclaw", + "project_link": "nonebot-adapter-wxclaw", + "name": "WxClaw", + "desc": "基于 openclaw-weixin 协议的 NoneBot2 微信智能体适配器", + "author_id": 51957264, + "homepage": "https://github.com/shoucandanghehe/nonebot-adapter-wxclaw", + "tags": [ + { + "label": "微信", + "color": "#1aad19" + } + ], + "is_official": false + }, ]