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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install omarchy或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install omarchy⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/omarchy/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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." ---
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.
/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 && waybar
- omarchy-restart-waybar
User intent: "I changed config, apply it."
- restarting random processes manually until things look fixed
- use targeted refresh script first, e.g. omarchy-refresh-waybar, omarchy-refresh-hyprland, omarchy-refresh-config (pick by component)
User intent: "Install/remove package X."
- using raw pacman/yay first without checking Omarchy wrappers
- inspect and prefer omarchy-pkg-* flow (...-present, ...-missing, then ...-install/...-remove)
User intent: "Switch theme / sync theme to apps."
- editing dotfiles manually first and restarting random 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."
- broad process killing (killall pipewire, random daemon restarts)
- use targeted wrapper restarts such as omarchy-restart-pipewire, omarchy-restart-bluetooth, omarchy-restart-wifi
User intent: ambiguous request like "fix my display stack".
- execute many commands to discover options (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."
- directly running full update steps without checking availability/state
- check first: omarchy-update-available (and related status) - then execute appropriate Omarchy update path with confirmation for impactful steps
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-sudo...
安装 omarchy 后,可以对 AI 说这些话来触发它
Help me get started with omarchy
Explains what omarchy does, walks through the setup, and runs a quick demo based on your current project
Use omarchy to omarchy operating guardrails for day-to-day system work: assume the...
Invokes omarchy with the right parameters and returns the result directly in the conversation
What can I do with omarchy in my product manager workflow?
Lists the top use cases for omarchy, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/omarchy/ 目录(个人级,所有项目可用),或 .claude/skills/omarchy/(项目级)。重启 AI 客户端后,用 /omarchy 主动调用,或让 AI 根据上下文自动发现并使用。
omarchy 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
omarchy 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my product manager tasks using omarchy
Identifies repetitive steps in your workflow and sets up omarchy to handle them automatically
omarchy 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。