From 99cf61cb3776163747a9471c4ebd77e56c070b76 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Wed, 1 Apr 2026 16:35:54 +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 + }, ]