Plugin Center¶
Choose the right OpenWebUI plugin by the outcome you want, then scan the current catalog once you know your lane.
Recommended route: start by goal → open the recommended plugin docs → install from OpenWebUI Community or the repo source file.
Start by Goal¶
-
Visualize and Present
Turn raw chat content into mind maps, infographics, flash cards, and polished explainers.
Start with: Smart Mind Map, Smart Infographic, Flash Card, Deep Dive
-
Export and Deliver
Convert valuable conversations into Word and Excel files for reports, handoff, or archiving.
Start with: Export to Word, Export to Excel
-
Improve Context and Output Quality
Compress long chats, clean up Markdown, inject project rules, and enhance model context.
Start with: Async Context Compression, Markdown Normalizer, Folder Memory, Context Enhancement
-
Build Agent and Tool Workflows
Add autonomous agent behavior, reusable tools, and workflow-oriented integrations to OpenWebUI.
Start with: GitHub Copilot SDK, OpenWebUI Skills Manager Tool, Batch Install Plugins from GitHub, Smart Mind Map Tool
-
Extend Model Capabilities
Add multimodal access, raw-file awareness, and stronger context handling to your model stack.
Start with: Web Gemini Multimodal Filter, Copilot SDK Files Filter, Context Enhancement
Curated First Installs¶
| If you want... | Start with | Why |
|---|---|---|
| One “wow” feature that changes how you use OpenWebUI | GitHub Copilot SDK | Turns OpenWebUI into a richer agent workspace with tools, skills, and structured delivery |
| Fast visual clarity from messy chat content | Smart Mind Map | The quickest way to make a complex answer instantly more understandable |
| Presentation-ready storytelling | Smart Infographic | Converts raw text into something polished enough for demos and reports |
| Practical upgrade for long chats | Async Context Compression | Saves tokens and keeps conversations easier to manage |
| Shareable output files | Export to Word | Great for handoff notes, reports, and reusable documents |
| Fast setup across multiple plugin repos | Batch Install Plugins from GitHub | Cuts down repetitive install work when experimenting |
Browse by Type¶
-
Actions
One-click interactions, exports, visualizations, and message-side experiences.
-
Filters
Message-pipeline upgrades for context, cleanup, formatting, and quality control.
-
Pipes
Model integrations and advanced agent-style runtime workflows.
-
Tools
Native reusable tool plugins that can be called across models and workflows.
-
Pipelines / References
Historical or experimental orchestration-oriented references for multi-step workflows.
Current Source-backed Catalog¶
| Plugin | Type | Best for |
|---|---|---|
| Smart Mind Map | Action | Interactive mind maps from conversations |
| Smart Infographic | Action | Polished infographic-style storytelling from raw text |
| Flash Card | Action | Study cards and memory-friendly summaries |
| Export to Excel | Action | Spreadsheet exports of chat data |
| Export to Word | Action | High-fidelity Word deliverables |
| Deep Dive | Action | Structured context → logic → insight analysis |
| Async Context Compression | Filter | Long-chat compression and token savings |
| Context Enhancement | Filter | Injecting helpful context before generation |
| Folder Memory | Filter | Extracting and reusing project rules inside folders |
| Markdown Normalizer | Filter | Fixing Mermaid, LaTeX, code blocks, and Markdown cleanup |
| Web Gemini Multimodal Filter | Filter | Adding multimodal input handling to compatible workflows |
| Copilot SDK Files Filter | Filter | Sending raw repo files to Copilot SDK agents |
| GitHub Copilot SDK | Pipe | Autonomous agent workflows and tool reuse |
| Smart Mind Map Tool | Tool | Reusable mind-map generation across models |
| OpenWebUI Skills Manager Tool | Tool | Installing and managing workspace skills |
| Batch Install Plugins from GitHub | Tool | Faster onboarding across multiple plugin repositories |
Repo-only Entries¶
| Plugin | Type | Notes |
|---|---|---|
| iFlow Official SDK Pipe | Pipe | Source file and local README exist in the repo, but there is no mirrored docs page yet |
| Chat Session Mapping Filter | Filter | Lightweight session-tracking helper currently discoverable from the repository only |
Note: Historical or docs-only references such as Multi-Model Context Merger and MoE Prompt Refiner still exist in the sub-indexes. This page prioritizes the current source-backed catalog and repo-discoverable entries.
Installation Paths¶
- OpenWebUI Community (recommended) — install directly from Fu-Jie's profile
- Docs + repo source file — read the docs page, then upload the matching
.pyfile manually - Bulk install / faster onboarding — use Batch Install Plugins from GitHub or
python scripts/install_all_plugins.pylocally