feat(pipes): enforce ANTI-INLINE HTML generation rule
This commit is contained in:
7
docs/plugins/tools/index.md
Normal file
7
docs/plugins/tools/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Tools
|
||||
|
||||
OpenWebUI native Tool plugins that can be used across models.
|
||||
|
||||
## Available Tool Plugins
|
||||
|
||||
- [OpenWebUI Skills Manager Tool](openwebui-skills-manager-tool.md) (v0.2.0) - Simple native skill management (`list/show/install/create/update/delete`).
|
||||
7
docs/plugins/tools/index.zh.md
Normal file
7
docs/plugins/tools/index.zh.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Tools(工具)
|
||||
|
||||
可跨模型使用的 OpenWebUI 原生 Tool 插件。
|
||||
|
||||
## 可用 Tool 插件
|
||||
|
||||
- [OpenWebUI Skills 管理工具](openwebui-skills-manager-tool.zh.md) (v0.2.0) - 简化技能管理(`list/show/install/create/update/delete`)。
|
||||
27
docs/plugins/tools/openwebui-skills-manager-tool.md
Normal file
27
docs/plugins/tools/openwebui-skills-manager-tool.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# OpenWebUI Skills Manager Tool
|
||||
|
||||
**Author:** [Fu-Jie](https://github.com/Fu-Jie/openwebui-extensions) | **Version:** 0.2.0 | **Project:** [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||
|
||||
A standalone OpenWebUI Tool plugin for managing native Workspace Skills across models.
|
||||
|
||||
## Key Features
|
||||
|
||||
- Native skill management
|
||||
- User-scoped list/show/install/create/update/delete operations
|
||||
- Status-bar feedback for each operation
|
||||
|
||||
## Methods
|
||||
|
||||
- `list_skills`
|
||||
- `show_skill`
|
||||
- `install_skill`
|
||||
- `create_skill`
|
||||
- `update_skill`
|
||||
- `delete_skill`
|
||||
|
||||
## Installation
|
||||
|
||||
1. Open OpenWebUI → Workspace → Tools
|
||||
2. Create Tool and paste:
|
||||
- `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py`
|
||||
3. Save and enable for your chat/model
|
||||
27
docs/plugins/tools/openwebui-skills-manager-tool.zh.md
Normal file
27
docs/plugins/tools/openwebui-skills-manager-tool.zh.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# OpenWebUI Skills 管理工具
|
||||
|
||||
**Author:** [Fu-Jie](https://github.com/Fu-Jie/openwebui-extensions) | **Version:** 0.2.0 | **Project:** [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||
|
||||
一个可跨模型使用的 OpenWebUI 原生 Tool 插件,用于管理 Workspace Skills。
|
||||
|
||||
## 核心特性
|
||||
|
||||
- 原生技能管理
|
||||
- 用户范围内的 list/show/install/create/update/delete
|
||||
- 每步操作提供状态栏反馈
|
||||
|
||||
## 方法
|
||||
|
||||
- `list_skills`
|
||||
- `show_skill`
|
||||
- `install_skill`
|
||||
- `create_skill`
|
||||
- `update_skill`
|
||||
- `delete_skill`
|
||||
|
||||
## 安装方式
|
||||
|
||||
1. 打开 OpenWebUI → Workspace → Tools
|
||||
2. 新建 Tool 并粘贴:
|
||||
- `plugins/tools/openwebui-skills-manager/openwebui_skills_manager.py`
|
||||
3. 保存并在模型/聊天中启用
|
||||
Reference in New Issue
Block a user