open-webui

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

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill open-webui-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-webui
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-open-webui
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill open-webui-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with Open WebUI, a unified interface for various LLMs, by providing a direct API integration for managing models, chat completions, RAG, and Ollama operations.

Core Features & Use Cases

  • Model Management: List, pull, and delete LLM models through the Ollama proxy.
  • Chat & Completions: Interact with LLMs via OpenAI-compatible endpoints or native Ollama.
  • RAG Integration: Upload files and manage knowledge collections for Retrieval Augmented Generation.
  • Use Case: You need to generate an image based on a prompt using a model hosted in your Open WebUI instance. This skill can handle that request directly.

Quick Start

Use the open-webui skill to list all available models in your Open WebUI instance.

Frequently Asked Questions about open-webui

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

FAQPage Schema
How do I manage Ollama models and chat completions via the Open WebUI API?

You can manage Ollama models and chat completions via the Open WebUI API by sending REST requests to list, pull, and delete models or interact using OpenAI-compatible endpoints, requiring OPENWEBUI_URL and OPENWEBUI_TOKEN for authentication.

Can I upload files for Retrieval Augmented Generation using Open WebUI?

Yes, you can upload files for Retrieval Augmented Generation using Open WebUI. The API integration supports uploading files and managing knowledge collections to provide context for LLM interactions.

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

The Open WebUI API supports image generation and audio processing. You can generate images based on prompts using models hosted in your Open WebUI instance and process audio through direct REST API endpoints.

What environment variables do I need to connect to my Open WebUI instance?

To connect to your Open WebUI instance, you need the OPENWEBUI_URL and OPENWEBUI_TOKEN environment variables, or you can pass these credentials as explicit parameters for authentication and connection setup.

Are there limitations when proxying Ollama commands through Open WebUI?

Proxying Ollama commands through Open WebUI requires valid authentication tokens and a reachable instance URL. The skill relies on the requests library to execute REST API operations, meaning network connectivity is a strict prerequisite.