omarchyOmarchy 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.
Install via ClawdBot CLI:
clawdbot install AchalS-iglu/omarchyTreat 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.
/home/achals/.local/share/omarchy/bin.list, status, current, available, version).install, remove, reinstall, update, pkg, setup, set).omarchy-* scripts support standard CLI flags or parameters (including --help). Treat each script as custom; inspect its file/header comments first.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.
User intent: "Waybar is broken, restart it."
pkill waybar && waybaromarchy-restart-waybarUser intent: "I changed config, apply it."
omarchy-refresh-waybar, omarchy-refresh-hyprland, omarchy-refresh-config (pick by component)User intent: "Install/remove package X."
pacman/yay first without checking Omarchy wrappersomarchy-pkg-* flow (...-present, ...-missing, then ...-install/...-remove)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)User intent: "Audio/Bluetooth/Wi‑Fi stopped behaving."
killall pipewire, random daemon restarts)omarchy-restart-pipewire, omarchy-restart-bluetooth, omarchy-restart-wifiUser intent: ambiguous request like "fix my display stack".
for c in omarchy-*; do $c --help; done) 1. Statically inspect names in /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
User intent: "Update system."
omarchy-update-available (and related status)For any Omarchy task, follow this mini-checklist:
omarchy-* family by name and script header commentsomarchy-refresh-/omarchy-restart- over raw kill/relaunchinstall/remove/reinstall/update/setup/set)Total commands: 161
omarchy-battery-monitoromarchy-battery-remainingomarchy-branch-setomarchy-channel-setomarchy-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-cwdomarchy-debugomarchy-dev-add-migrationomarchy-drive-infoomarchy-drive-selectomarchy-drive-set-passwordomarchy-font-currentomarchy-font-listomarchy-font-setomarchy-hibernation-availableomarchy-hibernation-removeomarchy-hibernation-setupomarchy-hookomarchy-hyprland-window-close-allomarchy-hyprland-window-popomarchy-hyprland-workspace-toggle-gapsomarchy-install-chromium-google-accountomarchy-install-dev-envomarchy-install-docker-dbsomarchy-install-dropboxomarchy-install-steamomarchy-install-tailscaleomarchy-install-terminalomarchy-install-vscodeomarchy-install-xbox-controllersomarchy-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-wifiomarchy-lock-screenomarchy-menuomarchy-menu-keybindingsomarchy-migrateomarchy-notification-dismissomarchy-pkg-addomarchy-pkg-aur-accessibleomarchy-pkg-aur-addomarchy-pkg-aur-installomarchy-pkg-dropomarchy-pkg-installomarchy-pkg-missingomarchy-pkg-presentomarchy-pkg-removeomarchy-powerprofiles-listomarchy-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-waybaromarchy-reinstallomarchy-reinstall-configsomarchy-reinstall-gitomarchy-reinstall-pkgsomarchy-remove-dev-envomarchy-reset-sudoomarchy-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-xcomposeomarchy-setup-dnsomarchy-setup-fido2omarchy-setup-fingerprintomarchy-show-doneomarchy-show-logoomarchy-snapshotomarchy-stateomarchy-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-updateomarchy-toggle-idleomarchy-toggle-nightlightomarchy-toggle-screensaveromarchy-toggle-suspendomarchy-toggle-waybaromarchy-tui-installomarchy-tui-removeomarchy-tz-selectomarchy-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-idleomarchy-upload-logomarchy-versionomarchy-version-branchomarchy-version-channelomarchy-version-pkgsomarchy-voxtype-configomarchy-voxtype-installomarchy-voxtype-modelomarchy-voxtype-removeomarchy-voxtype-statusomarchy-webapp-handler-heyomarchy-webapp-handler-zoomomarchy-webapp-installomarchy-webapp-removeomarchy-windows-vmGenerated Mar 1, 2026
IT administrators managing custom Linux distributions like Omarchy can use this skill to enforce safe system workflows, preventing ad-hoc commands that bypass state management. It ensures consistent updates, theme changes, and troubleshooting using native wrappers, reducing system breakage and support tickets.
Support teams in companies using customized desktop environments can apply this skill to handle user requests for restarting applications or fixing UI issues. By prioritizing targeted Omarchy commands over generic Linux shortcuts, it minimizes downtime and maintains system integrity across remote and on-site employees.
Developers working on Omarchy systems can leverage this skill for safe package installations and removals, using omarchy-pkg-* flows instead of raw package managers. This ensures compatibility with custom configurations and reduces conflicts in development and testing setups.
Designers and UI/UX professionals using Omarchy can utilize this skill to switch themes and sync settings across applications safely. By following omarchy-theme-* commands, it avoids manual config edits that might disrupt workflows or cause visual inconsistencies.
Help desk staff in offices with Omarchy systems can use this skill to resolve audio, Bluetooth, or Wi-Fi problems using targeted restart wrappers. This approach reduces collateral damage from broad process kills, ensuring reliable connectivity and audio for meetings and collaboration.
Offer a cloud-based platform that integrates Omarchy skill principles to provide automated system maintenance and troubleshooting for businesses. Revenue comes from subscription fees based on the number of managed workstations, with tiered plans for basic monitoring to advanced automation.
Provide expert consulting to organizations adopting Omarchy or similar custom Linux systems, helping them implement safe workflows and train staff. Revenue is generated through project-based fees for setup, customization, and ongoing support contracts.
Develop and sell training courses and certifications on Omarchy system administration, focusing on the skill's best practices for safe command usage. Revenue streams include course enrollment fees, certification exams, and corporate training packages.
💬 Integration Tip
Integrate this skill into existing IT management tools by mapping Omarchy commands to automated scripts, ensuring compatibility with monitoring systems to alert on non-compliant actions.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.