omarchy
by @achals-iglu
Omarchy operating guardrails for day-to-day system work: assume the host is Omarchy by default, choose Omarchy-native workflows first, map user intent to the correct omarchy-* wrapper/script family, and avoid generic Linux commands that conflict with Omarchy behavior. Use whenever handling local system tasks on this host unless the user explicitly says it is not Omarchy; prioritize safe Omarchy commands, prevent non-Omarchy shortcuts (e.g., ad-hoc process killing/relaunch patterns), troubleshoot
clawhub install omarchy📖 About This Skill
name: omarchy description: "Omarchy operating guardrails for day-to-day system work: assume the host is Omarchy by default, choose Omarchy-native workflows first, map user intent to the correct omarchy-* wrapper/script family, and avoid generic Linux commands that conflict with Omarchy behavior. Use whenever handling local system tasks on this host unless the user explicitly says it is not Omarchy; prioritize safe Omarchy commands, prevent non-Omarchy shortcuts (e.g., ad-hoc process killing/relaunch patterns), troubleshoot desktop behavior, and validate the right script before execution."
Omarchy Skill
Treat this skill as an Omarchy operating mode, not just a command catalog. When working on an Omarchy system, prefer Omarchy-native wrappers and workflows over generic Linux one-liners that may bypass expected state handling. Use local script docs and names to choose the correct path. Each script has documentation at the top describing its purpose. DO NOT RUN A SCRIPT UNTIL YOU ARE SURE OF ITS PURPOSE.
Operating rules
1. Start with command name matching and in-file comments under /home/achals/.local/share/omarchy/bin.
2. Prefer read-only/status commands first (*list*, *status*, *current*, *available*, *version*).
3. Ask before broad or high-impact actions (*install*, *remove*, *reinstall*, *update*, *pkg*, *setup*, *set*).
4. Avoid bulk discovery execution. Do static inspection first.
5. Never assume omarchy-* scripts support standard CLI flags or parameters (including --help). Treat each script as custom; inspect its file/header comments first.
Worked examples (good vs bad)
Use these patterns whenever you operate on Omarchy. The goal is not "run an omarchy command at all costs"; the goal is to avoid bypassing Omarchy’s intended state-management flows.
1) Restarting Waybar
User intent: "Waybar is broken, restart it."
pkill waybar && waybar
omarchy-restart-waybar
2) Applying config/UI refresh after edits
User intent: "I changed config, apply it."
omarchy-refresh-waybar, omarchy-refresh-hyprland, omarchy-refresh-config (pick by component)
3) Package management task
User intent: "Install/remove package X."
pacman/yay first without checking Omarchy wrappers
omarchy-pkg-* flow (...-present, ...-missing, then ...-install/...-remove)
4) Theme change request
User intent: "Switch theme / sync theme to apps."
omarchy-theme-list -> omarchy-theme-set -> app-specific follow-ups if needed (omarchy-theme-set-vscode, ...-browser, ...-obsidian)
5) Audio/Bluetooth/Wi‑Fi issue
User intent: "Audio/Bluetooth/Wi‑Fi stopped behaving."
killall pipewire, random daemon restarts)
omarchy-restart-pipewire, omarchy-restart-bluetooth, omarchy-restart-wifi
6) "What command should I run?" discovery flow
User intent: ambiguous request like "fix my display stack".
for c in omarchy-*; do $c --help; done)
/home/achals/.local/share/omarchy/bin
2. Read top-of-file script comments for likely candidates
3. Start with read-only/status scripts
4. Propose 1-3 likely commands and ask before high-impact actions
7) Update workflow
User intent: "Update system."
omarchy-update-available (and related status)
- then execute appropriate Omarchy update path with confirmation for impactful steps
Decision template (apply every time)
For any Omarchy task, follow this mini-checklist:
1. Identify component (UI, package, theme, network, update, device, etc.)
2. Find matching omarchy-* family by name and script header comments
3. Prefer read-only/status command first
4. Use targeted omarchy-refresh-*/omarchy-restart-* over raw kill/relaunch
5. Ask before high-impact actions (install/remove/reinstall/update/setup/set)
Omarchy command catalog (static, local)
Total commands: 161
battery (2)
omarchy-battery-monitoromarchy-battery-remainingbranch (1)
omarchy-branch-setchannel (1)
omarchy-channel-setcmd (12)
omarchy-cmd-apple-display-brightnessomarchy-cmd-audio-switchomarchy-cmd-first-runomarchy-cmd-missingomarchy-cmd-presentomarchy-cmd-rebootomarchy-cmd-screenrecordomarchy-cmd-screensaveromarchy-cmd-screenshotomarchy-cmd-shareomarchy-cmd-shutdownomarchy-cmd-terminal-cwddebug (1)
omarchy-debugdev (1)
omarchy-dev-add-migrationdrive (3)
omarchy-drive-infoomarchy-drive-selectomarchy-drive-set-passwordfont (3)
omarchy-font-currentomarchy-font-listomarchy-font-sethibernation (3)
omarchy-hibernation-availableomarchy-hibernation-removeomarchy-hibernation-setuphook (1)
omarchy-hookhyprland (3)
omarchy-hyprland-window-close-allomarchy-hyprland-window-popomarchy-hyprland-workspace-toggle-gapsinstall (9)
omarchy-install-chromium-google-accountomarchy-install-dev-envomarchy-install-docker-dbsomarchy-install-dropboxomarchy-install-steamomarchy-install-tailscaleomarchy-install-terminalomarchy-install-vscodeomarchy-install-xbox-controllerslaunch (14)
omarchy-launch-aboutomarchy-launch-audioomarchy-launch-bluetoothomarchy-launch-browseromarchy-launch-editoromarchy-launch-floating-terminal-with-presentationomarchy-launch-or-focusomarchy-launch-or-focus-tuiomarchy-launch-or-focus-webappomarchy-launch-screensaveromarchy-launch-tuiomarchy-launch-walkeromarchy-launch-webappomarchy-launch-wifilock (1)
omarchy-lock-screenmenu (2)
omarchy-menuomarchy-menu-keybindingsmigrate (1)
omarchy-migratenotification (1)
omarchy-notification-dismisspkg (9)
omarchy-pkg-addomarchy-pkg-aur-accessibleomarchy-pkg-aur-addomarchy-pkg-aur-installomarchy-pkg-dropomarchy-pkg-installomarchy-pkg-missingomarchy-pkg-presentomarchy-pkg-removepowerprofiles (1)
omarchy-powerprofiles-listrefresh (14)
omarchy-refresh-applicationsomarchy-refresh-chromiumomarchy-refresh-configomarchy-refresh-fastfetchomarchy-refresh-hypridleomarchy-refresh-hyprlandomarchy-refresh-hyprlockomarchy-refresh-hyprsunsetomarchy-refresh-limineomarchy-refresh-pacmanomarchy-refresh-plymouthomarchy-refresh-swayosdomarchy-refresh-walkeromarchy-refresh-waybarreinstall (4)
omarchy-reinstallomarchy-reinstall-configsomarchy-reinstall-gitomarchy-reinstall-pkgsremove (1)
omarchy-remove-dev-envreset (1)
omarchy-reset-sudorestart (15)
omarchy-restart-appomarchy-restart-bluetoothomarchy-restart-btopomarchy-restart-hyprctlomarchy-restart-hypridleomarchy-restart-hyprsunsetomarchy-restart-makoomarchy-restart-opencodeomarchy-restart-pipewireomarchy-restart-swayosdomarchy-restart-terminalomarchy-restart-walkeromarchy-restart-waybaromarchy-restart-wifiomarchy-restart-xcomposesetup (3)
omarchy-setup-dnsomarchy-setup-fido2omarchy-setup-fingerprintshow (2)
omarchy-show-doneomarchy-show-logosnapshot (1)
omarchy-snapshotstate (1)
omarchy-statetheme (13)
omarchy-theme-bg-installomarchy-theme-bg-nextomarchy-theme-currentomarchy-theme-installomarchy-theme-listomarchy-theme-removeomarchy-theme-setomarchy-theme-set-browseromarchy-theme-set-gnomeomarchy-theme-set-obsidianomarchy-theme-set-templatesomarchy-theme-set-vscodeomarchy-theme-updatetoggle (5)
omarchy-toggle-idleomarchy-toggle-nightlightomarchy-toggle-screensaveromarchy-toggle-suspendomarchy-toggle-waybartui (2)
omarchy-tui-installomarchy-tui-removetz (1)
omarchy-tz-selectupdate (14)
omarchy-updateomarchy-update-analyze-logsomarchy-update-availableomarchy-update-available-resetomarchy-update-branchomarchy-update-confirmomarchy-update-firmwareomarchy-update-gitomarchy-update-keyringomarchy-update-performomarchy-update-restartomarchy-update-system-pkgsomarchy-update-timeomarchy-update-without-idleupload (1)
omarchy-upload-logversion (4)
omarchy-versionomarchy-version-branchomarchy-version-channelomarchy-version-pkgsvoxtype (5)
omarchy-voxtype-configomarchy-voxtype-installomarchy-voxtype-modelomarchy-voxtype-removeomarchy-voxtype-statuswebapp (4)
omarchy-webapp-handler-heyomarchy-webapp-handler-zoomomarchy-webapp-installomarchy-webapp-removewindows (1)
omarchy-windows-vm