Welcome to owui-kit, a curated, component-based collection of custom tools, models, and prompts for Open-WebUI.
Running local LLMs (via MLX, GGUF, or Ollama) often requires specific prompt engineering and tool formatting to work smoothly. The resources in this repository are rigorously tested to handle local model quirks—from strict API formatting requirements to persistent memory integration.
This repository is built using a component structure. You don't have to install the whole kit—just navigate to the folder of the specific tool or model you want, and follow the localized README.md inside.
owui-kit/
├── tools/ # Python-based Workspace Tools
│ ├── telegram_bot/ # Send formatted messages directly to Telegram
│ └── ...
├── models/ # Custom System Prompts & Personas
│ ├── authentic_collaborator/ # A peer-bot that uses Persistent Memory
│ └── ...
├── prompts/ # Quick-insert chat prompts
└── docs/ # General guides and tutorials
Workspace tools allow your LLM to execute Python code, interact with APIs, and perform actions outside of the chat window.
- Telegram Integration: Enables your local LLMs to autonomously send formatted messages directly to your Telegram account. Specifically optimized to handle Telegram's strict MarkdownV2 formatting to prevent API crashes.
(More tools coming soon...)
Custom models and personas designed to maximize Open-WebUI's feature set.
- The Authentic Collaborator: A grounded, insightful peer persona that utilizes Open-WebUI's Persistent Memory Protocol. Instead of acting like a subservient bot, it remembers your project details, personal facts, and formatting preferences across multiple sessions for true continuity.
(More models coming soon...)
- Browse the
tools/ormodels/directories to find a component you want to use. - Open the specific component's folder.
- Read the localized
README.mdfor exact prerequisites, installation steps, and usage examples. - Paste the provided code or prompt into your Open-WebUI Workspace.
This project is licensed under the MIT License - see the LICENSE file for details.