Skip to content

Commit be50416

Browse files
authored
Update plugins.json
1 parent 526ecd7 commit be50416

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

plugins.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
{
2+
"astrbot_plugin_dailyacmfortune": {
3+
"display_name": "洛谷运势",
4+
"desc": "洛谷运势生成和签到打卡",
5+
"author": "Dayanshifu",
6+
"repo": "https://github.com/Dayanshifu/astrbot_plugin_dailyacmfortune",
7+
"tags": ["抽签","运势","签到","打卡"]
8+
},
9+
"astrbot_plugin_llm_failover": {
10+
"display_name": "LLM 故障转移",
11+
"desc": "AstrBot 文本类大模型故障转移插件,遇到限速/瞬时故障时自动切换备用模型,比如“硅基流动”免费模型的速率限制",
12+
"author": "万一",
13+
"repo": "https://github.com/Ryan7t/astrbot_plugin_llm_failover",
14+
"tags": ["llm", "速率限制", "自动切换", "解决方案", "AI"],
15+
"social_link": "https://github.com/Ryan7t"
16+
},
17+
"astrbot_plugin_stockgame": {
18+
"display_name": "模拟炒股游戏",
19+
"desc": "一个在群聊中玩的模拟炒股游戏",
20+
"author": "DITF16",
21+
"repo": "https://github.com/DITF16/astrbot_plugin_stockgame",
22+
"tags": ["游戏", "娱乐", "股票"],
23+
"social_link": "https://github.com/DITF16"
24+
},
25+
"astrbot_plugin_cryptocurrency": {
26+
"display_name": "基于 LLM 的加密货币模拟交易",
27+
"desc": "加密货币模拟交易插件具备实时价格、市场数据和AI投资模拟功能",
28+
"author": "vmoranv",
29+
"repo": "https://github.com/vmoranv/astrbot_plugin_cryptocurrency",
30+
"tags": [
31+
"加密货币",
32+
"AI 投资模拟"
33+
],
34+
"social_link": "https://github.com/vmoranv"
35+
},
36+
"astrbot_plugin_qqgal": {
37+
"display_name": "Gal 风格图片生成",
38+
"desc": "引用或跟随文本生成 GalGame 风格选项,支持图片渲染、自动生图+抠图叠加立绘。",
39+
"author": "bvzrays",
40+
"repo": "https://github.com/bvzrays/astrbot_plugin_qqgal",
41+
"tags": [
42+
"galgame",
43+
"二次元"
44+
],
45+
"social_link": "https://github.com/bvzrays"
46+
},
247
"astrbot_plugin_Conversa": {
348
"display_name": "Conversa 主动回复插件",
449
"desc": "Conversa 能够让 AI 在会话沉寂一段时间后,像真人一样重新发起聊天,或者在每日的特定时间点送上问候,或以自然的方式进行定时提醒。",
@@ -25,6 +70,51 @@
2570
],
2671
"social_link": "https://github.com/Him666233"
2772
},
73+
"astrbot_plugin_message_stats": {
74+
"display_name": "AstrBot 群发言统计插件",
75+
"desc": "QQ群消息统计插件,支持消息数量统计、排行榜生成等功能",
76+
"author": "xiaoruange39",
77+
"repo": "https://github.com/xiaoruange39/astrbot_plugin_message_stats",
78+
"tags": [
79+
"playwright",
80+
"QQ群",
81+
"群聊",
82+
"排行榜",
83+
"发言统计"
84+
]
85+
},
86+
"astrbot_plugin_prompt": {
87+
"display_name": "人格拓展插件",
88+
"desc": "基于源官方persona的人格拓展插件",
89+
"author": "ChuranNeko",
90+
"repo": "https://github.com/ChuranNeko/astrbot_plugin_prompt",
91+
"tags": [
92+
"人设",
93+
"提示词"
94+
]
95+
},
96+
"zhiyu-astrbot-hjm": {
97+
"desc": "一款随机哈基米语音的AstrBot插件",
98+
"author": "知鱼",
99+
"repo": "https://github.com/ovoox/zhiyu-astrbot-hjm",
100+
"tags": [
101+
"哈基米",
102+
"语音"
103+
],
104+
"social_link": "https://github.com/ovoox"
105+
},
106+
"astrbot_plugin_weibo_hot": {
107+
"desc": "自动抓取微博热榜。",
108+
"author": "wr0x00",
109+
"repo": "https://github.com/wr0x00/astrbot_plugin_weibo_hot"
110+
},
111+
"astrbot_plugin_bilibili_bot": {
112+
"display_name": "bilibili_bot",
113+
"desc": "适配 AstrBot 的插件,自动识别B站链接并转换为直链发送",
114+
"author": "drdon1234",
115+
"repo": "https://github.com/drdon1234/astrbot_plugin_bilibili_bot",
116+
"tags": ["b站","bilibili","视频链接解析"]
117+
},
28118
"astrbot_plugin_mcgetter_enhanced": {
29119
"display_name": "mcgetter-enhanced",
30120
"desc": "查询 MC 服务器信息和玩家列表, 在线人数柱状图渲染为图片, 修改自 QiChen 的 mcgetter",

0 commit comments

Comments
 (0)