Skip to content

Commit e90e0d4

Browse files
authored
Add multiple new plugins to plugins.json
1 parent c6b3526 commit e90e0d4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

plugins.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,31 @@
1717
],
1818
"social_link": "https://github.com/anneviliu"
1919
},
20+
"astrbot_plugin_prompt_inject": {
21+
"display_name": "提示词注入器",
22+
"desc": "根据用户消息内容,自动向 LLM 注入预设提示词,从而临时或持续影响 AI 的回复行为, 支持在面板设置多套提示词和触发行为",
23+
"author": "Zhalslar",
24+
"repo": "https://github.com/Zhalslar/astrbot_plugin_prompt_inject",
25+
"tags": [
26+
"提示词",
27+
"prompt",
28+
"注入"
29+
],
30+
"social_link": "https://github.com/Zhalslar"
31+
},
2032
"astrbot_plugin_service_watcher": {
2133
"display_name": "互联网服务监控",
2234
"desc": "聚合监控 GitHub、OpenAI、Cloudflare 等主流服务的运行状态。通过各服务官方提供的 JSON API 进行轮询,在检测到服务状态异常或恢复时第一时间发送预警推送。",
2335
"author": "Aloys233",
2436
"repo": "https://github.com/Aloys233/astrbot_plugin_service_watcher"
2537
},
38+
"astrbot_plugin_cmdmask": {
39+
"display_name": "指令伪装",
40+
"desc": "将真实指令映射为伪装指令,并支持静默或自定义回复,用“今天天气真好”代替“/reset”,用“挺好”代替“/reset”的回复,悄悄的重置,避免露馅。",
41+
"author": "木有知",
42+
"repo": "https://github.com/muyouzhi6/strbot_plugin_cmdmask",
43+
"social_link": "https://github.com/muyouzhi6"
44+
},
2645
"astrbot_plugin_daily_sharing": {
2746
"display_name": "定时主动分享所见所闻",
2847
"desc": "Daily Sharing 打破了单一的图文限制,让 Bot 拥有了“开口说话”的能力,根据时间段、生活状态、聊天记忆和网络热搜,通过带有情绪的语音、配图与文字,向指定的好友或群组分享生活点滴。",
@@ -31,6 +50,13 @@
3150
"tags": ["拟人","分享","定时","推送"],
3251
"social_link": "https://github.com/siciyuanweilai"
3352
},
53+
"astrbot_plugin_judge": {
54+
"display_name": "智能路由判断",
55+
"desc": "根据用户消息复杂度,智能选择高智商模型或快速模型进行回答",
56+
"author": "HEI",
57+
"repo": "https://github.com/HEI1491/astrbot_plugin_judge",
58+
"social_link": "https://github.com/HEI1491"
59+
},
3460
"astrbot_plugin_bbt_daily_news": {
3561
"display_name": "棒棒糖的每日晨报",
3662
"desc": "一个简单的每日晨报插件",
@@ -41,6 +67,13 @@
4167
"数据搜刮"
4268
]
4369
},
70+
"astrbot_plugin_code_analyzer": {
71+
"display_name": "代码分析器",
72+
"desc": "一个用于分析代码(包括时间空间复杂度),适配内置LLM模型,支持人格提示词的插件",
73+
"author": "GCH空城",
74+
"repo": "https://github.com/GCHkongcheng/astrbot_plugin_code_analyzer",
75+
"social_link": "https://github.com/GCHkongcheng"
76+
},
4477
"astrbot_plugin_qq_group_daily_analysis": {
4578
"display_name": "QQ群分析总结插件",
4679
"desc": "QQ群日常分析总结插件 - 生成精美的群聊分析报告,支持话题分析、用户形象、群聊圣经等功能",
@@ -225,6 +258,12 @@
225258
],
226259
"social_link": "https://github.com/DITF16"
227260
},
261+
"astrbot_plugin_groupGuard": {
262+
"display_name": "防重复加群",
263+
"desc": "[仅OneBot]自动拒绝已加入其他某个群的成员加群",
264+
"author": "星星旁の旷野",
265+
"repo": "https://github.com/xingkuangye/astrbot_plugin_groupGuard"
266+
},
228267
"astrbot_plugin_qq_group_summary": {
229268
"display_name": "QQ群聊总结",
230269
"desc": "QQ群聊总结,支持LLM TOOL调用。",

0 commit comments

Comments
 (0)