Dev & Engineering ✓ OpenAI · Official skill-installationgithubcurated-catalogpython-scriptsfilesystem

Codex Skill Installer

Install Codex skills from curated catalogs or GitHub repositories.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
Trust16 / 25 · 3.2/5

The scripts include relative-path, skill-name, ZIP path-traversal, and destination-exists checks, with temporary-directory cleanup. However, they access GitHub and may use GITHUB_TOKEN/GH_TOKEN or existing Git credentials without defining pre-install confirmation, permission scope, sensitive-data handling, or rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

The main paths, argument validation, HTTP errors, and Git fallback are implemented, and failures are generally diagnosable. However, there are no tests or execution records, and coverage of Git fallback, malformed API responses, symlinks, and network edge cases is limited; static calibration caps this at 10.

Adaptability9 / 15 · 3.0/5

The audience and scenarios—listing curated/experimental skills and installing by name or GitHub path—are reasonably clear. Non-fit boundaries, trigger precision, Chinese-language interaction, and mainland-China reachability are not sufficiently documented, and the supplied versions differ on experimental-skill support, so points are deducted.

Convention7 / 15 · 2.3/5

The documentation is readable and includes scripts, parameters, examples, default locations, and some failure behavior. However, licensing is only referenced in an external directory and is unverified here; versioning, changelog, maintenance ownership, and comprehensive troubleshooting are missing, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The skill can list skills and copy a selected skill into CODEX_HOME/skills, producing a directly usable core result. Its reliance on network and GitHub access, restart requirement, and lack of static evidence of representative outputs or comparative benefit justify a conservative score.

Verifiability3 / 10 · 1.5/5

The source code and documentation provide auditable implementation details for key parameters and paths. There are no committed tests, CI results, or third-party execution records, so the conclusion relies mainly on one static evidence set and remains below 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Installation makes network requests to GitHub and may use access tokens or Git credentials from the environment; before execution, the repository, ref, path, and credential data flow should be shown and confirmed by the user.
  • There is no complete transactional rollback or content-integrity verification; recovery after interruption, malicious repository content, or partial failure requires further review.
  • The supplied SKILL.md variants differ on experimental-skill support, so the exact pinned revision should be verified before publication.
  • License, versioning, maintenance ownership, and CI/test evidence are not provided; official organizational provenance is not evidence of quality or safety.
Review evidence [1][2][3][4][5][6][7]
See the full review method →

What it does & when to use it

This skill installs Codex skills into $CODEX_HOME/skills. It defaults to curated skills from openai/skills, while also supporting experimental skills and paths from other GitHub repositories. It can list available skills and install them by name, repository path, or GitHub directory URL. Because it is under .system, the README says it is automatically installed in the latest Codex version.

Lists skills from the .curated or .experimental directories; uses Python helper scripts to download skills from public GitHub repositories; falls back to sparse Git checkout over HTTPS or SSH when download encounters authentication or permission errors; installs each skill under $CODEX_HOME/skills/<skill-name>; and tells the user that an installed skill will be available on the next turn.

  1. A Codex user wants a current curated-skill list with installed annotations.
  2. A user knows the name of a curated skill and wants to install it by name.
  3. A user wants an experimental skill and needs to specify the skills/.experimental path.
  4. A user needs to install a skill from a public or private GitHub repository path.
  5. A user wants to install multiple skills in one run using multiple --path arguments.

Pros & cons

Pros
  • Supports curated, experimental, public-repository, and private-repository sources.
  • Accepts skill names, repository paths, and GitHub directory URLs.
  • Uses direct downloads by default and offers Git fallback handling for authentication failures.
  • Can install multiple paths in one run.
Limitations
  • Requires network access to GitHub.
  • Private repositories require existing Git credentials or GITHUB_TOKEN/GH_TOKEN.
  • Does not overwrite an existing destination skill directory.
  • The README provides no test suite, version compatibility matrix, or detailed error-handling documentation.
  • It targets Codex's $CODEX_HOME/skills directory, so other clients require adaptation.

How to install

This skill is located under skills/.system. The README states that .system skills are automatically installed in the latest Codex version, so no separate installation is required. To fetch another skill from GitHub, use: scripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill>. You can also use: scripts/install-skill-from-github.py --url https://github.com/<owner>/<repo>/tree/<ref>/<path>. The script aborts if the destination directory already exists.

How to use

List the default curated skills with: scripts/list-skills.py. Request JSON output with: scripts/list-skills.py --format json. List experimental skills with: scripts/list-skills.py --path skills/.experimental. To install a curated skill, provide its name, for example: $skill-installer gh-address-comments. To install from another repository, provide a GitHub repository path or directory URL. Restart Codex after installation so it can discover the new skill.

FAQ

Does this skill need to be installed separately?
No. It is under .system, and the README says .system skills are automatically installed in the latest Codex version.
Can it install skills from private GitHub repositories?
Yes, provided existing Git credentials or an optional GITHUB_TOKEN/GH_TOKEN are available.
What happens if the destination skill already exists?
The installer aborts and does not overwrite the existing destination directory.
When can an installed skill be used?
Restart Codex after installation; the skill will be available on the next turn.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Related skills