|
1 | 1 | { |
| 2 | + "astrbot_plugin_e2b_sandbox": { |
| 3 | + "display_name": "AstrBot E2B 云沙箱插件", |
| 4 | + "desc": "使用 E2B 云沙箱安全执行 Python 代码,支持通过 LLM 自然语言调用", |
| 5 | + "author": "sl251", |
| 6 | + "repo": "https://github.com/sl251/astrbot_plugin_e2b_sandbox", |
| 7 | + "tags": [ |
| 8 | + "e2b", |
| 9 | + "Python 执行器", |
| 10 | + "沙箱", |
| 11 | + "LLM 工具" |
| 12 | + ], |
| 13 | + "social_link": "https://github.com/sl251" |
| 14 | + }, |
| 15 | + "astrbot_plugin_disaster_warning": { |
| 16 | + "display_name": "灾害预警", |
| 17 | + "desc": "多数据源灾害预警插件,支持地震、海啸、气象预警实时推送。集成中国地震台网、中国气象局气象预警、台湾中央气象署、日本气象厅、USGS、Global Quake 等多个数据源。", |
| 18 | + "author": "DBJD-CR", |
| 19 | + "repo": "https://github.com/DBJD-CR/astrbot_plugin_disaster_warning", |
| 20 | + "tags": [ |
| 21 | + "灾害预警", |
| 22 | + "EEW", |
| 23 | + "防灾减灾", |
| 24 | + "气象预警", |
| 25 | + "海啸预警" |
| 26 | + ], |
| 27 | + "social_link": "https://github.com/DBJD-CR" |
| 28 | + }, |
| 29 | + "astrbot_plugin_1panel": { |
| 30 | + "name": "", |
| 31 | + "display_name": "1Panel 服务器管理", |
| 32 | + "desc": "通过聊天管理 1Panel 面板,支持查看系统状态、容器管理、定时任务等", |
| 33 | + "author": "Haitun", |
| 34 | + "repo": "https://github.com/onniemi/astrbot_plugin_1panel" |
| 35 | + }, |
| 36 | + "astrbot_plugin_gif_vision_helper": { |
| 37 | + "display_name": "GIF Vision Helper", |
| 38 | + "desc": "将QQ GIF动图拆成多帧静态图,让多模态模型真正看懂动图", |
| 39 | + "author": "YanL", |
| 40 | + "repo": "https://github.com/Yanlyn/astrbot_plugin_gif_vision_helper", |
| 41 | + "tags": [ |
| 42 | + "优化" |
| 43 | + ] |
| 44 | + }, |
| 45 | + "astrbot_plugin_gitee_aiimg": { |
| 46 | + "display_name": "GiteeAI 图像生成插件", |
| 47 | + "desc": "可以使用 aiimg 生成图片或通过自然语言让 LLM 生成,让 bot 自拍给你看。", |
| 48 | + "author": "木有知", |
| 49 | + "repo": "https://github.com/muyouzhi6/astrbot_plugin_gitee_aiimg", |
| 50 | + "tags": ["画图"], |
| 51 | + "social_link": "https://github.com/muyouzhi6" |
| 52 | + }, |
| 53 | + "astrbot_plugin_bananic_ninjutsu": { |
| 54 | + "display_name": "香蕉忍法帖", |
| 55 | + "desc": "适配 Napcat 的 AstrBot 插件,用于 🍌(nano banana),先进的变量 & 参数系统", |
| 56 | + "author": "bylkuse", |
| 57 | + "repo": "https://github.com/bylkuse/astrbot_plugin_bananic_ninjutsu" |
| 58 | + }, |
| 59 | + "astrbot_plugin_ASCII": { |
| 60 | + "display_name": "图片转 ASCII", |
| 61 | + "desc": "引用图片,插件将使用设定的字符内容绘制图片", |
| 62 | + "author": "Mlies-mik", |
| 63 | + "repo": "https://github.com/Mlies-mik/astrbot_ASCII_se", |
| 64 | + "tags": [ |
| 65 | + "图片转换" |
| 66 | + ] |
| 67 | + }, |
| 68 | + "astrbot_plugin_smart_translator": { |
| 69 | + "display_name": "Smart Translator", |
| 70 | + "desc": "基于 LLM 的自然语言翻译插件,支持 50+ 语言、二次翻译和多种输出格式", |
| 71 | + "author": "YanL", |
| 72 | + "repo": "https://github.com/Yanlyn/astrbot_plugin_smart_translator", |
| 73 | + "tags": [ |
| 74 | + "翻译" |
| 75 | + ] |
| 76 | + }, |
| 77 | + "undercover": { |
| 78 | + "desc": "一个谁是卧底游戏插件,支持多人在线游戏。", |
| 79 | + "author": "BB0813", |
| 80 | + "repo": "https://github.com/BB0813/astrbot_plugin_undercover", |
| 81 | + "tags": ["Game"], |
| 82 | + "social_link": "https://qm.qq.com/q/d4lwUp9ap4" |
| 83 | + }, |
2 | 84 | "astrbot_plugin_AIpaper": { |
3 | 85 | "name": "", |
4 | 86 | "display_name": "AI 论文推送", |
|
119 | 201 | "repo": "https://github.com/MoonShadow1976/astrbot_plugin_image_generation", |
120 | 202 | "tags": ["image_generation", "fork"] |
121 | 203 | }, |
| 204 | + "astrbot_plugin_image_editor": { |
| 205 | + "display_name": "图片编辑", |
| 206 | + "desc": "使用第三方 API,实现图片编辑功能", |
| 207 | + "author": "jengaklll-a11y", |
| 208 | + "repo": "https://github.com/jengaklll-a11y/astrbot_plugin_image_editor", |
| 209 | + "tags": [ |
| 210 | + "模型", |
| 211 | + "文生图", |
| 212 | + "图生图", |
| 213 | + "图片编辑" |
| 214 | + ], |
| 215 | + "social_link": "https://github.com/jengaklll-a11y" |
| 216 | + }, |
122 | 217 | "astrbot_plugin_echoscore": { |
123 | 218 | "display_name": "鸣潮声骸评分插件", |
124 | 219 | "desc": "通过小维 API 提供快速的鸣潮声骸评分,支持图文、引用、LLM 工具调用。", |
|
0 commit comments