2026-01-12 10:10:32 +00:00

OpenWebUI Extras

All Contributors

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-12 18:10

👤 Author 👥 Followers Points 🏆 Contributions
Fu-Jie 85 90 22
📝 Posts ⬇️ Downloads 👁️ Views 👍 Upvotes 💾 Saves
14 1211 13432 79 78

🕐 Auto-updated: 2026-01-12 18:10

Rank Plugin Version Downloads Views Updated
🥇 Smart Mind Map 0.9.1 385 3490 2026-01-07
🥈 Export to Excel 0.3.7 187 603 2026-01-07
🥉 📊 Smart Infographic (AntV) 1.4.9 144 1576 2026-01-11
4 Async Context Compression 1.1.3 141 1560 2026-01-11
5 Export to Word (Enhanced) 0.4.3 101 919 2026-01-07
6 Flash Card 0.2.4 100 1862 2026-01-07

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.
  • Gemini Manifold Companion (gemini_manifold_companion): Companion filter for Gemini Manifold.
  • Gemini Multimodal Filter (web_gemini_multimodel_filter): Provides multimodal capabilities (PDF, Office, Video) for any model via Gemini.
  • Markdown Normalizer (markdown_normalizer): Fixes common Markdown formatting issues in LLM outputs.
  • Multi-Model Context Merger (multi_model_context_merger): Automatically merges and injects context from multiple model responses.

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 - 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

  1. 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.
  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.

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.

Contributing

Contributors

Thanks goes to these wonderful people (emoji key):

rbb-dev
rbb-dev

🤔 💻
Raxxoor
Raxxoor

🐛 🤔
ZOLO
ZOLO

🐛 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

Description
A collection of enhancements, plugins, and prompts for Open WebUI, developed and curated for personal use to extend functionality and improve experience.
Readme MIT 74 MiB
Languages
Python 97.2%
HTML 1.9%
Shell 0.6%
Jinja 0.3%