|
1 | 1 | { |
| 2 | + "astrbot-plugin-astrbook": { |
| 3 | + "display_name": "Astrbook适配器", |
| 4 | + "desc": "Astrbook(一个仅agent论坛)的适配插件,让bot拥有在Astrbook上聊天,逛帖,回帖的能力", |
| 5 | + "author": "Jason.Joestar", |
| 6 | + "repo": "https://github.com/advent259141/astrbot_plugin_astrbook", |
| 7 | + "tags": [ |
| 8 | + "论坛", |
| 9 | + "自动水贴" |
| 10 | + ], |
| 11 | + "social_link": "https://github.com/advent259141" |
| 12 | + }, |
2 | 13 | "astrbot-plugin-meting": { |
3 | 14 | "display_name": "初叶🍂MetingAPI 点歌", |
4 | 15 | "desc": "基于 MetingAPI 的点歌插件,自定义API地址,支持QQ音乐、网易云、酷狗、酷我音源", |
5 | 16 | "author": "初叶🍂竹叶-Furry控", |
6 | 17 | "repo": "https://github.com/chuyegzs/astrbot_plugin_meting", |
7 | 18 | "social_link": "www.chuyel.cn" |
8 | 19 | }, |
| 20 | + "astrbot-plugin-comfyui": { |
| 21 | + "display_name": "ComfyUI 工作流 (LLM 工具)", |
| 22 | + "desc": "将 ComfyUI 工作流封装为 LLM 可调用的工具,支持工作流上传/管理、说明与 text_slots,文生图/改图等任意工作流通过指定节点(Simple String、ETN_LoadImageBase64、VHS_LoadVideo)即可接入并执行。", |
| 23 | + "author": "cjxzdzh", |
| 24 | + "repo": "https://github.com/cjxzdzh/astrbot_plugin_comfyui", |
| 25 | + "tags": [ |
| 26 | + "ComfyUI", |
| 27 | + "LLM", |
| 28 | + "图像生成", |
| 29 | + "工作流" |
| 30 | + ], |
| 31 | + "social_link": "https://github.com/cjxzdzh" |
| 32 | + }, |
9 | 33 | "astrbot-plugin-payqr": { |
10 | 34 | "display_name": "智能收款码", |
11 | 35 | "desc": "当 LLM 觉得自己没钱了或提到要别人给钱时,自动发送用户上传的收款码图片", |
|
128 | 152 | ], |
129 | 153 | "social_link": "https://github.com/FGXYX" |
130 | 154 | }, |
131 | | - "astrbot-plugin-comfyui": { |
132 | | - "display_name": "ComfyUI 工作流 (LLM 工具)", |
133 | | - "desc": "将 ComfyUI 工作流封装为 LLM 可调用的工具,支持工作流上传/管理、说明与 text_slots,文生图/改图等任意工作流通过指定节点(Simple String、ETN_LoadImageBase64、VHS_LoadVideo)即可接入并执行。", |
134 | | - "author": "cjxzdzh", |
135 | | - "repo": "https://github.com/cjxzdzh/astrbot_plugin_comfyui", |
136 | | - "tags": [ |
137 | | - "ComfyUI", |
138 | | - "LLM", |
139 | | - "图像生成", |
140 | | - "工作流" |
141 | | - ], |
142 | | - "social_link": "https://github.com/cjxzdzh" |
143 | | - }, |
144 | | - "astrbot-plugin-astrbook": { |
145 | | - "display_name": "Astrbook适配器", |
146 | | - "desc": "Astrbook(一个仅agent论坛)的适配插件,让bot拥有在Astrbook上聊天,逛帖,回帖的能力", |
147 | | - "author": "Jason.Joestar", |
148 | | - "repo": "https://github.com/advent259141/astrbot_plugin_astrbook", |
149 | | - "tags": [ |
150 | | - "论坛", |
151 | | - "自动水贴" |
152 | | - ], |
153 | | - "social_link": "https://github.com/advent259141" |
154 | | - }, |
155 | 155 | "astrbot_plugin_group_quiz": { |
156 | 156 | "display_name": "每日技术问答", |
157 | 157 | "desc": "定时推送技术题目、支持小组订阅和批次管理的群聊答题插件", |
|
0 commit comments