OpenWebUI Extras
English | 中文
A collection of enhancements, plugins, and prompts for OpenWebUI, developed and curated for personal use to extend functionality and improve experience.
📊 Community Stats
🕐 Auto-updated: 2026-01-26 17:15
| 👤 Author | 👥 Followers | ⭐ Points | 🏆 Contributions |
|---|---|---|---|
| Fu-Jie | 159 | 155 | 33 |
| 📝 Posts | ⬇️ Downloads | 👁️ Views | 👍 Upvotes | 💾 Saves |
|---|---|---|---|---|
| 19 | 2405 | 27548 | 140 | 184 |
🔥 Top 6 Popular Plugins
🕐 Auto-updated: 2026-01-26 17:15
| Rank | Plugin | Version | Downloads | Views | Updated |
|---|---|---|---|---|---|
| 🥇 | Smart Mind Map | 0.9.1 | 631 | 5615 | 2026-01-17 |
| 🥈 | Smart Infographic | 1.4.9 | 410 | 3669 | 2026-01-25 |
| 🥉 | Export to Excel | 0.3.7 | 258 | 1051 | 2026-01-07 |
| 4️⃣ | Export to Word (Enhanced) | 0.4.3 | 232 | 1847 | 2026-01-17 |
| 5️⃣ | Async Context Compression | 1.2.2 | 228 | 2468 | 2026-01-21 |
| 6️⃣ | Flash Card | 0.2.4 | 166 | 2685 | 2026-01-17 |
See full stats in Community Stats Report
📦 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. - Smart Infographic (
infographic): Transforms text into professional infographics using AntV. - Flash Card (
flash-card): Quickly generates beautiful flashcards for learning. - Deep Dive (
deep-dive): A comprehensive thinking lens that dives deep into any content. - Export to Excel (
export_to_excel): Exports chat history to Excel files. - Export to Word (
export_to_docx): Exports chat history to Word documents.
Filters
- Async Context Compression (
async-context-compression): Optimizes token usage via context compression. - Context Enhancement (
context_enhancement_filter): Enhances chat context. - Folder Memory (
folder-memory): Automatically extracts project rules from conversations and injects them into the folder's system prompt. - Markdown Normalizer (
markdown_normalizer): Fixes common Markdown formatting issues in LLM outputs.
Pipes
- GitHub Copilot SDK (
github-copilot-sdk): Official GitHub Copilot SDK integration. Supports dynamic models, multi-turn conversation, streaming, multimodal input, and infinite sessions.
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 - 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
- Browse the
/promptsdirectory and select a prompt file (.md). - Copy the file content.
- In the OpenWebUI chat interface, click the "Prompt" button above the input box.
- Paste the content and save.
Using Plugins
-
Install from OpenWebUI Community (Recommended):
- Visit my profile: Fu-Jie's Profile
- Browse the plugins and select the one you like.
- Click "Get" to import it directly into your OpenWebUI instance.
-
Manual Installation:
- Browse the
/pluginsdirectory and download the plugin file (.py) you need. - Go to OpenWebUI Admin Panel -> Settings -> Plugins.
- Click the upload button and select the
.pyfile you just downloaded. - Once uploaded, refresh the page to enable the plugin in your chat settings or toolbar.
- Browse the
Contributing
If you have great prompts or plugins to share:
- Fork this repository.
- Add your files to the appropriate
prompts/orplugins/directory. - Submit a Pull Request.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
rbb-dev 🤔 💻 |
Raxxoor 🐛 🤔 |
ZOLO 🐛 🤔 |
Johan Grande 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!