Skip to content

Commit 3360497

Browse files
authored
Add multiple plugins to plugins.json
1 parent 1fe7bfd commit 3360497

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

plugins.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,91 @@
1010
],
1111
"social_link": "https://github.com/advent259141"
1212
},
13+
"astrbot_plugin_elves_world": {
14+
"display_name": "精灵世界",
15+
"desc": "精灵对战游戏 - 探索、收集、战斗!",
16+
"author": "DITF16",
17+
"repo": "https://github.com/DITF16/astrbot_plugin_elves_world",
18+
"tags": [
19+
"游戏",
20+
"养成",
21+
"对战"
22+
],
23+
"social_link": "https://github.com/DITF16"
24+
},
25+
"astrbot_plugin_simple_injections": {
26+
"name": "",
27+
"display_name": "轻量级提示词注入",
28+
"desc": "轻量级提示词注入插件。允许用户使用指令进行指定轮次的提示词注入,适用于跑团主持人等需要在规定轮次内持续完成特定任务的场景。",
29+
"author": "fjontk",
30+
"repo": "https://github.com/fjontk/astrbot_plugin_simple_injections",
31+
"tags": [
32+
"提示词注入",
33+
"prompt"
34+
]
35+
},
36+
"astrbot_plugin_ipquery": {
37+
"name": "",
38+
"display_name": "IP地址查询",
39+
"desc": "查询 IP 地理位置及类型查询插件。",
40+
"author": "TianLang Hacker",
41+
"repo": "https://github.com/TianLang-Hacker/astrbot_plugin_ipquery",
42+
"tags": [
43+
"IP查询",
44+
"IP Query",
45+
"IP"
46+
],
47+
"social_link": "https://tianlang-hacker.github.io/"
48+
},
49+
"diyrule": {
50+
"display_name": "自定义群聊的唤醒规则",
51+
"desc": "为每个群聊自定义唤醒规则",
52+
"author": "懒大猫",
53+
"repo": "https://github.com/landamao/diyrule",
54+
"tags": [
55+
"工具",
56+
"辅助",
57+
"群聊",
58+
"功能"
59+
]
60+
},
61+
"astrbot_plugin_hlymcn_signin": {
62+
"display_name": "HLYM服务器工具",
63+
"desc": "一个为HLYM社区定向开发的服务器工具插件,提供基础的查询功能,如果需要使用捆绑的更多功能需要自行适配后端系统",
64+
"author": "HLYMCN",
65+
"repo": "https://github.com/DearCrazyLeaf/astrbot_plugin_hlymcn_signin",
66+
"tags": [
67+
"服务器管理"
68+
],
69+
"social_link": "hlymcn.cn"
70+
},
71+
"astrbot_plugin_pic_mirror": {
72+
"display_name": "更多的图像对称",
73+
"desc": "一个图像对称处理插件,用于生成诡异弔图,可以为图片添加多种镜像效果",
74+
"author": "FenChen0211",
75+
"repo": "https://github.com/FenChen0211/astrbot-plugin-pic-mirror",
76+
"tags": [
77+
"对称",
78+
"图像编辑"
79+
],
80+
"social_link": "https://github.com/FenChen0211"
81+
},
82+
"astrbot_plugin_qqrecord": {
83+
"display_name": "Meeting Recorder",
84+
"desc": "将群消息以“内容【群昵称】”的形式及时进行会议记录。调用命令 `/record [limit]`返回当前会话的最近 N 行",
85+
"author": "WLEzj",
86+
"repo": "https://github.com/WLEzj/astrbot_plugin_qqrecord"
87+
},
88+
"anti_repeat": {
89+
"display_name": "anti_repeat",
90+
"desc": "指令冷却与防刷屏拦截插件",
91+
"author": "灵汐",
92+
"repo": "https://github.com/yuanshen-scaramouche/star",
93+
"tags": [
94+
"拦截指令",
95+
"刷屏"
96+
]
97+
},
1398
"astrbot_plugin_grok_web_search": {
1499
"display_name": "Grok联网搜索",
15100
"desc": "通过 Grok API 进行实时联网搜索,返回综合答案和来源链接,支持指令,LLM Tool和skills调用。",

0 commit comments

Comments
 (0)