diff --git a/plugins.json b/plugins.json index ace1f074..016a36cf 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,70 @@ { + "astrbot_plugin_m": { + "desc": "AI自动识别对话中的歌名,支持发送音乐卡片、链接、语音、音频文件,集成网易云音乐数据接口", + "author": "Mnbqq", + "repo": "https://github.com/Mnbqq/astrbot_plugin_m", + "tags": ["音乐"] + }, + "astrbot_plugin_slg": { + "desc": "用astrbot玩slg", + "author": "xunxiing", + "repo": "https://github.com/xunxiing/astrbot_plugin_slg", + "tags": ["游戏", "slg"] + }, + "qq_group_sign": { + "desc": "QQ群打卡插件,支持自动定时打卡、白名单模式、管理员通知等功能", + "author": "EraAsh", + "repo": "https://github.com/EraAsh/astrbot_plugin_qq_group_sign", + "tags": ["QQ群打卡"], + "social_link": "https://github.com/EraAsh" + }, + "astrbot_plugin_livingmemory": { + "desc": "为 AstrBot 打造的、拥有完整记忆生命周期的智能长期记忆插件。", + "author": "lxfight", + "repo": "https://github.com/lxfight-s-Astrbot-Plugins/astrbot_plugin_livingmemory", + "tags": ["memory", "rag"] + }, + "astrbot_plugin_mathitools": { + "desc": "基于mpmath&eval的简易数学表达式支持", + "author": "NekoiMeiov_Team", + "repo": "https://github.com/NekoiMeiov/astrbot_plugin_mathitools", + "tags": ["函数工具", "数学"] + }, + "astrbot_plugin_completely_disable": { + "desc": "通过黑名单或白名单模式完全禁止某个群聊或用户使用机器人。", + "author": "qa296", + "repo": "https://github.com/qa296/astrbot_plugin_completely_disable", + "tags": ["黑名单", "禁用"], + "social_link": "https://github.com/qa296" + }, + "astrbot_plugin_recall_cancel": { + "desc": "“你撤回了我就当你没发过”,当用户撤回触发LLM回应的消息时,如果LLM回复还未发送则取消发送。防止用户发错消息撤回后机器人仍然回复的情况,提升用户体验并避免资源浪费。", + "author": "木有知", + "repo": "https://github.com/muyouzhi6/astrbot_plugin_recall_cancel", + "tags": [ + "消息管理", + "撤回处理", + "LLM控制", + "用户体验", + "自动化", + "QQ机器人", + "OneBot" + ], + "social_link": "https://github.com/muyouzhi6" + }, + "astrbot_plugin_multimsg": { + "desc": "[仅aiocqhttp] 为bot发送多种类型消息提供便捷命令,包括markdown,猜拳,转骰子,发表情,音乐卡片,推荐卡片,转发,合并转发,@全体成员...", + "author": "Zhalslar", + "repo": "https://github.com/Zhalslar/astrbot_plugin_multimsg", + "tags": ["消息"], + "social_link": "https://github.com/Zhalslar" + }, + "astrbot_plugin_keywordsreply": { + "desc": "一个简单的关键词自动回复插件", + "author": "Origin173", + "repo": "https://github.com/Origin173/astrbot_plugin_keywordsreply", + "tags": ["自动回复", "关键词"] + }, "gemini-25-image-openrouter": { "desc": "使用openrouter的免费api生成图片", "author": "喵喵",