Skip to main content
ClaudeWave
Skill5.5k repo starsupdated 11d ago

skill-installer

The Skill Installer lists and deploys Codex skills from curated repositories or GitHub sources into a workspace's local `skills/` directory, organizing each skill with its SKILL.md documentation and supporting files. Use this when you need to add new capabilities to your workspace, install community-maintained skills by name, or integrate custom skills from external repositories without affecting global Codex installations.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/holaboss-ai/holaOS /tmp/skill-installer && cp -r /tmp/skill-installer/runtime/harnesses/src/embedded-skills/skill-installer ~/.claude/skills/skill-installer
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Skill Installer

Use this skill to list and install workspace skills into the workspace-local `skills/` directory.

## Common Tasks
1. Install each workspace skill under `skills/<skill-id>/` and save `SKILL.md` plus any helper files there.
2. This embedded skill is guidance only: do not install workspace skills into `runtime/harnesses/src/embedded-skills/`. Do not install into `$CODEX_HOME/skills` unless the user explicitly asks for a global Codex skill install instead of a workspace skill install.
3. List installable skills.
4. Install a curated skill by name.
5. Install a skill from a GitHub repository/path.