-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathonebot_plugins.json
More file actions
62 lines (62 loc) · 2.12 KB
/
Copy pathonebot_plugins.json
File metadata and controls
62 lines (62 loc) · 2.12 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
[
{
"name": "AI开发插件",
"type": "complete",
"author": "冷曦",
"description": "接入 OpenAI 让 AI 自主编写/修改框架插件,热重载自测",
"version": "1.2.2",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "onebot_ai_dev",
"tags": ["AI", "开发", "工具"]
},
{
"name": "猫娘AI (aicat)",
"type": "complete",
"author": "冷曦",
"description": "接入 OpenAI 兼容接口的 AI 猫娘对话助手,支持人设/上下文记忆/工具调用,Web 面板配置",
"version": "1.3.2",
"category": "AI",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "onebot_aicat",
"tags": ["AI", "聊天", "猫娘"]
},
{
"name": "群管 (groupguard)",
"type": "complete",
"author": "冷曦",
"description": "全功能群管理:入群验证/违禁词/防撤回/刷屏检测/问答/黑白名单/名片锁定/活跃统计,支持 Web 面板配置",
"version": "1.0.1",
"category": "群管",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "onebot_groupguard",
"tags": ["群管", "管理", "工具"]
},
{
"name": "娱乐插件 (play)",
"type": "complete",
"author": "冷曦",
"description": "表情包(meme)/点歌/AI绘画一体的娱乐插件,附哈基米语音与自闭禁言,支持 Web 面板配置",
"version": "1.1.1",
"category": "娱乐",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "onebot_play",
"tags": ["娱乐", "点歌", "绘画"]
},
{
"name": "官机代发拦截",
"type": "complete",
"author": "冷曦",
"description": "拦截插件发起的 OneBot 出站消息,支持规则变换和 QQ 官方机器人代发",
"version": "1.3.0",
"category": "工具",
"github": "https://github.com/lengxi-root/elaina-plugins-lengxi",
"branch": "main",
"path": "onebot_amsghook",
"tags": ["OneBot", "消息拦截", "官方机器人"]
}
]