Skill Installer
Installerer OpenAI Codex-færdigheder fra openai/skills eller enhver GitHub repo-sti — bygget til Codex, ikke Claude Code.
Virker med opsætning
Hvad det gør
Lister og installerer Codex skills into $CODEX_HOME/skills fra de curated/experimental openai/skills lists eller an arbitrary GitHub repo path, using a zip download med git sparse-checkout fallback. En real run bekræftede, at installer scriptet genuinely works end to end, men it is a Codex-CLI tool through and through (destination convention, 'Restart Codex' messaging), so a Claude Code user has to override the default. Udløses ved requests to list installable skills eller install a skill from a repo, including private ones.
Testrapport
Kørte installeren for real against openai/skills: it correctly zip-downloaded og validated the 'pdf' skill folder end to end, but it's a Codex tool through and through — default destination is $CODEX_HOME/skills og it tells you to 'Restart Codex,' so a Claude Code user has to manually override --dest og ignore that final instruction.
Testet: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/ratacat/claude-skills cd claude-skills mkdir -p ~/.claude/skills cp -r skills/.system/skill-installer ~/.claude/skills/skill-installer
Kommandoer og eksempelprompter
/skill-installerInstallerer OpenAI Codex-færdigheder fra openai/skills eller enhver GitHub repo-sti — bygget til Codex, ikke Claude Code.
Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):
List the installable skills from the openai/skills curated list.Install the pdf skill from openai/skills into my Codex setup please.Grab this skill from github.com/foo/bar/tree/main/skills/baz for me.