Skip to content

Commit 811c574

Browse files
authored
Update plugins.json
1 parent 7c70b96 commit 811c574

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

plugins.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
{
2+
"astrbot_plugin_simple_memory": {
3+
"display_name": "基于 LLM 的简单记忆",
4+
"desc": "一个帮助 AstrBot 将对话整理成「长期 /中期/ 短期记忆」的插件并在对话时候注入记忆。无需接入RAG。",
5+
"author": "兔子",
6+
"repo": "https://github.com/KonmaKanSinPack/astrbot_plugin_simple_memory",
7+
"tags": [
8+
"记忆",
9+
"拟人",
10+
"私聊"
11+
],
12+
"social_link": "https://github.com/KonmaKanSinPack"
13+
},
14+
"astrbot_plugin_engram": {
15+
"display_name": "仿生双轨记忆系统",
16+
"desc": "仿生双轨记忆系统 - 长期记忆增强插件",
17+
"author": "victical",
18+
"repo": "https://github.com/victical/astrbot_plugin_engram",
19+
"tags": [
20+
"记忆",
21+
"拟人"
22+
]
23+
},
224
"astrbot_plugin_mc_manager": {
325
"display_name": "astrbot_plugin_mc_manager",
426
"desc": "通过 LLM 智能管理 Minecraft 服务器,支持 Fabric/Forge/NeoForge",
@@ -7,6 +29,30 @@
729
"tags": ["MC","Agent"],
830
"social_link": "https://github.com/advent259141"
931
},
32+
"astrbot_plugin_ppnai": {
33+
"display_name": "泡泡画图",
34+
"desc": "泡泡画图:基于 NovelAI 官方 API 的绘图插件,具有强大的文生图/图生图、氛围转移、角色保持、AI 辅助生图、自动画图、队列与额度管理能力。",
35+
"author": "LgCookie&etgpao&feiu",
36+
"repo": "https://github.com/dafeiwu666/astrbot_plugin_ppnai"
37+
},
38+
"astrbot_plugin_codemage": {
39+
"display_name": "插件生成器",
40+
"desc": "一个基于AI的 AstrBot 插件生成器,可以根据自然语言描述自动生成完整的 AstrBot 插件。",
41+
"author": "qa296",
42+
"repo": "https://github.com/qa296/astrbot_plugin_codemage",
43+
"tags": [
44+
"插件",
45+
"ai",
46+
"生成"
47+
],
48+
"social_link": "https://github.com/qa296/"
49+
},
50+
"astrbot_plugin_online_status": {
51+
"display_name": "在线状态",
52+
"desc": "在线状态管理与感知(仅适配 Napcat)",
53+
"author": "bylkuse",
54+
"repo": "https://github.com/bylkuse/astrbot_plugin_online_status"
55+
},
1056
"astrbot_plugin_logplus": {
1157
"display_name": "logplus",
1258
"desc": "AstrBot日志增强插件,支持日志持久化、按插件分类、轮换、压缩、自动清理等功能",
@@ -339,6 +385,19 @@
339385
"审查"
340386
]
341387
},
388+
"astrbot_plugin_models_ai": {
389+
"display_name": "astrbot_plugin_models_ai",
390+
"desc": "可以使用来自多家模型服务提供商的模型生成图片或通过自然语言让 LLM 生成",
391+
"author": "祁筱欣",
392+
"repo": "https://github.com/xiaomizhoubaobei/astrbot_plugin_models_ai",
393+
"social_link": "https://github.com/xiaomizhoubaobei"
394+
},
395+
"astrbot_plugin_monixiuxian2": {
396+
"display_name": "模拟修仙 v2",
397+
"desc": "一款为 AstrBot 设计的、功能丰富的放置类修仙游戏插件。让你在聊天群中体验从凡人到大能的修行之路,工作摸鱼、畅聊吹水的同时亦可得道飞升!",
398+
"author": "xiaojuwa",
399+
"repo": "https://github.com/xiaojuwa/astrbot_plugin_monixiuxian2"
400+
},
342401
"astrbot_plugin_qymusic": {
343402
"display_name": "明航音乐",
344403
"desc": "一款由彭明航独立开发的AstrBot插件,专门用于获取全网免费音乐。",

0 commit comments

Comments
 (0)