Skip to content

Commit 23dd33c

Browse files
authored
Add multiple AstrBot plugins with details
1 parent c8444a7 commit 23dd33c

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

plugins.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11
{
2+
"astrbot_plugin_matrix_adapter": {
3+
"display_name": "Matrix 协议适配器",
4+
"desc": "Matrix 协议适配器,支持端到端加密、消息线程等功能。暂不支持密钥交换,暂不支持 Oauth2 登录。",
5+
"author": "stevessr",
6+
"repo": "https://github.com/stevessr/astrbot_plugin_matrix_adapter",
7+
"tags": [
8+
"matrix",
9+
"平台适配器"
10+
],
11+
"social_link": "https://github.com/stevessr"
12+
},
13+
"astrbot_plugin_llm_executor": {
14+
"display_name": "指令执行器",
15+
"desc": "让LLM代理执行Bot指令,配合command_query插件使用,实现自然语言到指令的转换",
16+
"author": "gabriel0721",
17+
"repo": "https://github.com/TenmaGabriel0721/astrbot_plugin_llm_executor"
18+
},
19+
"astrbot_plugin_command_query": {
20+
"display_name": "指令查询工具",
21+
"desc": "让 LLM 能够实时查询指令信息,引导用户正确使用 - 支持模糊搜索、详情查询、插件列表",
22+
"author": "gabriel0721",
23+
"repo": "https://github.com/TenmaGabriel0721/astrbot_plugin_command_query"
24+
},
25+
"astrbot_plugin_maa": {
26+
"display_name": "MAA 远程控制",
27+
"desc": "通过 AstrBot 远程控制 MAA",
28+
"author": "Hakuin123",
29+
"repo": "https://github.com/Hakuin123/astrbot_plugin_maa",
30+
"tags": [
31+
"MAA",
32+
"明日方舟"
33+
],
34+
"social_link": "https://github.com/Hakuin123"
35+
},
36+
"astrbot_plugin_extract": {
37+
"display_name": "元数据解析",
38+
"desc": "对图片、视频、语音、文件等媒体的元数据进行解析",
39+
"author": "Zhalslar",
40+
"repo": "https://github.com/Zhalslar/astrbot_plugin_extract",
41+
"tags": [
42+
"元数据",
43+
"解析",
44+
"媒体"
45+
],
46+
"social_link": "https://github.com/Zhalslar"
47+
},
48+
"astrbot_plugin_realistic_persona": {
49+
"display_name": "realistic_persona",
50+
"desc": "拟人化角色行为系统:整合情绪感知、生活模拟、QQ空间日记、AI配图等功能,使用系统人设,支持终端日志,支持自然图文并茂回复",
51+
"author": "LMG-arch",
52+
"repo": "https://github.com/LMG-arch/astrbot-plugin-realistic-persona.git"
53+
},
254
"astrbot_plugin_admin_notifier": {
355
"display_name": "举报通知",
456
"desc": "群友可以使用 /举报 指令@所有管理员",

0 commit comments

Comments
 (0)