-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugins.json
More file actions
515 lines (515 loc) · 13 KB
/
Copy pathplugins.json
File metadata and controls
515 lines (515 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
[
{
"name": "system",
"type": "complete",
"author": "ElainaBot",
"description": "框架内置系统插件, 提供基础信息、管理、查询、示例等功能",
"version": "1.0.5",
"category": "系统",
"github": "https://github.com/ElainaCore/ElainaBot_v2",
"branch": "main",
"path": "plugins/system",
"tags": [
"系统",
"管理",
"内置"
]
},
{
"name": "AI开发插件",
"type": "complete",
"author": "冷曦",
"description": "接入 OpenAI 让 AI 自主编写/修改框架插件",
"version": "1.1.0",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "ai_dev",
"tags": [
"AI",
"开发",
"工具"
]
},
{
"name": "工作流API",
"type": "complete",
"author": "冷曦",
"description": "可视化工作流自定义API,热更新,支持变量与节点输出",
"version": "1.0.2",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"tags": [
"工具"
],
"path": "workflowapi"
},
{
"name": "熵增基座",
"type": "complete",
"author": "冷曦",
"description": "游戏查询插件基座:一键安装三角洲、终末地、洛克王国:世界等游戏查询插件",
"version": "1.2.0",
"category": "游戏",
"github": "https://github.com/Entropy-Increase-Team/elaina-plugin-Entropy_Base",
"branch": "main",
"tags": [
"游戏",
"三角洲",
"终末地",
"洛克王国"
]
},
{
"name": "备份工具",
"type": "complete",
"author": "云痕",
"description": "为框架提供备份与迁移功能",
"version": "1.5.0",
"category": "工具",
"github": "https://github.com/yhkj-nb/elaina-backup-manager",
"branch": "main",
"tags": [
"工具",
"备份",
"迁移"
]
},
{
"name": "image_hosting",
"type": "module",
"author": "ElainaBot",
"description": "统一图床上传,用于markdown图片链接发送",
"version": "2.0.0",
"category": "服务",
"github": "https://github.com/ElainaCore/ElainaBot_v2",
"branch": "main",
"tags": [
"图床",
"上传",
"COS"
]
},
{
"name": "datastore",
"type": "module",
"author": "ElainaBot",
"description": "MySQL + Redis 统一数据存储模块, 异步连接池与完整 CRUD / 缓存操作",
"version": "1.1.0",
"category": "服务",
"github": "https://github.com/ElainaCore/ElainaBot_v2",
"branch": "main",
"tags": [
"数据库",
"MySQL",
"Redis"
]
},
{
"name": "renderer",
"type": "module",
"author": "ElainaBot",
"description": "渲染引擎: PIL 子进程渲染池 + Playwright 浏览器渲染统一管理, 全局共享按需启停",
"version": "2.0.0",
"category": "服务",
"github": "https://github.com/ElainaCore/ElainaBot_v2",
"branch": "main",
"tags": [
"渲染",
"截图",
"PIL",
"Playwright"
]
},
{
"name": "onebot_adapter",
"type": "module",
"author": "Elaina",
"description": "OneBot 11 协议适配器, 将消息/事件推送到外部机器人框架",
"version": "2.0.0",
"category": "适配器",
"github": "https://github.com/ElainaCore/ElainaBot_v2",
"branch": "main",
"tags": [
"OneBot",
"适配器",
"WebSocket"
]
},
{
"name": "LGTBot_ElainaBot",
"type": "complete",
"author": "铁蛋",
"description": "基于 C++ 的 LGTBot 游戏裁判机器人:支持 50+ 种多人游戏,将聊天室打造成游戏竞技平台。免编译部署(仅Linux)",
"version": "2.6.1",
"category": "游戏",
"github": "https://github.com/tiedanGH/LGTBot_ElainaBot",
"branch": "main",
"tags": [
"多人",
"竞技",
"桌游"
]
},
{
"name": "三角洲今日密码",
"type": "single",
"author": "冷曦",
"description": "三角洲行动每日密码查询,自动缓存当日密码",
"version": "1.0.0",
"category": "游戏",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/三角洲今日密码.py",
"tags": [
"游戏",
"三角洲",
"查询"
]
},
{
"name": "全量申请",
"type": "single",
"author": "冷曦",
"description": "生成群全量消息授权链接,免@处理指令",
"version": "1.1.0",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/全量申请.py",
"tags": [
"工具",
"QQ群",
"授权"
]
},
{
"name": "哈基米",
"type": "single",
"author": "冷曦",
"description": "随机发送哈基米语音",
"version": "1.0.0",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/哈基米.py",
"tags": [
"娱乐",
"语音"
]
},
{
"name": "字符字",
"type": "single",
"author": "冷曦",
"description": "将汉字转为字符画",
"version": "1.0.0",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/字符字.py",
"tags": [
"娱乐"
]
},
{
"name": "恶臭生成器",
"type": "single",
"author": "冷曦",
"description": "将任意数字转换为 114514 表达式(本地计算)",
"version": "1.0.0",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/恶臭生成器.py",
"tags": [
"娱乐"
]
},
{
"name": "音乐点歌",
"type": "single",
"author": "冷曦",
"description": "QQ音乐搜索与播放,支持序号选歌",
"version": "1.0.0",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/音乐点歌.py",
"tags": [
"音乐",
"点歌",
"娱乐"
]
},
{
"name": "针对撤回",
"type": "single",
"author": "冷曦",
"description": "被针对的人,发言就会被撤回",
"version": "2.0.0",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "alone/针对撤回.py",
"tags": [
"群管",
"娱乐"
]
},
{
"name": "群成员入群欢迎",
"type": "complete",
"author": "冷曦",
"description": "群成员入群自动欢迎推送,支持模板、全群模式、白名单、每日上限,含 Web 面板",
"version": "1.4.0",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"tags": [
"工具"
],
"path": "welcome"
},
{
"name": "群发插件",
"type": "complete",
"author": "miaolik",
"description": "群发消息,支持群聊和私聊,含 Web 面板",
"version": "1.1.0",
"category": "工具",
"github": "https://github.com/miaolik/plugin-qunfa",
"branch": "main",
"tags": [
"工具"
]
},
{
"name": "自定义API",
"type": "complete",
"author": "miaolik",
"description": "自定义API,支持群聊和私聊,含 Web 面板",
"version": "2.0.0",
"category": "工具",
"github": "https://github.com/miaolik/plugin-API",
"branch": "main",
"tags": [
"工具"
]
},
{
"name": "记账2.0",
"type": "single",
"author": "miaolik",
"description": "记录日常开支,支持群聊和私聊",
"version": "1.1.0",
"category": "工具",
"github": "https://github.com/miaolik/plugin-jz",
"branch": "main",
"path": "记账2.0.py",
"tags": [
"工具"
]
},
{
"name": "随机工具",
"type": "complete",
"author": "铁蛋",
"description": "骰子算式、随机数生成、元素抽取等随机工具,本地沙箱安全执行,无用户输入回显",
"version": "1.0.1",
"category": "工具",
"github": "https://github.com/tiedanGH/ElainaBot-plugins-tiedan",
"branch": "main",
"path": "随机工具",
"tags": [
"工具",
"随机",
"骰子"
]
},
{
"name": "舒尔特方格",
"type": "single",
"author": "孟夏十三",
"description": "5×5 舒尔特方格反应力训练,回调按钮按序点击计时,全服 TOP10 排行",
"version": "1.0.0",
"category": "娱乐",
"github": "https://github.com/MengXiaSS/elaina-plugin-shuerte",
"branch": "main",
"path": "ShuErTe.py",
"alone": false,
"tags": [
"舒尔特",
"训练",
"排行",
"回调按钮"
]
},
{
"name": "主动推送",
"type": "complete",
"author": "冷曦",
"description": "向全量群或好友主动推送指定消息",
"version": "1.2.3",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "Active Push",
"tags": [
"主动",
"工具"
]
},
{
"name": "群管",
"type": "complete",
"author": "冷曦",
"description": "群管插件,违禁词,入群验证撤回等",
"version": "1.0.1",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "groupguard",
"tags": [
"工具",
"群管"
]
},
{
"name": "AstrBot基座",
"type": "complete",
"author": "冷曦",
"description": "在ElainaBot v2上运行 AstrBot框架插件,Web 面板一键装/卸/配置/热重载",
"version": "1.0.4",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "astr基座",
"tags": [
"AstrBot",
"适配",
"工具"
]
},
{
"name": "ElainaBot 早柚适配器",
"type": "complete",
"author": "MortalCat",
"description": "一个适用于ElainaBot的GScore适配器",
"version": "1.1.1",
"category": "系统",
"github": "https://github.com/xiowo/elainabot_gscore_adapter",
"branch": "main",
"tags": [
"系统",
"适配",
"工具"
]
},
{
"name": "违禁词",
"type": "complete",
"author": "miaolik",
"description": "命中违禁词自动撤回, 支持全局/分群词库与 Web 后台配置",
"version": "1.0.0",
"category": "群管",
"github": "https://github.com/miaolik/plugin-wjc",
"branch": "main",
"tags": [
"违禁词",
"群管",
"工具"
]
},
{
"name": "关键词回复",
"type": "complete",
"author": "miaolik",
"description": "全局/分群关键词自动回复, 指令化管理+审核+定时推送+多种输出, Web 后台",
"version": "4.0.0",
"category": "群管",
"github": "https://github.com/miaolik/plugin-gjc",
"branch": "main",
"tags": [
"关键词",
"群管",
"工具"
]
},
{
"name": "腾讯频道",
"type": "complete",
"author": "miaolik",
"description": "腾讯频道Skill插件版,腾讯频道管理:指令 + Web 管理面板 + 定时发帖(Cron),仅限插件管理员使用 Web 后台",
"version": "2.0.0",
"category": "Skill",
"github": "https://github.com/miaolik/txpd",
"branch": "main",
"tags": [
"Skill",
"频道",
"工具"
]
},
{
"name": "QG词库",
"type": "complete",
"author": "miaolik",
"description": "词库编写,新手入门, Web 后台",
"version": "1.1.0",
"category": "词库",
"github": "https://github.com/miaolik/plugin-ck",
"branch": "main",
"tags": [
"词库",
"群管",
"工具"
]
},
{
"name": "玄天虾虾",
"type": "complete",
"author": "baiyifei61-cmd",
"description": "谐音梗答题游戏,看图猜谐音梗",
"version": "1.0.1",
"category": "娱乐",
"github": "https://github.com/baiyifei61-cmd/xyg-plugin",
"branch": "main",
"tags": [
"游戏",
"谐音梗",
"答题"
]
},
{
"name": "系统状态",
"type": "complete",
"author": "酸甜牛奶",
"description": "查询bot所在的系统状态,可查询系统信息、CPU、内存、磁盘。",
"version": "1.3.0",
"category": "工具",
"github": "https://github.com/MilkNiuNai/Elainabot_System-Status",
"branch": "main",
"tags": [
"系统",
"磁盘",
"CPU",
"内存"
]
},
{
"name": "wechat-bot",
"type": "complete",
"author": "乄杺",
"description": "利用微信ClawBot实现管理框架机器人、查看机器人DAU数据、查看系统状态",
"version": "1.0.1",
"category": "工具",
"github": "https://github.com/linxi-root/wechat-bot",
"branch": "main",
"tags": [
"微信ClawBot",
"工具"
]
}
]