docs(plugins): add mutual introductions in README for skills-manager and batch-install

This commit is contained in:
fujie
2026-03-21 16:19:00 +08:00
parent 8b3f44b8e0
commit eb8545430f
4 changed files with 16 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ When the selection dialog opens, search for this plugin, check it, and continue.
> [!IMPORTANT] > [!IMPORTANT]
> If the official OpenWebUI Community version is already installed, remove it first. After that, Batch Install Plugins can keep this plugin updated in future runs. > If the official OpenWebUI Community version is already installed, remove it first. After that, Batch Install Plugins can keep this plugin updated in future runs.
> [!TIP]
> **💡 Looking to batch install or manage Workspace Skills?**
> This plugin specializes in installing global function-based plugins (Pipe, Filter, Tool, Action). If you need to manage your AI assistant's dedicated Skills, use our companion tool [OpenWebUI Skills Manager](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/openwebui-skills-manager), which provides full CRUD capabilities, batch discovery, and interactive selection dialogs.
## Key Features ## Key Features
- **One-Click Install**: Install all plugins with a single command - **One-Click Install**: Install all plugins with a single command

View File

@@ -21,6 +21,10 @@
> [!IMPORTANT] > [!IMPORTANT]
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本请先删除旧版本否则重新安装时可能报错。删除后Batch Install Plugins 后续就可以继续负责更新这个插件。 > 如果你已经安装了 OpenWebUI 官方社区里的同名版本请先删除旧版本否则重新安装时可能报错。删除后Batch Install Plugins 后续就可以继续负责更新这个插件。
> [!TIP]
> **💡 想要批量安装/管理 Workspace 技能 (Skills)**
> 本插件专注安装全局函数型插件Pipe/Filter/Tool/Action。如果你需要管理 AI 助手的专属技能,请使用同系列的 [OpenWebUI Skills Manager](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/openwebui-skills-manager) 工具,它具备完整的增删改查、批量发现及可视化浮层点选能力。
## 主要功能 ## 主要功能
- 一键安装:单个命令安装所有插件 - 一键安装:单个命令安装所有插件

View File

@@ -28,6 +28,10 @@ When the selection dialog opens, search for this plugin, check it, and continue.
- Added GitHub skills-directory auto-discovery for `install_skill` (e.g., `.../tree/main/skills`) to install all child skills in one request. - Added GitHub skills-directory auto-discovery for `install_skill` (e.g., `.../tree/main/skills`) to install all child skills in one request.
- Fixed language detection with robust frontend-first fallback (`__event_call__` + timeout), request header fallback, and profile fallback. - Fixed language detection with robust frontend-first fallback (`__event_call__` + timeout), request header fallback, and profile fallback.
> [!TIP]
> **💡 Looking to batch install global plugins (Actions, Filters, Pipes, Tools)?**
> This plugin specializes in managing Workspace Skills for your assistants. If you need to install and manage global function-based plugins, use our companion tool [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins) for an optimized installation workflow.
## Key Features ## Key Features
- **🌐 Model-agnostic**: Can be enabled for any model that supports OpenWebUI Tools. - **🌐 Model-agnostic**: Can be enabled for any model that supports OpenWebUI Tools.

View File

@@ -28,6 +28,10 @@
- `install_skill` 新增 GitHub 技能目录自动发现(例如 `.../tree/main/skills`),可一键安装目录下所有子技能。 - `install_skill` 新增 GitHub 技能目录自动发现(例如 `.../tree/main/skills`),可一键安装目录下所有子技能。
- 修复语言获取逻辑:前端优先(`__event_call__` + 超时保护),并回退到请求头与用户资料。 - 修复语言获取逻辑:前端优先(`__event_call__` + 超时保护),并回退到请求头与用户资料。
> [!TIP]
> **💡 想要批量安装/管理全局插件 (Actions, Filters, Pipes, Tools)**
> 本插件专注管理工作区的 AI 技能 (Skills)。如果你需要安装和管理全局函数型插件,请使用同系列的 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins) 工具,不仅安装体验极致,而且完美接轨系统扩展体系。
## 核心特性 ## 核心特性
- **🌐 全模型可用**:只要模型启用了 OpenWebUI Tools即可调用。 - **🌐 全模型可用**:只要模型启用了 OpenWebUI Tools即可调用。