Integrations

skill-installer

List and install Codex skills from curated collections or GitHub repositories.

What it does

List available curated or experimental Codex skills and mark those already installed. Install one or more skills into `$CODEX_HOME/skills` from OpenAI’s skills repository or another public or private GitHub repo/path, using direct download with git sparse-checkout fallback for authentication or permission failures.

When to use it

  • Browse curated or experimental skills
  • Install a curated skill by name
  • Install skills from a GitHub repo path
  • Install multiple skills in one run

The skill document

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.

Use the helper scripts based on the task:

  • List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated, but you can pass --path skills/.experimental when they ask about experimental skills.
  • Install from the curated list when the user provides a skill name.
  • Install from another repo when the user provides a GitHub repo/path (including private repos).

Install skills with the helper scripts.

Communication

When listing skills, output approximately as follows, depending on the context of the user's request. If they ask about experimental skills, list from .experimental instead of .curated and label the source accordingly: """ Skills from {repo}:

  1. skill-1
  2. skill-2 (already installed)
  3. ... Which ones would you like installed? """

After installing a skill, tell the user it will be available on their next turn.

Scripts

All of these scripts use network, so when running in the sandbox, request escalation when running them.

  • scripts/list-skills.py (prints skills list with installed annotations)
  • scripts/list-skills.py --format json
  • Example (experimental list): scripts/list-skills.py --path skills/.experimental
  • scripts/install-skill-from-github.py --repo / --path [ ...]
  • scripts/install-skill-from-github.py --url https://github.com///tree//
  • Example (experimental skill): scripts/install-skill-from-github.py --repo openai/skills --path skills/.experimental/

Behavior and Options

  • Defaults to direct download for public GitHub repos.
  • If download fails with auth/permission errors, falls back to git sparse checkout.
  • Aborts if the destination skill directory already exists.
  • Installs into $CODEX_HOME/skills/ (defaults to ~/.codex/skills).
  • Multiple --path values install multiple skills in one run, each named from the path basename unless --name is supplied.
  • Options: --ref (default main), --dest , --method auto|download|git.

Notes

  • Curated listing is fetched from https://github.com/openai/skills/tree/main/skills/.curated via the GitHub API. If it is unavailable, explain the error and exit.
  • Private GitHub repos can be accessed via existing git credentials or optional GITHUB_TOKEN/GH_TOKEN for download.
  • Git fallback tries HTTPS first, then SSH.
  • The skills at https://github.com/openai/skills/tree/main/skills/.system are preinstalled, so no need to help users install those. If they ask, just explain this. If they insist, you can download and overwrite.
  • Installed annotations come from $CODEX_HOME/skills.

Questions people ask

Can it install skills from private GitHub repositories?
Yes. It can use existing git credentials or `GITHUB_TOKEN`/`GH_TOKEN` for downloads, with git fallback trying HTTPS and then SSH.
Where are installed skills placed?
Skills are installed under `$CODEX_HOME/skills`, which defaults to `~/.codex/skills`. A different destination can be supplied with `--dest`.
What happens if the target skill directory already exists?
Installation aborts when the destination skill directory already exists. System skills under `skills/.system` are preinstalled and normally do not need installation.

Related skills

Access LinkedIn profiles, posts, media uploads, public libraries, and advertising APIs through managed OAuth.

410 installs45 stars

Access and manage GitHub resources through the REST API with managed OAuth connections.

595 installs47 stars

Read and manage Outlook mail, folders, calendars, and contacts through Microsoft Graph.

771 installs46 stars

Query and manage Linear work items through GraphQL with managed OAuth authentication.

517 installs18 stars

Query and manage Salesforce sObjects through REST APIs with managed OAuth and explicit write approvals.

704 installs8 stars

Manage Asana tasks, projects, users, workspaces, and webhooks through managed OAuth APIs.

601 installs6 stars

More from OpenAI

Browse all skills

chatgpt-apps

Official

Plan, scaffold, refactor, and validate ChatGPT Apps SDK projects with an MCP server and widget UI.

by OpenAI24.8k stars

Build or update full-page Figma screens with linked design-system components, variables, and styles.

by OpenAI24.8k stars

Builds a code-aligned Figma design system through phased creation, validation, and user approval.

by OpenAI24.8k stars

figma-use

Official

Runs Figma Plugin API scripts with the required call parameters, API rules, IDs, and validation workflow.

by OpenAI24.8k stars

hatch-pet

Official

Create and validate a Codex-compatible animated pet atlas from concepts, brand cues, or reference art.

by OpenAI24.8k stars

imagegen

Official

Generate or edit raster assets, validate the result, and place selected files into the project workspace.

by OpenAI24.8k stars