2025-12-20 12:34:49 +08:00
# OpenWebUI Extras
2026-01-06 01:49:39 +08:00
English | [中文 ](./README_CN.md )
A collection of enhancements, plugins, and prompts for [OpenWebUI ](https://github.com/open-webui/open-webui ), developed and curated for personal use to extend functionality and improve experience.
2026-01-06 01:32:38 +08:00
<!-- STATS_START -->
2026-01-06 01:49:39 +08:00
## 📊 Community Stats
2026-01-06 01:32:38 +08:00
2026-01-11 11:06:46 +00:00
> 🕐 Auto-updated: 2026-01-11 19:06
2026-01-06 01:32:38 +08:00
2026-01-08 14:43:27 +00:00
| 👤 Author | 👥 Followers | ⭐ Points | 🏆 Contributions |
|:---:|:---:|:---:|:---:|
2026-01-11 11:06:46 +00:00
| [Fu-Jie ](https://openwebui.com/u/Fu-Jie ) | **78 ** | **79 ** | **22 ** |
2026-01-08 14:43:27 +00:00
| 📝 Posts | ⬇️ Downloads | 👁️ Views | 👍 Upvotes | 💾 Saves |
|:---:|:---:|:---:|:---:|:---:|
2026-01-11 11:06:46 +00:00
| **14 ** | **1134 ** | **12338 ** | **69 ** | **68 ** |
2026-01-08 14:43:27 +00:00
### 🔥 Top 6 Popular Plugins
2026-01-11 11:06:46 +00:00
> 🕐 Auto-updated: 2026-01-11 19:06
2026-01-11 17:59:08 +08:00
2026-01-11 18:05:01 +08:00
| Rank | Plugin | Downloads | Views | Updated |
|:---:|------|:---:|:---:|:---:|
2026-01-11 11:06:46 +00:00
| 🥇 | [Smart Mind Map ](https://openwebui.com/posts/turn_any_text_into_beautiful_mind_maps_3094c59a ) | 363 | 3289 | 2026-01-07 |
| 🥈 | [Export to Excel ](https://openwebui.com/posts/export_mulit_table_to_excel_244b8f9d ) | 183 | 568 | 2026-01-07 |
| 🥉 | [Async Context Compression ](https://openwebui.com/posts/async_context_compression_b1655bc8 ) | 132 | 1475 | 2026-01-11 |
| 4️ ⃣ | [📊 Smart Infographic (AntV) ](https://openwebui.com/posts/smart_infographic_ad6f0c7f ) | 129 | 1437 | 2026-01-07 |
| 5️ ⃣ | [Flash Card ](https://openwebui.com/posts/flash_card_65a2ea8f ) | 99 | 1812 | 2026-01-07 |
| 6️ ⃣ | [Export to Word (Enhanced) ](https://openwebui.com/posts/export_to_word_enhanced_formatting_fca6a315 ) | 89 | 834 | 2026-01-07 |
2026-01-08 14:43:27 +00:00
*See full stats in [Community Stats Report ](./docs/community-stats.md )*
2026-01-06 01:32:38 +08:00
<!-- STATS_END -->
2025-12-20 12:34:49 +08:00
## 📦 Project Contents
### 🧩 Plugins
Located in the `plugins/` directory, containing Python-based enhancements:
#### Actions
- **Smart Mind Map** (`smart-mind-map` ): Generates interactive mind maps from text.
2026-01-03 11:16:24 +08:00
- **Smart Infographic** (`infographic` ): Transforms text into professional infographics using AntV.
2026-01-12 00:28:41 +08:00
- **Flash Card** (`flash-card` ): Quickly generates beautiful flashcards for learning.
- **Deep Dive** (`deep-dive` ): A comprehensive thinking lens that dives deep into any content.
2025-12-20 12:34:49 +08:00
- **Export to Excel** (`export_to_excel` ): Exports chat history to Excel files.
2026-01-03 11:16:24 +08:00
- **Export to Word** (`export_to_docx` ): Exports chat history to Word documents.
2025-12-20 12:34:49 +08:00
#### Filters
- **Async Context Compression** (`async-context-compression` ): Optimizes token usage via context compression.
- **Context Enhancement** (`context_enhancement_filter` ): Enhances chat context.
- **Gemini Manifold Companion** (`gemini_manifold_companion` ): Companion filter for Gemini Manifold.
2026-01-12 00:30:09 +08:00
- **Gemini Multimodal Filter** (`web_gemini_multimodel_filter` ): Provides multimodal capabilities (PDF, Office, Video) for any model via Gemini.
2026-01-11 23:58:23 +08:00
- **Markdown Normalizer** (`markdown_normalizer` ): Fixes common Markdown formatting issues in LLM outputs.
2026-01-03 11:17:48 +08:00
2025-12-20 12:34:49 +08:00
#### Pipes
- **Gemini Manifold** (`gemini_mainfold` ): Pipeline for Gemini model integration.
#### Pipelines
- **MoE Prompt Refiner** (`moe_prompt_refiner` ): Refines prompts for Mixture of Experts (MoE) summary requests to generate high-quality comprehensive reports.
### 🎯 Prompts
Located in the `prompts/` directory, containing fine-tuned System Prompts:
- **Coding**: Programming assistance prompts.
- **Marketing**: Marketing and copywriting prompts.
## 📖 Documentation
Located in the `docs/en/` directory:
- **[Plugin Development Guide ](./docs/en/plugin_development_guide.md )** - The authoritative guide covering everything from getting started to advanced patterns and best practices. ⭐
For code examples, please check the `docs/examples/` directory.
## 🚀 Quick Start
This project is a collection of resources and does not require a Python environment. Simply download the files you need and import them into your OpenWebUI instance.
### Using Prompts
1. Browse the `/prompts` directory and select a prompt file (`.md` ).
2. Copy the file content.
3. In the OpenWebUI chat interface, click the "Prompt" button above the input box.
4. Paste the content and save.
### Using Plugins
2026-01-05 00:31:18 +08:00
1. **Install from OpenWebUI Community (Recommended) ** :
- Visit my profile: [Fu-Jie's Profile ](https://openwebui.com/u/Fu-Jie )
- Browse the plugins and select the one you like.
- Click "Get" to import it directly into your OpenWebUI instance.
2. **Manual Installation ** :
- Browse the `/plugins` directory and download the plugin file (`.py` ) you need.
- Go to OpenWebUI **Admin Panel ** -> **Settings ** -> **Plugins ** .
- Click the upload button and select the `.py` file you just downloaded.
- Once uploaded, refresh the page to enable the plugin in your chat settings or toolbar.
2025-12-20 12:34:49 +08:00
### Contributing
If you have great prompts or plugins to share:
1. Fork this repository.
2. Add your files to the appropriate `prompts/` or `plugins/` directory.
3. Submit a Pull Request.
2026-01-06 01:49:39 +08:00
[Contributing ](./CONTRIBUTING.md )