Agent skill · Frontend

openwebui

Open WebUI AI chat interface management via Podman Quadlet. Provides a web UI for interacting with Ollama models. Use when users need to configure, start, or manage the Open WebUI service.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill openwebui --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/openwebui/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Open WebUI - AI Chat Interface ## Overview The `openwebui` command manages the Open WebUI service using Podman Quadlet containers. It provides a web-based chat interface for interacting with Ollama LLM models. **Key Concept:** Open WebUI connects to Ollama via the `bazzite-ai` network using DNS (`http://ollama:11434`). Ensure Ollama is running before using Open WebUI. ## Quick Reference | Action | Command | Description | |--------|---------|-------------| | Config | `ujust openwebui config` | Configure Open WebUI | | Delete | `ujust openwebui delete` | Remove instance config and container | | Logs | `ujust openwebui logs [--lines=N]` | View container logs | | Restart | `ujust openwebui restart` | Restart server | | Shell | `ujust openwebui shell [-- CMD]` | Open shell or execute command in container | | Start | `ujust openwebui start` | Start Open WebUI server | | Status | `ujust openwebui status` | Show instance status | | Stop | `ujust openwebui stop` | Stop Open WebUI server | | URL | `ujust openwebui url` | Show web UI access URL | ## Parameters | Parameter | Long Flag | Short | Default | Description | |-----------|-----------|-------|---------|-------------| | Port | `--port

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Parameters
  4. Configuration
  5. Update Existing Configuration
  6. Container Images
  7. Lifecycle Management
  8. Multi-Instance Support
  9. Shell Access
  10. Network Architecture
  11. Network Binding
  12. Data Persistence
  13. Common Workflows
  14. Initial Setup
Ships with 1 file
  • metadata.json
Commands it runs
Default configuration (port 3000, localhost only)
ujust openwebui config
Custom port (long form)
ujust openwebui config --port=3001
Custom port (short form)
ujust openwebui config -p 3001
Network-wide access
ujust openwebui config --bind=0.0.0.0
Combine parameters (long form)
ujust openwebui config --port=3001 --bind=0.0.0.0
More from claude-skill-registry
All skills →
About this skill
What does the openwebui skill do?

Open WebUI AI chat interface management via Podman Quadlet. Provides a web UI for interacting with Ollama models. Use when users need to configure, start, or manage the Open WebUI service.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill openwebui --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going