← Back to Skills Marketplace
drumrobot

Oh My Zsh Manager

by es6kr · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install omz
Description
Oh My Zsh management. plugin - Add/install plugins to .zshrc plugins=() array [plugin.md], custom - Write $ZSH_CUSTOM/*.zsh based on requirements [custom.md]...
Usage Guidance
This skill appears to do what it says (manage Oh My Zsh plugins and write custom zsh files), but there are three things to watch for before installing or allowing it to run: (1) It references and will likely use git to clone external plugins but doesn't declare 'git' as a required binary — ensure git is present and be aware clones download and run third-party shell code. (2) It reads/writes ~/.zshrc and $ZSH_CUSTOM/*.zsh — allow it only if you trust the changes; review any proposed file content before writing. (3) The SKILL.md tells the agent to run '/skill-manager upgrade omz' after use (self-upgrade); ask for this step to require explicit consent or remove it. To improve confidence, request that the skill author: declare required binaries (git), list referenced env vars (ZSH, ZSH_CUSTOM), and remove/clarify the automatic self-upgrade behavior.
Capability Assessment
Purpose & Capability
The skill's stated purpose (manage Oh My Zsh plugins and custom files) matches the instructions. However, it omits declaring practical runtime requirements: external plugin installation requires 'git' and the skill references $ZSH and $ZSH_CUSTOM without listing them in requires.env or required binaries. This omission is an incoherence between claimed capabilities and declared requirements.
Instruction Scope
Instructions explicitly tell the agent to modify user files (~/.zshrc and $ZSH_CUSTOM/*.zsh) and to clone arbitrary GitHub repositories. Those actions are within the skill's purpose but are powerful file- and network-level operations. Additionally, SKILL.md includes a 'self-improve' step that directs the agent to run '/skill-manager upgrade omz' after invocation, which causes the agent to attempt to upgrade the skill itself — this is scope-creep that can lead to unexpected self-modification if executed without explicit user consent.
Install Mechanism
There is no install spec (instruction-only), which reduces disk-side risk. However, external plugin installation relies on 'git clone' from third-party repos (GitHub). Because the skill will advise or perform network clones, the effective runtime requires network access and git; those expectations should be declared.
Credentials
The skill declares no required environment variables or credentials, yet instructions reference $ZSH and $ZSH_CUSTOM and default paths. While these are not secrets, the mismatch between declared env requirements and referenced env variables is a coherence issue. No sensitive credentials are requested, which is appropriate.
Persistence & Privilege
The skill does not request always:true and does not require special system-wide privileges. The only persistence-related concern is the 'self-improve' instruction to run '/skill-manager upgrade omz' — it instructs the agent to upgrade the skill after use, which could change the skill's behavior over time if performed automatically. This should be clarified or gated by explicit user confirmation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omz
  3. After installation, invoke the skill by name or use /omz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: plugin and custom zsh topics
Metadata
Slug omz
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Oh My Zsh Manager?

Oh My Zsh management. plugin - Add/install plugins to .zshrc plugins=() array [plugin.md], custom - Write $ZSH_CUSTOM/*.zsh based on requirements [custom.md]... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Oh My Zsh Manager?

Run "/install omz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Oh My Zsh Manager free?

Yes, Oh My Zsh Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Oh My Zsh Manager support?

Oh My Zsh Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Oh My Zsh Manager?

It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.

💬 Comments