From c28c3c837b1678b9f67d7351d36b6c66842d75e2 Mon Sep 17 00:00:00 2001 From: fujie Date: Sat, 28 Feb 2026 23:20:30 +0800 Subject: [PATCH] docs(openwebui-skills-manager): prioritize official marketplace install - Update bilingual plugin README to use official marketplace as default install path. - Keep manual paste installation as fallback and sync docs mirrors. - Keep version unchanged at 0.2.1. --- docs/plugins/tools/openwebui-skills-manager-tool.md | 8 ++++++-- docs/plugins/tools/openwebui-skills-manager-tool.zh.md | 8 ++++++-- plugins/tools/openwebui-skills-manager/README.md | 6 +++++- plugins/tools/openwebui-skills-manager/README_CN.md | 6 +++++- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/docs/plugins/tools/openwebui-skills-manager-tool.md b/docs/plugins/tools/openwebui-skills-manager-tool.md index 17445a8..6d5b701 100644 --- a/docs/plugins/tools/openwebui-skills-manager-tool.md +++ b/docs/plugins/tools/openwebui-skills-manager-tool.md @@ -27,6 +27,10 @@ A standalone OpenWebUI Tool plugin for managing native Workspace Skills across m ## Installation 1. Open OpenWebUI → Workspace → Tools -2. Create Tool and paste: - - `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py` +2. Install **OpenWebUI Skills Manager Tool** from the official marketplace 3. Save and enable for your chat/model + +### Manual Installation (Alternative) + +- Create Tool and paste: + - `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py` diff --git a/docs/plugins/tools/openwebui-skills-manager-tool.zh.md b/docs/plugins/tools/openwebui-skills-manager-tool.zh.md index b69bdc4..00a1695 100644 --- a/docs/plugins/tools/openwebui-skills-manager-tool.zh.md +++ b/docs/plugins/tools/openwebui-skills-manager-tool.zh.md @@ -27,6 +27,10 @@ ## 安装方式 1. 打开 OpenWebUI → Workspace → Tools -2. 新建 Tool 并粘贴: - - `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py` +2. 在官方市场安装 **OpenWebUI Skills 管理工具** 3. 保存并在模型/聊天中启用 + +### 手动安装(备选) + +- 新建 Tool 并粘贴: + - `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py` diff --git a/plugins/tools/openwebui-skills-manager/README.md b/plugins/tools/openwebui-skills-manager/README.md index 001e40e..410064a 100644 --- a/plugins/tools/openwebui-skills-manager/README.md +++ b/plugins/tools/openwebui-skills-manager/README.md @@ -19,7 +19,7 @@ A standalone OpenWebUI Tool plugin to manage native **Workspace > Skills** for a ## How to Use 1. Open OpenWebUI and go to **Workspace > Tools**. -2. Create a new Tool and paste `openwebui_skills_manager.py`. +2. Install **OpenWebUI Skills Manager Tool** from the official marketplace. 3. Enable this tool for your model/chat. 4. Ask the model to call tool operations, for example: - "List my skills" @@ -28,6 +28,10 @@ A standalone OpenWebUI Tool plugin to manage native **Workspace > Skills** for a - "Update skill ..." - "Delete skill ..." +### Manual Installation (Alternative) + +- Create a new Tool and paste `openwebui_skills_manager.py`. + ## Example: Install Skills This tool can fetch and install skills directly from URLs (supporting GitHub tree/blob, raw markdown, and .zip/.tar archives). diff --git a/plugins/tools/openwebui-skills-manager/README_CN.md b/plugins/tools/openwebui-skills-manager/README_CN.md index 36ff194..7e5678f 100644 --- a/plugins/tools/openwebui-skills-manager/README_CN.md +++ b/plugins/tools/openwebui-skills-manager/README_CN.md @@ -19,7 +19,7 @@ ## 使用方法 1. 打开 OpenWebUI,进入 **Workspace > Tools**。 -2. 新建 Tool,粘贴 `openwebui_skills_manager.py`。 +2. 在官方市场安装 **OpenWebUI Skills 管理工具**。 3. 为当前模型/聊天启用该工具。 4. 在对话中让模型调用,例如: - “列出我的 skills” @@ -28,6 +28,10 @@ - “更新某个 skill ...” - “删除某个 skill ...” +### 手动安装(备选) + +- 新建 Tool,粘贴 `openwebui_skills_manager.py`。 + ## 示例:安装技能 (Install Skills) 该工具支持从 URL 直接抓取并安装技能(支持 GitHub tree/blob 链接、原始 Markdown 链接以及 .zip/.tar 压缩包)。