Add Batch Install Plugins installation instructions to various plugins and filters
- Updated README files for the following plugins to include installation instructions using Batch Install Plugins: - deep-dive - export_to_docx - export_to_excel - flash-card - infographic - smart-mind-map - async-context-compression - chat-session-mapping-filter - folder-memory - github_copilot_sdk_files_filter - markdown_normalizer - github-copilot-sdk - iflow-sdk-pipe - openwebui-skills-manager - smart-mind-map-tool - Added important notes regarding the removal of the official OpenWebUI Community version before installation.
This commit is contained in:
@@ -18,16 +18,18 @@ All plugins MUST follow the standard README template.
|
|||||||
|
|
||||||
### Metadata Requirements
|
### Metadata Requirements
|
||||||
|
|
||||||
The metadata line must follow this format:
|
Follow the header table used in the template:
|
||||||
`**Author:** [Name](Link) | **Version:** [X.Y.Z] | **Project:** [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions) | **License:** MIT`
|
`| By [Fu-Jie](https://github.com/Fu-Jie) · vX.Y.Z | [⭐ Star this repo](https://github.com/Fu-Jie/openwebui-extensions) |`
|
||||||
|
|
||||||
### Structure Checklist
|
### Structure Checklist
|
||||||
|
|
||||||
1. **Title & Description**
|
1. **Title & Description**
|
||||||
2. **Metadata Line** (Author, Version, Project, License)
|
2. **Header Metadata Table** (Author, version, repo star link)
|
||||||
3. **Preview** (Screenshots/GIFs)
|
3. **Preview** (Screenshot, GIF, or a short note if preview is not ready)
|
||||||
4. **What's New** (Keep last 3 versions)
|
4. **Install with Batch Install Plugins** (Include the fixed prompt block)
|
||||||
5. **Key Features**
|
Use the generic prompt `Install plugin from Fu-Jie/openwebui-extensions` instead of hard-coding the plugin name.
|
||||||
6. **How to Use**
|
5. **What's New** (Keep last 1-3 versions)
|
||||||
7. **Configuration (Valves)**
|
6. **Key Features**
|
||||||
8. **Troubleshooting** (Must include link to GitHub Issues)
|
7. **How to Use**
|
||||||
|
8. **Configuration (Valves)**
|
||||||
|
9. **Troubleshooting** (Must include link to GitHub Issues and mention official-version conflict if relevant)
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<!--
|
<!--
|
||||||
NOTE: This template is for the English version (README.md).
|
NOTE: This template is for the English version (README.md).
|
||||||
The Chinese version (README_CN.md) MUST be translated based on this English version to ensure consistency in structure and content.
|
The Chinese version (README_CN.md) MUST be translated from this file so both versions keep the same structure and installation guidance.
|
||||||
-->
|
-->
|
||||||
# [Plugin Name] [Optional Emoji]
|
# [Plugin Name]
|
||||||
|
|
||||||
[Brief description of what the plugin does. Keep it concise and engaging.]
|
[One-sentence summary of what the plugin does and why it is useful.]
|
||||||
|
|
||||||
| By [Fu-Jie](https://github.com/Fu-Jie) · v1.0.0 | [⭐ Star this repo](https://github.com/Fu-Jie/openwebui-extensions) |
|
| By [Fu-Jie](https://github.com/Fu-Jie) · v1.0.0 | [⭐ Star this repo](https://github.com/Fu-Jie/openwebui-extensions) |
|
||||||
| :--- | ---: |
|
| :--- | ---: |
|
||||||
@@ -12,46 +12,65 @@ The Chinese version (README_CN.md) MUST be translated based on this English vers
|
|||||||
|  |  |  |  |  |  |  |
|
|  |  |  |  |  |  |  |
|
||||||
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<!-- If you do not have a screenshot yet, replace the image with one short sentence explaining what users will see. -->
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
<!-- Keep only the latest update here. Remove this section for the initial release. -->
|
<!-- Keep only the latest 1-3 versions here. Remove this section for the initial release. -->
|
||||||
|
|
||||||
### v1.0.0
|
### v1.0.0
|
||||||
|
|
||||||
- **Initial Release**: Released the first version of the plugin.
|
- **Initial Release**: Released the first version of the plugin.
|
||||||
- **[Feature Name]**: [Brief description of the feature].
|
- **[Feature Name]**: [Brief description of the feature].
|
||||||
|
|
||||||
## Key Features 🔑
|
## Key Features
|
||||||
|
|
||||||
- **[Feature 1]**: [Description of feature 1].
|
- **[Feature 1]**: [Description of feature 1].
|
||||||
- **[Feature 2]**: [Description of feature 2].
|
- **[Feature 2]**: [Description of feature 2].
|
||||||
- **[Feature 3]**: [Description of feature 3].
|
- **[Feature 3]**: [Description of feature 3].
|
||||||
|
|
||||||
## How to Use 🛠️
|
## How to Use
|
||||||
|
|
||||||
1. **Install**: Add the plugin to your OpenWebUI instance.
|
1. **Install**: Add the plugin to your OpenWebUI instance from the marketplace, or use the Batch Install prompt above.
|
||||||
2. **Configure**: Adjust settings in the Valves menu (optional).
|
2. **Configure**: Adjust settings in the Valves menu if needed.
|
||||||
3. **[Action Step]**: Describe how to trigger or use the plugin.
|
3. **Use**: Describe how to trigger or run the plugin.
|
||||||
4. **[Result Step]**: Describe the expected outcome.
|
4. **Result**: Describe what users should expect to see.
|
||||||
|
|
||||||
## Configuration (Valves) ⚙️
|
## Configuration (Valves)
|
||||||
|
|
||||||
| Valve | Default | Description |
|
| Valve | Default | Description |
|
||||||
|-------|---------|-------------|
|
| --- | --- | --- |
|
||||||
| `VALVE_NAME` | `Default Value` | Description of what this setting does. |
|
| `VALVE_NAME` | `Default Value` | Description of what this setting does. |
|
||||||
| `ANOTHER_VALVE` | `True` | Another setting description. |
|
| `ANOTHER_VALVE` | `True` | Another setting description. |
|
||||||
|
|
||||||
## ⭐ Support
|
## Troubleshooting
|
||||||
|
|
||||||
|
- **Plugin not working?**: Check if the filter, action, pipe, or tool is enabled in the relevant OpenWebUI settings.
|
||||||
|
- **Debug Logs**: Enable the debug valve if available and check the browser console (F12) or backend logs.
|
||||||
|
- **Official version conflict**: If installation fails because the same plugin already exists from the official marketplace, remove the old version first and try again.
|
||||||
|
- **Submit an Issue**: If the problem continues, report it here: [OpenWebUI Extensions Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions) is a big motivation for me. Thank you for the support.
|
If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions) is a big motivation for me. Thank you for the support.
|
||||||
|
|
||||||
## Troubleshooting ❓
|
|
||||||
|
|
||||||
- **Plugin not working?**: Check if the filter/action is enabled in the model settings.
|
|
||||||
- **Debug Logs**: Enable `SHOW_DEBUG_LOG` in Valves and check the browser console (F12) for detailed logs.
|
|
||||||
- **Error Messages**: If you see an error, please copy the full error message and report it.
|
|
||||||
- **Submit an Issue**: If you encounter any problems, please submit an issue on GitHub: [OpenWebUI Extensions Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
See the full history on GitHub: [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
A comprehensive thinking lens that dives deep into any content - from context to logic, insights, and action paths.
|
A comprehensive thinking lens that dives deep into any content - from context to logic, insights, and action paths.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v1.0.0
|
## 🔥 What's New in v1.0.0
|
||||||
|
|
||||||
- ✨ **Thinking Chain Structure**: Moves from surface understanding to deep strategic action.
|
- ✨ **Thinking Chain Structure**: Moves from surface understanding to deep strategic action.
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
全方位的思维透镜 —— 从背景全景到逻辑脉络,从深度洞察到行动路径。
|
全方位的思维透镜 —— 从背景全景到逻辑脉络,从深度洞察到行动路径。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 v1.0.0 更新内容
|
## 🔥 v1.0.0 更新内容
|
||||||
|
|
||||||
- ✨ **思维链结构**: 从表面理解一步步深入到战略行动。
|
- ✨ **思维链结构**: 从表面理解一步步深入到战略行动。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
Export conversation to Word (.docx) with **syntax highlighting**, **native math equations**, **Mermaid diagrams**, **citations**, and **enhanced table formatting**.
|
Export conversation to Word (.docx) with **syntax highlighting**, **native math equations**, **Mermaid diagrams**, **citations**, and **enhanced table formatting**.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v0.4.4
|
## 🔥 What's New in v0.4.4
|
||||||
|
|
||||||
- 🧹 **Content Cleanup**: Enhanced stripping of `<details>` blocks (often used for tool calls/thinking process) to ensure a clean final document.
|
- 🧹 **Content Cleanup**: Enhanced stripping of `<details>` blocks (often used for tool calls/thinking process) to ensure a clean final document.
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
将对话导出为 Word (.docx),支持**代码语法高亮**、**原生数学公式**、**Mermaid 图表**、**引用参考**和**增强表格格式**。
|
将对话导出为 Word (.docx),支持**代码语法高亮**、**原生数学公式**、**Mermaid 图表**、**引用参考**和**增强表格格式**。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 v0.4.4 更新内容
|
## 🔥 v0.4.4 更新内容
|
||||||
|
|
||||||
- 🧹 **内容清理加强**: 增强了对 `<details>` 块(通常包含工具调用或思考过程)的清理,确保最终文档整洁。
|
- 🧹 **内容清理加强**: 增强了对 `<details>` 块(通常包含工具调用或思考过程)的清理,确保最终文档整洁。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
Export chat history to an Excel (.xlsx) file directly from the chat interface.
|
Export chat history to an Excel (.xlsx) file directly from the chat interface.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v0.3.6
|
## 🔥 What's New in v0.3.6
|
||||||
|
|
||||||
- **OpenWebUI-Style Theme**: Modern dark header (#1f2937) with light gray zebra striping for better readability.
|
- **OpenWebUI-Style Theme**: Modern dark header (#1f2937) with light gray zebra striping for better readability.
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
将对话历史直接导出为 Excel (.xlsx) 文件。
|
将对话历史直接导出为 Excel (.xlsx) 文件。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 最新更新 v0.3.6
|
## 🔥 最新更新 v0.3.6
|
||||||
|
|
||||||
- **OpenWebUI 风格主题**:现代深灰表头(#1f2937)与浅灰斑马纹,提升可读性。
|
- **OpenWebUI 风格主题**:现代深灰表头(#1f2937)与浅灰斑马纹,提升可读性。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@ Generate polished learning flashcards from any text—title, summary, key points
|
|||||||
|  |  |  |  |  |  |  |
|
|  |  |  |  |  |  |  |
|
||||||
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
### v0.2.4
|
### v0.2.4
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|  |  |  |  |  |  |  |
|
|  |  |  |  |  |  |  |
|
||||||
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 最新更新 v0.2.4
|
## 🔥 最新更新 v0.2.4
|
||||||
|
|
||||||
* **输出优化**: 移除输出中的调试信息。
|
* **输出优化**: 移除输出中的调试信息。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
An Open WebUI plugin powered by the AntV Infographic engine. It transforms long text into professional, beautiful infographics with a single click.
|
An Open WebUI plugin powered by the AntV Infographic engine. It transforms long text into professional, beautiful infographics with a single click.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v1.5.0
|
## 🔥 What's New in v1.5.0
|
||||||
|
|
||||||
- 🌐 **Smart Language Detection**: Automatically detects the accurate UI language from your browser.
|
- 🌐 **Smart Language Detection**: Automatically detects the accurate UI language from your browser.
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
基于 AntV Infographic 引擎的 Open WebUI 插件,能够将长文本内容一键转换为专业、美观的信息图表。
|
基于 AntV Infographic 引擎的 Open WebUI 插件,能够将长文本内容一键转换为专业、美观的信息图表。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 最新更新 v1.5.0
|
## 🔥 最新更新 v1.5.0
|
||||||
|
|
||||||
- 🌐 **智能语言检测**:自动从浏览器准确识别当前界面语言设置。
|
- 🌐 **智能语言检测**:自动从浏览器准确识别当前界面语言设置。
|
||||||
|
|||||||
@@ -10,6 +10,19 @@ Smart Mind Map is a powerful OpenWebUI action plugin that intelligently analyzes
|
|||||||
|
|
||||||
> 🏆 **Featured by OpenWebUI Official** — This plugin was recommended in the official OpenWebUI Community Newsletter: [February 3, 2026](https://openwebui.com/blog/open-webui-community-newsletter-february-3rd-2026)
|
> 🏆 **Featured by OpenWebUI Official** — This plugin was recommended in the official OpenWebUI Community Newsletter: [February 3, 2026](https://openwebui.com/blog/open-webui-community-newsletter-february-3rd-2026)
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## What's New in v1.0.0
|
## What's New in v1.0.0
|
||||||
|
|
||||||
### Direct Embed & UI Refinements
|
### Direct Embed & UI Refinements
|
||||||
|
|||||||
@@ -10,6 +10,19 @@
|
|||||||
|
|
||||||
> 🏆 **OpenWebUI 官方推荐** — 本插件获得 OpenWebUI 社区 Newsletter 官方推荐:[2026 年 2 月 3 日](https://openwebui.com/blog/open-webui-community-newsletter-february-3rd-2026)
|
> 🏆 **OpenWebUI 官方推荐** — 本插件获得 OpenWebUI 社区 Newsletter 官方推荐:[2026 年 2 月 3 日](https://openwebui.com/blog/open-webui-community-newsletter-february-3rd-2026)
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## v1.0.0 最新更新
|
## v1.0.0 最新更新
|
||||||
|
|
||||||
### 嵌入式直出与 UI 细节全线重构
|
### 嵌入式直出与 UI 细节全线重构
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
This filter reduces token consumption in long conversations through intelligent summarization and message compression while keeping conversations coherent.
|
This filter reduces token consumption in long conversations through intelligent summarization and message compression while keeping conversations coherent.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## What's new in 1.5.0
|
## What's new in 1.5.0
|
||||||
|
|
||||||
- **External Chat Reference Summaries**: Added support for referenced chat context blocks that can reuse cached summaries, inject small referenced chats directly, or generate summaries for larger referenced chats before injection.
|
- **External Chat Reference Summaries**: Added support for referenced chat context blocks that can reuse cached summaries, inject small referenced chats directly, or generate summaries for larger referenced chats before injection.
|
||||||
|
|||||||
@@ -10,6 +10,19 @@
|
|||||||
|
|
||||||
本过滤器通过智能摘要和消息压缩技术,在保持对话连贯性的同时,显著降低长对话的 Token 消耗。
|
本过滤器通过智能摘要和消息压缩技术,在保持对话连贯性的同时,显著降低长对话的 Token 消耗。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 1.5.0 版本更新
|
## 1.5.0 版本更新
|
||||||
|
|
||||||
- **外部聊天引用摘要**: 新增对引用聊天上下文的摘要支持。现在可以复用缓存摘要、直接注入较小引用聊天,或先为较大的引用聊天生成摘要再注入。
|
- **外部聊天引用摘要**: 新增对引用聊天上下文的摘要支持。现在可以复用缓存摘要、直接注入较小引用聊天,或先为较大的引用聊天生成摘要再注入。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
Automatically tracks and persists the mapping between user IDs and chat IDs for seamless session management.
|
Automatically tracks and persists the mapping between user IDs and chat IDs for seamless session management.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
🔄 **Automatic Tracking** - Captures user_id and chat_id on every message without manual intervention
|
🔄 **Automatic Tracking** - Captures user_id and chat_id on every message without manual intervention
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
自动追踪并持久化用户 ID 与聊天 ID 的映射关系,实现无缝的会话管理。
|
自动追踪并持久化用户 ID 与聊天 ID 的映射关系,实现无缝的会话管理。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 核心功能
|
## 核心功能
|
||||||
|
|
||||||
🔄 **自动追踪** - 无需手动干预,在每条消息上自动捕获 user_id 和 chat_id
|
🔄 **自动追踪** - 无需手动干预,在每条消息上自动捕获 user_id 和 chat_id
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
**Folder Memory** is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt.
|
**Folder Memory** is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v0.1.0
|
## 🔥 What's New in v0.1.0
|
||||||
|
|
||||||
- **Initial Release**: Automated "Project Rules" management for OpenWebUI folders.
|
- **Initial Release**: Automated "Project Rules" management for OpenWebUI folders.
|
||||||
|
|||||||
@@ -10,6 +10,19 @@
|
|||||||
|
|
||||||
这确保了该文件夹内的所有未来对话都能共享相同的进化上下文和规则,无需手动更新。
|
这确保了该文件夹内的所有未来对话都能共享相同的进化上下文和规则,无需手动更新。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 最新更新 v0.1.0
|
## 🔥 最新更新 v0.1.0
|
||||||
|
|
||||||
- **首个版本发布**:专注于自动化的“项目规则”管理。
|
- **首个版本发布**:专注于自动化的“项目规则”管理。
|
||||||
|
|||||||
@@ -10,6 +10,19 @@ This is a dedicated **companion filter plugin** designed specifically for the [G
|
|||||||
|
|
||||||
Its core mission is to **protect user-uploaded files from being "pre-processed" by the OpenWebUI core system, ensuring that the Copilot Agent receives the raw files for autonomous analysis.**
|
Its core mission is to **protect user-uploaded files from being "pre-processed" by the OpenWebUI core system, ensuring that the Copilot Agent receives the raw files for autonomous analysis.**
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## ✨ v0.1.3 Updates (What's New)
|
## ✨ v0.1.3 Updates (What's New)
|
||||||
|
|
||||||
- **🔍 BYOK Model ID Matching Fixed**: Now correctly identifies models in `github_copilot_official_sdk_pipe.xxx` format via prefix matching, in addition to keyword fallback for backward compatibility. (v0.1.3)
|
- **🔍 BYOK Model ID Matching Fixed**: Now correctly identifies models in `github_copilot_official_sdk_pipe.xxx` format via prefix matching, in addition to keyword fallback for backward compatibility. (v0.1.3)
|
||||||
|
|||||||
@@ -10,6 +10,19 @@
|
|||||||
|
|
||||||
它的核心使命是:**保护用户上传的文件不被 OpenWebUI 核心系统“抢先处理”,确保 Copilot Agent 能够接收到原始文件并进行自主分析。**
|
它的核心使命是:**保护用户上传的文件不被 OpenWebUI 核心系统“抢先处理”,确保 Copilot Agent 能够接收到原始文件并进行自主分析。**
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## ✨ 0.1.3 更新内容 (What's New)
|
## ✨ 0.1.3 更新内容 (What's New)
|
||||||
|
|
||||||
- **🔍 BYOK 模型 ID 匹配修复**: 新增前缀匹配(`github_copilot_official_sdk_pipe.xxx` 格式),修复 BYOK 模型无法被正确识别的问题,关键词兜底保持向后兼容。(v0.1.3)
|
- **🔍 BYOK 模型 ID 匹配修复**: 新增前缀匹配(`github_copilot_official_sdk_pipe.xxx` 格式),修复 BYOK 模型无法被正确识别的问题,关键词兜底保持向后兼容。(v0.1.3)
|
||||||
|
|||||||
@@ -13,6 +13,19 @@ A powerful, context-aware content normalizer filter for Open WebUI designed to f
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## 🔥 What's New in v1.2.8
|
## 🔥 What's New in v1.2.8
|
||||||
* **Safe-by-Default Strategy**: The `enable_escape_fix` feature is now **disabled by default**. This prevents unwanted modifications to valid technical text like Windows file paths (`C:\new\test`) or complex LaTeX formulas.
|
* **Safe-by-Default Strategy**: The `enable_escape_fix` feature is now **disabled by default**. This prevents unwanted modifications to valid technical text like Windows file paths (`C:\new\test`) or complex LaTeX formulas.
|
||||||
* **LaTeX Parsing Fix**: Improved the logic for identifying display math (`$$ ... $$`). Fixed a bug where LaTeX commands starting with `\n` (like `\nabla`) were incorrectly treated as newlines.
|
* **LaTeX Parsing Fix**: Improved the logic for identifying display math (`$$ ... $$`). Fixed a bug where LaTeX commands starting with `\n` (like `\nabla`) were incorrectly treated as newlines.
|
||||||
|
|||||||
@@ -14,6 +14,19 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🔥 最新更新 v1.2.8
|
## 🔥 最新更新 v1.2.8
|
||||||
* **“默认安全”策略 (Safe-by-Default)**:`enable_escape_fix` 功能现在**默认禁用**。这能有效防止插件在未经授权的情况下误改 Windows 路径 (`C:\new\test`) 或复杂的 LaTeX 公式。
|
* **“默认安全”策略 (Safe-by-Default)**:`enable_escape_fix` 功能现在**默认禁用**。这能有效防止插件在未经授权的情况下误改 Windows 路径 (`C:\new\test`) 或复杂的 LaTeX 公式。
|
||||||
* **LaTeX 解析优化**:重构了显示数学公式 (`$$ ... $$`) 的识别逻辑。修复了 LaTeX 命令如果以 `\n` 开头(如 `\nabla`)会被错误识别为换行符的 Bug。
|
* **LaTeX 解析优化**:重构了显示数学公式 (`$$ ... $$`) 的识别逻辑。修复了 LaTeX 命令如果以 `\n` 开头(如 `\nabla`)会被错误识别为换行符的 Bug。
|
||||||
|
|||||||
@@ -26,6 +26,19 @@ This is a powerful **GitHub Copilot SDK** Pipe for **OpenWebUI** that provides a
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## ✨ v0.10.1: RichUI Default & Improved HTML Display
|
## ✨ v0.10.1: RichUI Default & Improved HTML Display
|
||||||
|
|
||||||
- **🎨 RichUI Default HTML Display**: Changed default HTML embed type from 'artifacts' to 'richui' for direct, seamless rendering in OpenWebUI chat interface
|
- **🎨 RichUI Default HTML Display**: Changed default HTML embed type from 'artifacts' to 'richui' for direct, seamless rendering in OpenWebUI chat interface
|
||||||
|
|||||||
@@ -27,6 +27,19 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## ✨ v0.10.1:RichUI 默认展示与 HTML 渲染改进
|
## ✨ v0.10.1:RichUI 默认展示与 HTML 渲染改进
|
||||||
|
|
||||||
- **🎨 RichUI 默认 HTML 显示**:将默认 HTML 嵌入类型从 'artifacts' 改为 'richui',在 OpenWebUI 聊天界面中实现直观无缝的渲染效果
|
- **🎨 RichUI 默认 HTML 显示**:将默认 HTML 嵌入类型从 'artifacts' 改为 'richui',在 OpenWebUI 聊天界面中实现直观无缝的渲染效果
|
||||||
|
|||||||
@@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
This plugin integrates the [iFlow SDK](https://platform.iflow.cn/cli/sdk/sdk-python) into OpenWebUI as a `Pipe`.
|
This plugin integrates the [iFlow SDK](https://platform.iflow.cn/cli/sdk/sdk-python) into OpenWebUI as a `Pipe`.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Standard iFlow Integration**: Connects to the iFlow CLI process via WebSocket (ACP).
|
- **Standard iFlow Integration**: Connects to the iFlow CLI process via WebSocket (ACP).
|
||||||
|
|||||||
@@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
此插件将 [iFlow SDK](https://platform.iflow.cn/cli/sdk/sdk-python) 集成到 OpenWebUI 中。
|
此插件将 [iFlow SDK](https://platform.iflow.cn/cli/sdk/sdk-python) 集成到 OpenWebUI 中。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
- **标准 iFlow 集成**:通过 WebSocket (ACP) 连接到 iFlow CLI 进程。
|
- **标准 iFlow 集成**:通过 WebSocket (ACP) 连接到 iFlow CLI 进程。
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
One-click batch install plugins from GitHub repositories to your OpenWebUI instance.
|
One-click batch install plugins from GitHub repositories to your OpenWebUI instance.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
After you install [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins) once, you can also use it to reinstall or update itself with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
- **One-Click Install**: Install all plugins with a single command
|
- **One-Click Install**: Install all plugins with a single command
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
一键将 GitHub 仓库中的插件批量安装到你的 OpenWebUI 实例。
|
一键将 GitHub 仓库中的插件批量安装到你的 OpenWebUI 实例。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
当你已经安装过一次 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins) 后,也可以用同一句来重新安装或更新它自己:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 主要功能
|
## 主要功能
|
||||||
|
|
||||||
- 一键安装:单个命令安装所有插件
|
- 一键安装:单个命令安装所有插件
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
A standalone OpenWebUI Tool plugin to manage native **Workspace > Skills** for any model.
|
A standalone OpenWebUI Tool plugin to manage native **Workspace > Skills** for any model.
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
- **🤖 Automatic Repo Root Discovery**: Install any GitHub repo by providing just the root URL (e.g., `https://github.com/owner/repo`). System auto-converts to discovery mode and installs all skills.
|
- **🤖 Automatic Repo Root Discovery**: Install any GitHub repo by providing just the root URL (e.g., `https://github.com/owner/repo`). System auto-converts to discovery mode and installs all skills.
|
||||||
|
|||||||
@@ -8,6 +8,19 @@
|
|||||||
|
|
||||||
一个 OpenWebUI 原生 Tool 插件,用于让任意模型直接管理 **Workspace > Skills**。
|
一个 OpenWebUI 原生 Tool 插件,用于让任意模型直接管理 **Workspace > Skills**。
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 最新更新
|
## 最新更新
|
||||||
|
|
||||||
- **🤖 自动发现仓库根目录**:现在可以直接提供 GitHub 仓库根 URL(如 `https://github.com/owner/repo`),系统会自动转换为发现模式并安装所有 skill。
|
- **🤖 自动发现仓库根目录**:现在可以直接提供 GitHub 仓库根 URL(如 `https://github.com/owner/repo`),系统会自动转换为发现模式并安装所有 skill。
|
||||||
|
|||||||
@@ -12,6 +12,19 @@ Smart Mind Map Tool is the tool version of the popular Smart Mind Map action plu
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Install with Batch Install Plugins
|
||||||
|
|
||||||
|
If you already use [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins), you can install or update this plugin with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Install plugin from Fu-Jie/openwebui-extensions
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Why is there a Tool version?
|
## Why is there a Tool version?
|
||||||
|
|
||||||
1. **Powered by OpenWebUI 0.8.0 Rich UI**: Previous versions of OpenWebUI did not support embedding custom HTML/iframes directly into the chat stream. Starting with 0.8.0, the platform introduced full Rich UI rendering support for **both Actions and Tools**, unleashing interactive frontend possibilities.
|
1. **Powered by OpenWebUI 0.8.0 Rich UI**: Previous versions of OpenWebUI did not support embedding custom HTML/iframes directly into the chat stream. Starting with 0.8.0, the platform introduced full Rich UI rendering support for **both Actions and Tools**, unleashing interactive frontend possibilities.
|
||||||
|
|||||||
@@ -12,6 +12,19 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 使用 Batch Install Plugins 安装
|
||||||
|
|
||||||
|
如果你已经安装了 [Batch Install Plugins from GitHub](https://github.com/Fu-Jie/openwebui-extensions/tree/main/plugins/tools/batch-install-plugins),可以用下面这句来安装或更新当前插件:
|
||||||
|
|
||||||
|
```text
|
||||||
|
从 Fu-Jie/openwebui-extensions 安装插件
|
||||||
|
```
|
||||||
|
|
||||||
|
当选择弹窗打开后,搜索当前插件,勾选后继续安装即可。
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> 如果你已经安装了 OpenWebUI 官方社区里的同名版本,请先删除旧版本,否则重新安装时可能报错。删除后,Batch Install Plugins 后续就可以继续负责更新这个插件。
|
||||||
|
|
||||||
## 🚀 为什么会有工具(Tool)版本?
|
## 🚀 为什么会有工具(Tool)版本?
|
||||||
|
|
||||||
1. **得益于 OpenWebUI 0.8.0 的 Rich UI 特性**:在以前的版本中,是不支持直接将自定义的 HTML/iframe 嵌入到对话流中的。而从 0.8.0 开始,平台不仅支持了这种顺滑的前端组件直出(Rich UI),而且同时对 **Action** 和 **Tool** 开放了该能力。
|
1. **得益于 OpenWebUI 0.8.0 的 Rich UI 特性**:在以前的版本中,是不支持直接将自定义的 HTML/iframe 嵌入到对话流中的。而从 0.8.0 开始,平台不仅支持了这种顺滑的前端组件直出(Rich UI),而且同时对 **Action** 和 **Tool** 开放了该能力。
|
||||||
|
|||||||
Reference in New Issue
Block a user