From cbfa8dd5fa565ebd8f8f225d4c2df237d2816e68 Mon Sep 17 00:00:00 2001 From: leemwood <3436464181@qq.com> Date: Thu, 14 May 2026 00:27:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20plugin:=20astrbot=5Fplugin=5Ftts=5Fsp?= =?UTF-8?q?eak=20-=20TTS=E8=AF=AD=E9=9F=B3=E5=90=88=E6=88=90=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugins.json b/plugins.json index 68076130..6a873e87 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,17 @@ { + "astrbot_plugin_tts_speak": { + "display_name": "TTS Speak 语音合成", + "desc": "让LLM能够自主调用TTS合成语音并发送语音消息的插件。注册了 tts_speak 工具函数,使AI可以主动使用语音回复。", + "author": "小炎 & 柠枺", + "repo": "https://github.com/leemwood/astrbot_plugin_tts_speak", + "tags": [ + "tts", + "语音", + "语音合成", + "speak" + ], + "social_link": "https://github.com/leemwood" + }, "astrbot_plugin_kimi_web_search": { "display_name": "Kimi 联网搜索(WebSearch)", "desc": "使用 Kimi coding plan 的 /coding/v1/search 和 /coding/v1/fetch 为 AstrBot Agent 提供互联网搜索和网页读取能力", From 7a4ac5284c5aad5926e7ef9e892a0bb7332b9135 Mon Sep 17 00:00:00 2001 From: leemwood <3436464181@qq.com> Date: Thu, 14 May 2026 00:34:00 +0800 Subject: [PATCH 2/2] Add category and version fields for astrbot_plugin_tts_speak --- plugins.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 6a873e87..ed8c6c41 100644 --- a/plugins.json +++ b/plugins.json @@ -10,7 +10,9 @@ "语音合成", "speak" ], - "social_link": "https://github.com/leemwood" + "social_link": "https://github.com/leemwood", + "category": "ai_tools", + "version": "1.0.0" }, "astrbot_plugin_kimi_web_search": { "display_name": "Kimi 联网搜索(WebSearch)",