Skip to main content

hud

Configures the OMD HUD display options for enhanced statusline management in the Factory environment.

Install this skill

or
38/100

Security score

The hud skill was audited on May 14, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138console.log(`[OMD] HUD not built. Run: cd "${pluginCacheDir}" && npm install`);
medium line 4

Access to hidden dotfiles in home directory

SourceSKILL.md
4role: config-writer # DOCUMENTATION ONLY - This skill writes to ~/.factory/ paths
medium line 5

Access to hidden dotfiles in home directory

SourceSKILL.md
5scope: ~/.factory/** # DOCUMENTATION ONLY - Allowed write scope
medium line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
261. Check if `~/.factory/hud/omd-hud.mjs` exists
medium line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
272. Check if `statusLine` is configured in `~/.factory/settings.json`
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31**IMPORTANT**: If the argument is `setup` OR if the HUD script doesn't exist at `~/.factory/hud/omd-hud.mjs`, you MUST create the HUD files directly using the instructions below.
low line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37ls ~/.factory/hud/omd-hud.mjs 2>/dev/null && echo "EXISTS" || echo "MISSING"
low line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43PLUGIN_VERSION=$(ls ~/.factory/plugins/cache/oh-my-droid/oh-my-droid/ 2>/dev/null | sort -V | tail -1)
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45ls ~/.factory/plugins/cache/oh-my-droid/oh-my-droid/$PLUGIN_VERSION/dist/hud/index.js 2>/dev/null && echo "BUILT" || echo "NOT_BUILT"
low line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55cd ~/.factory/plugins/cache/oh-my-droid/oh-my-droid/$PLUGIN_VERSION && npm install
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69mkdir -p ~/.factory/hud
medium line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72Then, use the Write tool to create `~/.factory/hud/omd-hud.mjs` with this exact content:
low line 149

Access to hidden dotfiles in home directory

SourceSKILL.md
149chmod +x ~/.factory/hud/omd-hud.mjs
medium line 154

Access to hidden dotfiles in home directory

SourceSKILL.md
154Read `~/.factory/settings.json`, then update/add the `statusLine` field.
low line 187

Access to hidden dotfiles in home directory

SourceSKILL.md
187rm -f ~/.factory/hud/sisyphus-hud.mjs 2>/dev/null
medium line 245

Access to hidden dotfiles in home directory

SourceSKILL.md
245HUD config is stored at: `~/.factory/.omd/hud-config.json`
medium line 284

Access to hidden dotfiles in home directory

SourceSKILL.md
284- HUD script: `~/.factory/hud/omd-hud.mjs`
medium line 285

Access to hidden dotfiles in home directory

SourceSKILL.md
285- Settings: `~/.factory/settings.json` should have `statusLine` configured
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 24
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
MeroZemory/oh-my-droid