Skip to content

Commit c6b3526

Browse files
authored
Add multiple AstrBot plugins with details
1 parent b91e765 commit c6b3526

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

plugins.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{
2+
"astrbot_plugin_komari_status": {
3+
"display_name": "Komari 监控查询",
4+
"desc": "AstrBot 的 Komari 服务器状态监控插件。支持查询节点列表、实时状态、公开设置及版本信息。支持生成精美的状态图片,并允许用户自定义触发指令。",
5+
"author": "nulijiazaizhong",
6+
"repo": "https://github.com/nulijiazaizhong/astrbot_plugin_komari_status",
7+
"social_link": "https://github.com/nulijiazaizhong"
8+
},
9+
"astrbot_plugin_lark_enhance": {
10+
"display_name": "飞书增强",
11+
"desc": "增强 AstrBot 在飞书场景下的表现,支持上下文感知增强(名字、群名、聊天记录、引用回复),流式输出,@群成员等",
12+
"author": "anneviliu",
13+
"repo": "https://github.com/anneviliu/astrbot_lark_enhance",
14+
"tags": [
15+
"Lark",
16+
"飞书"
17+
],
18+
"social_link": "https://github.com/anneviliu"
19+
},
220
"astrbot_plugin_service_watcher": {
321
"display_name": "互联网服务监控",
422
"desc": "聚合监控 GitHub、OpenAI、Cloudflare 等主流服务的运行状态。通过各服务官方提供的 JSON API 进行轮询,在检测到服务状态异常或恢复时第一时间发送预警推送。",
@@ -13,6 +31,36 @@
1331
"tags": ["拟人","分享","定时","推送"],
1432
"social_link": "https://github.com/siciyuanweilai"
1533
},
34+
"astrbot_plugin_bbt_daily_news": {
35+
"display_name": "棒棒糖的每日晨报",
36+
"desc": "一个简单的每日晨报插件",
37+
"author": "棒棒糖",
38+
"repo": "https://github.com/zhoufan47/astrbot_plugin_bbt_daily_news",
39+
"tags": [
40+
"日报",
41+
"数据搜刮"
42+
]
43+
},
44+
"astrbot_plugin_qq_group_daily_analysis": {
45+
"display_name": "QQ群分析总结插件",
46+
"desc": "QQ群日常分析总结插件 - 生成精美的群聊分析报告,支持话题分析、用户形象、群聊圣经等功能",
47+
"author": "SXP-Simon",
48+
"repo": "https://github.com/SXP-Simon/astrbot_plugin_qq_group_daily_analysis",
49+
"tags": [
50+
"群聊总结",
51+
"话题分析",
52+
"用户形象",
53+
"群聊圣经"
54+
],
55+
"social_link": "https://github.com/SXP-Simon"
56+
},
57+
"astrbot_plugin_poke_to_llm": {
58+
"display_name": "忘@了戳一下吧",
59+
"desc": "[仅 OneBotv11] 忘@了戳一下吧 - 戳一戳触发 LLM 回复,让 Bot 根据上下文自然响应",
60+
"author": "木有知",
61+
"repo": "https://github.com/muyouzhi6/astrbot_plugin_poke_to_llm",
62+
"social_link": "https://github.com/muyouzhi6"
63+
},
1664
"astrbot_plugin_balance_get": {
1765
"display_name": "模型平台余额查询",
1866
"desc": "支持通过命令查询模型平台的余额。",

0 commit comments

Comments
 (0)