Dev & Engineering ✓ OpenAI · Official skill-installationgithubshell-scriptingfilesystem-managementnetwork-download

Codex Skill Installer

Install curated or repository-hosted Codex skills without manually assembling their files and paths.

FollowSkills review · FSRS-2.0
Not recommended
53/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The scripts constrain sources to GitHub, validate relative paths and ZIP traversal, refuse to overwrite existing destinations, and clean temporary directories. However, they install arbitrary repository content, use the mutable default ref main, access the network and optional GitHub credentials, and do not specify user confirmation, complete data-flow disclosure, or rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

Argument parsing, download fallback, path validation, and error reporting are reasonably coherent in static source. No skill-specific tests or execution evidence are provided, and Git/SSH, platform differences, and abnormal-response coverage are limited; the static ceiling and these gaps reduce the score.

Adaptability10 / 15 · 3.3/5

Invocation scenarios, repository paths, experimental listings, installation options, and output formats are clearly described. However, support is GitHub-only, non-fit boundaries are incomplete, and Chinese interaction or mainland-China reachability is not addressed; core operation depends on GitHub/API availability, so points are deducted.

Convention9 / 15 · 3.0/5

The SKILL.md provides layered guidance, a script inventory, parameters, examples, and some limitation notes. The repository supplies Apache-2.0 licensing, official provenance, and security-policy context, but the skill lacks independent versioning, a changelog, explicit maintenance ownership, and a defined update path, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The scripts cover listing skills, installing one or multiple skills, public or private repositories, download mode, and Git fallback, with outputs intended for direct use. Static review cannot verify successful installation, compatibility, or comparative benefit over manual installation, and results depend on external services, so the score is conservative.

Verifiability3 / 10 · 1.5/5

The source and parameter behavior are auditable, with some traceable error paths. There is no skill-specific test suite, CI coverage, or third-party execution evidence, so key paths cannot be independently reproduced from the supplied files and points are deducted.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 678157acaa81
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Confirm the repository, revision, and target paths before installing arbitrary GitHub content; the default main ref provides no content-integrity guarantee.
  • GITHUB_TOKEN or GH_TOKEN is sent with GitHub requests; avoid using credentials in untrusted environments and remember that private-repository content may be copied locally.
  • Core operation depends on GitHub, the GitHub API, codeload, and possibly SSH connectivity; mainland-China network restrictions may prevent listing or installation.
  • No dedicated tests or rollback command are supplied; back up the destination and verify the installed result independently.
See the full review method →

What it does & when to use it

This Agent Skill installs Codex skills from curated or experimental collections and from GitHub repositories. It can list available skills, select installation sources, and place skills under $CODEX_HOME/skills. The workflow uses helper scripts, network access, and local filesystem operations. It is a good fit for developers who regularly extend Codex with external skills.

Lists curated or experimental skills when requested; installs named skills from openai/skills; installs skills from GitHub repository paths or URLs, including private repositories; supports branches, custom destinations, download or Git methods, and multiple paths; aborts when a destination skill directory already exists; and can fall back from direct download to sparse Git checkout after authentication or permission failures.

  1. A Codex user wants to inspect the current curated skill catalog before choosing an installation.
  2. A developer knows a curated skill name and wants to install it with the provided helper script.
  3. A team needs to add a skill from an internal or third-party GitHub repository.
  4. An early adopter wants to install an experimental skill from the experimental collection.
  5. A maintainer needs to install several skills together or control the branch, destination, or installation method.

Pros & cons

Pros
  • Supports curated, experimental, public-repository, and private-repository sources.
  • Accepts GitHub URLs and paths, branches, custom destinations, and multiple skill paths.
  • Provides a sparse-checkout fallback when direct download encounters authentication or permission problems.
  • Avoids overwriting an existing destination skill directory.
Limitations
  • Requires shell execution, network access, and local filesystem permissions.
  • Private repository access depends on existing Git credentials or GITHUB_TOKEN/GH_TOKEN.
  • The source provides no test results, platform support matrix, or detailed troubleshooting guide.
  • Its default $CODEX_HOME/skills packaging is Codex-oriented and may require path or workflow changes in other clients.

How to install

Place this skill directory at $CODEX_HOME/skills/skill-installer; the default equivalent is ~/.codex/skills/skill-installer. The source does not document a complete self-install command, but it documents the command pattern for installing other skills: scripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill>.

How to use

Ask Codex to list available skills, such as “List the installable curated skills.” Provide a curated skill name to install it, or provide a GitHub repository/path to install from another repository. For experimental skills, use the skills/.experimental path. After installation, the skill becomes available on the next turn.

FAQ

Which skills can it install?
It defaults to the curated collection in openai/skills, can install experimental skills from skills/.experimental, and also accepts paths or URLs from other GitHub repositories.
What is required for private repositories?
Existing Git credentials or an optional GITHUB_TOKEN/GH_TOKEN may be used.
What happens if the destination already exists?
The installer aborts rather than overwriting the existing skill directory.
Does it require MCP?
No MCP dependency is shown in the source; the documented requirements are shell, network, and filesystem access.

More skills from this repository

All from openai/codex

Dev & Engineering ✓ OpenAI · Official

PR Babysitter

Continuously track a GitHub pull request’s reviews, CI, and mergeability while handling safe fixes.

Dev & Engineering ✓ OpenAI · Official

Codex Issue Digest

Turns recent openai/codex bugs and enhancement requests into focused, owner-ready digests.

Design & Frontend ✓ OpenAI · Official

Codex Image Generation

Generate, edit, and prepare practical raster image assets directly within a project workflow.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Builder

Scaffold, validate, and maintain standards-shaped plugins for Codex.

Dev & Engineering ✓ OpenAI · Official

OpenAI Official Docs Assistant

Provides current, official-source guidance for OpenAI products, APIs, Codex, and model migrations.

Dev & Engineering ✓ OpenAI · Official

Review Agent Code Review Skill

Find actionable regressions in code changes through a read-only, defect-first review.

Dev & Engineering ✓ OpenAI · Official

Codex Pull Request Editor

Professionally update one or more GitHub pull request titles and bodies around motivation, net changes, and verification.

Dev & Engineering ✓ OpenAI · Official

Remote Executor Integration Tests

Validate Codex integration behavior across local and remote execution environments.

Dev & Engineering ✓ OpenAI · Official

V8 Version Maintainer

Updates Codex’s pinned V8 versions and validates release-candidate and build-failure paths.

Dev & Engineering ✓ OpenAI · Official

Change Size Review Guide

Keep code changes reviewable by enforcing practical size limits and staging oversized work.

Dev & Engineering ✓ OpenAI · Official

Codex Path Types Guide

Choose Rust path types that preserve cross-platform URI handling and local filesystem behavior in Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, validating, and refining reusable Agent Skills.

Automation & Ops ✓ OpenAI · Official

CI Push Approval Assistant

Handle CI configuration push blocks and approval handoffs

Dev & Engineering ✓ OpenAI · Official

Code Review and Testing Guidance

Helps coding agents choose and structure tests for logic changes.

Dev & Engineering ✓ OpenAI · Official

Codex Bug Triage Assistant

Determines whether an openai/codex GitHub bug should be verified, clarified, or explained as expected behavior.

Dev & Engineering ✓ OpenAI · Official

Breaking Change Reviewer

Systematically detect compatibility risks across external integration surfaces before they reach users.

Dev & Engineering ✓ OpenAI · Official

Codex TUI Interactive Testing Guide

A focused workflow for launching Codex TUI and validating changes with trace logs.

Dev & Engineering ✓ OpenAI · Official

Context Governance

Keep coding-agent context incremental, cache-stable, and strictly bounded.

Dev & Engineering ✓ OpenAI · Official

Pull Request Code Review

Orchestrate a final pull request review and consolidate every actionable finding from specialized reviewers.

Related skills