open-webui

Manage Open WebUI models, chat completions, RAG uploads, and Ollama operations via API.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/rbkayz/gitskills --skill open-webui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-webui
Source: https://github.com/rbkayz/gitskills/tree/main/skills/registry/openclaw-open-webui
Command: npx skills add https://github.com/rbkayz/gitskills --skill open-webui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Open WebUI, enabling seamless management of LLM models, chat completions, RAG workflows, and Ollama operations through its API.

Core Features & Use Cases

  • Model Management: List, pull, and delete LLM models via Ollama proxy.
  • Chat & Completions: Send prompts to various models and receive responses.
  • RAG Integration: Upload files, process them, and add them to knowledge collections.
  • Image & Audio: Generate images and process audio using Open WebUI's capabilities.

Quick Start

Use the open-webui skill to list all available models.

Frequently Asked Questions about open-webui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LLM models in Open WebUI via API?

You can manage LLM models in Open WebUI by using its API to list, pull, and delete models via the Ollama proxy. This requires setting the OPENWEBUI_URL and OPENWEBUI_TOKEN for authentication.

How do I upload files for RAG workflows in Open WebUI?

To use RAG workflows in Open WebUI, you can upload files through the API, process them, and add them directly to knowledge collections. This enables retrieval-augmented generation using your custom data.

Can I send chat completions to Ollama models through the Open WebUI API?

Yes, you can send prompts to various models and receive chat completions through the Open WebUI API. This functionality operates via Ollama proxy operations integrated within the interface.

What do I need to authenticate Open WebUI API requests?

You need the OPENWEBUI_URL and OPENWEBUI_TOKEN environment variables to authenticate API requests. The integration supports Python 3.8+ with the requests library or direct curl commands.

Does Open WebUI support image generation and audio processing via API?

Yes, Open WebUI supports generating images and processing audio through its API capabilities. You can access these features alongside chat completions, RAG integration, and model management.