From 8a08fee59eabcd4d70673735b501fa6b536ae5f6 Mon Sep 17 00:00:00 2001 From: CoxnChan <58379258+CoxnChan@users.noreply.github.com> Date: Sun, 9 Aug 2026 02:33:22 +0800 Subject: [PATCH] Add astrbot_plugin_news_push for news updates Added a new plugin for daily news push with various features. --- plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins.json b/plugins.json index 69ae03eb..cbf104d7 100644 --- a/plugins.json +++ b/plugins.json @@ -13251,5 +13251,15 @@ "desc": "过滤消息段中的think", "repo": "https://github.com/zgojin/astrbot_plugin_thinkTags", "category": "utilities" + }, + "astrbot_plugin_news_push": { + "display_name": "新闻推送", + "author": "coxnchan", + "desc": "每天定时向多个群推送新闻。支持 LLM 分点总结、可视化配置:推送群号、时间、关键词、RSS 源、管理员权限等。", + "repo": "https://github.com/CoxnChan/astrbot_plugin_news_push", + "tags": [ + "每日新闻" + ], + "category": "ai_tools" } }