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.
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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 压缩包)。
|
||||
|
||||
Reference in New Issue
Block a user