openwebui

star 0

Open WebUI self-hosted AI chat interface. This skill should be used when deploying (Docker/Helm/pip), configuring auth/SSO/RBAC, RAG/vector DBs, web search, plugins/MCP, scaling, or reverse proxy.

kettleofketchup By kettleofketchup schedule Updated 6/4/2026

name: openwebui description: Open WebUI self-hosted AI chat interface. This skill should be used when deploying (Docker/Helm/pip), configuring auth/SSO/RBAC, RAG/vector DBs, web search, plugins/MCP, scaling, or reverse proxy.

Open WebUI

Self-hosted AI chat interface supporting Ollama, OpenAI-compatible APIs, and custom pipelines. Provides RAG, web search, code execution, image generation, TTS/STT, RBAC, SSO, and extensibility via plugins/MCP.

Quick Start

# Docker with Ollama
docker run -d -p 3000:8080 -v open-webui:/app/backend/data \
  -e OLLAMA_BASE_URL=http://host.docker.internal:11434 \
  --name open-webui ghcr.io/open-webui/open-webui:main

# pip
pip install open-webui && open-webui serve

Reference Index

Load relevant reference files based on the task. Files are organized by topic area.

Environment Variables (split by category)

Authentication & Security

  • auth-sso.md -- OAuth (Google/Microsoft/GitHub/OIDC), session management, role/group mapping
  • auth-sso-trusted-header.md -- Trusted header auth, Tailscale, Cloudflare, oauth2-proxy, Authentik, Authelia
  • auth-ldap.md -- OpenLDAP Docker setup, LDIF seeding, env vars, troubleshooting
  • auth-scim.md -- SCIM 2.0 provisioning, user/group operations, filtering, Okta setup
  • rbac.md -- Roles (admin/user/pending), groups, ACLs, headless admin
  • rbac-permissions.md -- All permission categories (workspace, sharing, chat, features, settings)
  • rbac-api-keys.md -- API key setup, generation, usage examples

Administration

Chat Features

Code Execution

Reasoning & Temporal

Data Controls

RAG & Document Processing

Media Generation

Plugins & Extensibility

Workspace

Open Terminal

Installation & Deployment

Reference & Infrastructure

Troubleshooting

  • troubleshooting.md -- Connection, CORS, streaming, Ollama, password reset, RAG, SSO, audio, web search, image gen, scaling, performance, database migration

Enterprise

Tutorials & FAQ

Install via CLI
npx skills add https://github.com/kettleofketchup/dotfiles --skill openwebui
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
kettleofketchup
kettleofketchup Explore all skills →