diff --git a/README.md b/README.md index a9c1b2a..3b959fd 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,13 @@ A collection of enhancements, plugins, and prompts for [open-webui](https://gith **Maximize your context window.** Intelligently compresses chat history using LLM logic to save tokens and costs while maintaining a high-quality reasoning chain. +### 6. [Batch Install Plugins from GitHub](https://openwebui.com/posts/batch_install_plugins_install_popular_plugins_in_s_c9fd6e80) [![Market](https://img.shields.io/badge/Get-Market-blue?style=flat-square&logo=openwebui)](https://openwebui.com/posts/batch_install_plugins_install_popular_plugins_in_s_c9fd6e80) + +**Faster plugin onboarding across community repositories.** Pull plugins from multiple GitHub repositories in one request, then narrow the result set inside an interactive dialog with repository tags, type filters, keyword search, and descriptions before installing only the subset you want. + +![Batch Install Plugins Dialog](./plugins/tools/batch-install-plugins/install.png) +> *A single install dialog can merge multiple repositories and let you filter visually before anything is installed.* + ## 📦 Project Contents @@ -111,6 +118,7 @@ Located in the `plugins/` directory, containing Python-based enhancements: - **Smart Mind Map Tool** (`smart-mind-map-tool`): The tool version of Smart Mind Map, enabling AI proactive/autonomous invocation. - **OpenWebUI Skills Manager Tool** (`openwebui-skills-manager-tool`): Native tool for managing OpenWebUI skills. +- **Batch Install Plugins from GitHub** (`batch-install-plugins`): Discovers plugins from multiple GitHub repositories and installs them through an interactive repository/type-filtered selection dialog. ### Filters diff --git a/README_CN.md b/README_CN.md index 1eb3f54..6942111 100644 --- a/README_CN.md +++ b/README_CN.md @@ -87,6 +87,13 @@ OpenWebUI 增强功能集合。包含个人开发与收集的插件、提示词 **挑战 Token 極限。** 采用多专家异步压缩逻辑,在保持高吞吐量推理链的同时,大幅降低 Token 消耗。 +### 6. [Batch Install Plugins from GitHub](https://openwebui.com/posts/batch_install_plugins_install_popular_plugins_in_s_c9fd6e80) [![Market](https://img.shields.io/badge/Get-Market-blue?style=flat-square&logo=openwebui)](https://openwebui.com/posts/batch_install_plugins_install_popular_plugins_in_s_c9fd6e80) + +**更快试用多个社区插件仓库。** 一次请求即可聚合多个 GitHub 仓库里的插件,再通过交互式对话框里的仓库标签、类型筛选、关键词搜索和描述信息,把要安装的范围缩小到真正需要的子集。 + +![Batch Install Plugins Dialog](./plugins/tools/batch-install-plugins/install.png) +> *一个安装对话框就能合并多个仓库,并在真正安装前先完成可视化筛选。* + ## 📦 项目内容 @@ -108,6 +115,7 @@ OpenWebUI 增强功能集合。包含个人开发与收集的插件、提示词 - **智能思维导图工具** (`smart-mind-map-tool`): 思维导图的 Tool 版本,支持 AI 主动/自主调用。 - **OpenWebUI Skills 管理工具** (`openwebui-skills-manager-tool`): 用于管理 OpenWebUI Skills 的原生工具。 +- **Batch Install Plugins from GitHub** (`batch-install-plugins`): 从多个 GitHub 仓库发现插件,并通过支持仓库/类型筛选的交互式选择对话框完成安装。 ### Filters (消息处理) diff --git a/plugins/tools/batch-install-plugins/install.png b/plugins/tools/batch-install-plugins/install.png new file mode 100644 index 0000000..a172c8e Binary files /dev/null and b/plugins/tools/batch-install-plugins/install.png differ