|
17 | 17 | ], |
18 | 18 | "social_link": "https://github.com/anneviliu" |
19 | 19 | }, |
| 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 | + }, |
20 | 32 | "astrbot_plugin_service_watcher": { |
21 | 33 | "display_name": "互联网服务监控", |
22 | 34 | "desc": "聚合监控 GitHub、OpenAI、Cloudflare 等主流服务的运行状态。通过各服务官方提供的 JSON API 进行轮询,在检测到服务状态异常或恢复时第一时间发送预警推送。", |
23 | 35 | "author": "Aloys233", |
24 | 36 | "repo": "https://github.com/Aloys233/astrbot_plugin_service_watcher" |
25 | 37 | }, |
| 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 | + }, |
26 | 45 | "astrbot_plugin_daily_sharing": { |
27 | 46 | "display_name": "定时主动分享所见所闻", |
28 | 47 | "desc": "Daily Sharing 打破了单一的图文限制,让 Bot 拥有了“开口说话”的能力,根据时间段、生活状态、聊天记忆和网络热搜,通过带有情绪的语音、配图与文字,向指定的好友或群组分享生活点滴。", |
|
31 | 50 | "tags": ["拟人","分享","定时","推送"], |
32 | 51 | "social_link": "https://github.com/siciyuanweilai" |
33 | 52 | }, |
| 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 | + }, |
34 | 60 | "astrbot_plugin_bbt_daily_news": { |
35 | 61 | "display_name": "棒棒糖的每日晨报", |
36 | 62 | "desc": "一个简单的每日晨报插件", |
|
41 | 67 | "数据搜刮" |
42 | 68 | ] |
43 | 69 | }, |
| 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 | + }, |
44 | 77 | "astrbot_plugin_qq_group_daily_analysis": { |
45 | 78 | "display_name": "QQ群分析总结插件", |
46 | 79 | "desc": "QQ群日常分析总结插件 - 生成精美的群聊分析报告,支持话题分析、用户形象、群聊圣经等功能", |
|
225 | 258 | ], |
226 | 259 | "social_link": "https://github.com/DITF16" |
227 | 260 | }, |
| 261 | + "astrbot_plugin_groupGuard": { |
| 262 | + "display_name": "防重复加群", |
| 263 | + "desc": "[仅OneBot]自动拒绝已加入其他某个群的成员加群", |
| 264 | + "author": "星星旁の旷野", |
| 265 | + "repo": "https://github.com/xingkuangye/astrbot_plugin_groupGuard" |
| 266 | + }, |
228 | 267 | "astrbot_plugin_qq_group_summary": { |
229 | 268 | "display_name": "QQ群聊总结", |
230 | 269 | "desc": "QQ群聊总结,支持LLM TOOL调用。", |
|
0 commit comments