System maintenance for Bazzite OS. Updates via topgrade, cleanup of podman/flatpaks, viewing logs and changelogs, diagnostics, and power measurements. Use when users need to update, clean, or diagnose their Bazzite system.
/plugin marketplace add atrawog/bazzite-ai-plugins/plugin install bazzite@bazzite-ai-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
The system skill covers core Bazzite maintenance tasks: updates, cleanup, logging, diagnostics, and benchmarking.
| Command | Description |
|---|---|
ujust update | Update system via topgrade |
ujust upgrade | Alias for update |
ujust changelogs | View stable release notes |
ujust changelogs-testing | View pre-release notes |
ujust toggle-updates | Enable/disable automatic updates |
ujust clean-system | Cleanup podman, flatpaks, rpm-ostree |
ujust logs-this-boot | Current boot journal logs |
ujust logs-last-boot | Previous boot journal logs |
ujust get-logs | Upload logs to pastebin |
ujust device-info | Upload device info to pastebin |
ujust check-idle-power-draw | Measure idle power with powerstat |
ujust check-local-overrides | Compare /usr/etc vs /etc |
ujust benchmark | 1-minute stress test |
ujust bazzite-cli | Toggle Bluefin CLI experience |
# Full system update (flatpaks, containers, rpm-ostree)
ujust update
# Same as update
ujust upgrade
Uses topgrade to update:
# Stable release notes
ujust changelogs
# Pre-release/testing notes
ujust changelogs-testing
# Toggle uupd.timer (automatic updates)
ujust toggle-updates
# Clean podman images, flatpaks, rpm-ostree content
ujust clean-system
Removes:
# Current boot
ujust logs-this-boot
# Previous boot (useful after crash)
ujust logs-last-boot
# Upload system logs to pastebin for support
ujust get-logs
# Upload device info to pastebin
ujust device-info
Returns a pastebin URL to share with support.
# Measure idle power draw
ujust check-idle-power-draw
Uses powerstat to measure system power consumption.
# Compare /usr/etc vs /etc
ujust check-local-overrides
Shows files in /etc that override /usr/etc defaults.
# 1-minute stress test
ujust benchmark
Uses stress-ng to benchmark CPU, memory, and I/O.
# Toggle Bluefin-style CLI (bling)
ujust bazzite-cli
Enables/disables enhanced CLI features from Bluefin.
# Update everything
ujust update
# Clean unused resources
ujust clean-system
# Check previous boot logs
ujust logs-last-boot
# Share logs for support
ujust get-logs
# Run benchmark
ujust benchmark
# Check power draw
ujust check-idle-power-draw
Check: Network connectivity, disk space
# Manual rpm-ostree update
rpm-ostree upgrade
# Check for pending changes
rpm-ostree status
Use journalctl filters:
# Last 100 lines
journalctl -n 100
# Since specific time
journalctl --since "1 hour ago"
# Specific unit
journalctl -u <service-name>
Use when the user asks about: