diff --git a/plugins.json b/plugins.json index d2ada06f..f217b166 100644 --- a/plugins.json +++ b/plugins.json @@ -12599,5 +12599,19 @@ "desc": "过滤消息段中的think", "repo": "https://github.com/zgojin/astrbot_plugin_thinkTags", "category": "utilities" + }, + "astrbot_plugin_web_search_auto": { + "display_name": "Web Search Auto - 自动网络搜索", + "desc": "自动拦截消息并搜索网络,结果注入LLM上下文,自然筛选回复。已内置最短消息过滤、搜索后端可选(bing/duckduckgo/searxng)、超时/缓存/代理均可配。默认Bing直连零部署。", + "author": "bentianjia", + "repo": "https://github.com/bentianjia/astrbot_plugin_web_search_auto", + "tags": [ + "搜索", + "工具", + "LLM", + "Bing", + "自动" + ], + "category": "ai_tools" } }