diff --git a/plugins/tools/batch-install-plugins/README.md b/plugins/tools/batch-install-plugins/README.md index e3d812f..8cc8091 100644 --- a/plugins/tools/batch-install-plugins/README.md +++ b/plugins/tools/batch-install-plugins/README.md @@ -21,6 +21,10 @@ When the selection dialog opens, search for this plugin, check it, and continue. > [!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. +> [!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 - **One-Click Install**: Install all plugins with a single command diff --git a/plugins/tools/batch-install-plugins/README_CN.md b/plugins/tools/batch-install-plugins/README_CN.md index 4cc217e..9ccb13c 100644 --- a/plugins/tools/batch-install-plugins/README_CN.md +++ b/plugins/tools/batch-install-plugins/README_CN.md @@ -21,6 +21,10 @@ > [!IMPORTANT] > 如果你已经安装了 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) 工具,它具备完整的增删改查、批量发现及可视化浮层点选能力。 + ## 主要功能 - 一键安装:单个命令安装所有插件 diff --git a/plugins/tools/openwebui-skills-manager/README.md b/plugins/tools/openwebui-skills-manager/README.md index 0c9f182..54b06c1 100644 --- a/plugins/tools/openwebui-skills-manager/README.md +++ b/plugins/tools/openwebui-skills-manager/README.md @@ -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. - 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 - **🌐 Model-agnostic**: Can be enabled for any model that supports OpenWebUI Tools. diff --git a/plugins/tools/openwebui-skills-manager/README_CN.md b/plugins/tools/openwebui-skills-manager/README_CN.md index d1ca09c..3fb95bc 100644 --- a/plugins/tools/openwebui-skills-manager/README_CN.md +++ b/plugins/tools/openwebui-skills-manager/README_CN.md @@ -28,6 +28,10 @@ - `install_skill` 新增 GitHub 技能目录自动发现(例如 `.../tree/main/skills`),可一键安装目录下所有子技能。 - 修复语言获取逻辑:前端优先(`__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,即可调用。