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.
npx skills add majiayu000/claude-skill-registry --skill openwebui --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Quick Reference
- Parameters
- Configuration
- Update Existing Configuration
- Container Images
- Lifecycle Management
- Multi-Instance Support
- Shell Access
- Network Architecture
- Network Binding
- Data Persistence
- Common Workflows
- Initial Setup
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
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.
