skill-installer
Installation
SKILL.md
Skill Installer
Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated, but users can also provide other locations. Experimental skills live in https://github.com/openai/skills/tree/main/skills/.experimental and can be installed the same way.
Select the installation target
- Codex: use the scripts with their default destination,
$CODEX_HOME/skillsor~/.codex/skills. Do not overwrite.systemskills unless the user explicitly requests a Codex system refresh and the active Codex workflow permits it. - Claude Code: pass
--dest ~/.claude/skillsto the installer. For listing, pass--installed-root ~/.claude/skillsso annotations reflect Claude's install root. The GLM Coding Plan endpoint does not change this path. - Shared catalog: install into the canonical parent catalog only when the repository's maintenance policy authorizes imports; do not write straight into a downstream mirror.
- Review the source skill's activation boundary, scripts, credentials, and host-specific assumptions before installation. Installing a Codex-only skill into Claude does not make Codex-native tools available.