← 返回 Skills 市场
achals-iglu

omarchy

作者 Achal Singhal · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
876
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears coherent: it guides the agent to prefer and inspect local omarchy-* wrapper scripts instead of running raw system commands, and it doesn't request credentials or install code. Before installing, confirm that this host actually uses Omarchy and that the hard-coded path (/home/achals/.local/share/omarchy/bin) matches your environment; otherwise the skill may attempt to read a different user's home-path or be ineffective. Also review the actual scripts in the referenced directory (and their header comments) so you trust what the agent may propose running, and be cautious about granting the agent autonomous execution rights if you do not want it to run local scripts without approval.
功能分析
Type: OpenClaw Skill Name: omarchy Version: 0.1.1 The `SKILL.md` file exhibits strong prompt injection techniques designed to restrict the AI agent's autonomy and steer its behavior towards a predefined set of `omarchy-*` wrapper scripts. It explicitly instructs the agent to avoid generic Linux commands (e.g., `pacman`, `pkill`) and discourages standard inspection methods like `--help` flags, instead forcing reliance on internal documentation of the `omarchy-*` scripts. While not directly containing malicious code, this setup creates a highly vulnerable environment where the agent is compelled to use potentially unverified, controlled scripts for critical system operations (e.g., `omarchy-pkg-install`, `omarchy-update-system-pkgs`, `omarchy-reset-sudo`, `omarchy-upload-log`), increasing the risk of hidden malicious actions or system compromise if those underlying scripts were untrustworthy.
能力评估
Purpose & Capability
The name/description say this is an Omarchy operating-mode guardrail for local system tasks and the SKILL.md only instructs the agent to prefer and inspect local omarchy-* wrapper scripts. There are no unrelated env vars, binaries, or install steps requested, so the requested capabilities align with the described purpose.
Instruction Scope
The instructions direct the agent to statically inspect and prefer scripts under /home/achals/.local/share/omarchy/bin and to use read-only/status commands before taking impactful actions. This is appropriate for a local guardrail, but the path is hard-coded to a specific home directory ("/home/achals"), which may not match other hosts and could cause the agent to read a user's home files. The SKILL.md explicitly warns not to run scripts until sure, and discourages bulk probing, which reduces risk.
Install Mechanism
No install specification or code is included (instruction-only). That minimizes disk-write/execution risk and is proportional for a guidance/guardrail skill.
Credentials
The skill requests no environment variables, credentials, or config paths. Its instructions only reference a local script directory relevant to the stated purpose, so the level of access requested is proportionate.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system changes or modify other skills. Autonomous invocation is allowed by platform default, but that is not excessive given the skill's benign, local-scope purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omarchy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omarchy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Updated the description to clarify: assume the host is Omarchy by default unless the user states otherwise. - Strengthened guidance to use Omarchy-native workflows for all local system tasks, not just when explicitly told so. - No changes to commands, documentation structure, or operating rules. - No file or command modifications detected in this release.
v0.1.0
Omarchy Skill 0.1.0 – Initial Release - Introduces Omarchy operating guardrails to guide day-to-day system operations on Omarchy machines. - Guides users to prefer Omarchy-native workflows and wrapper scripts over generic Linux commands to maintain system integrity. - Provides detailed decision templates and worked examples contrasting good (Omarchy) vs. bad (generic/uncontrolled) approaches across common tasks. - Supplies a static catalog of 161 Omarchy commands/scripts grouped by function, with advice for safe discovery and use. - Emphasizes manual inspection of script docs/comments and avoidance of bulk execution or generic shortcuts.
元数据
Slug omarchy
版本 0.1.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 876 次。

如何安装 omarchy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install omarchy」即可一键安装,无需额外配置。

omarchy 是免费的吗?

是的,omarchy 完全免费(开源免费),可自由下载、安装和使用。

omarchy 支持哪些平台?

omarchy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 omarchy?

由 Achal Singhal(@achals-iglu)开发并维护,当前版本 v0.1.1。

💬 留言讨论