Access LinkedIn profiles, posts, media uploads, public libraries, and advertising APIs through managed OAuth.
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/.experimentalwhen 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}:
- skill-1
- skill-2 (already installed)
- ... 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
--pathvalues install multiple skills in one run, each named from the path basename unless--nameis supplied. - Options:
--ref(defaultmain),--dest,--method auto|download|git.
Notes
- Curated listing is fetched from
https://github.com/openai/skills/tree/main/skills/.curatedvia 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_TOKENfor 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 and manage GitHub resources through the REST API with managed OAuth connections.
Read and manage Outlook mail, folders, calendars, and contacts through Microsoft Graph.
Query and manage Linear work items through GraphQL with managed OAuth authentication.
Query and manage Salesforce sObjects through REST APIs with managed OAuth and explicit write approvals.
Manage Asana tasks, projects, users, workspaces, and webhooks through managed OAuth APIs.
More from OpenAI
Browse all skillschatgpt-apps
OfficialPlan, scaffold, refactor, and validate ChatGPT Apps SDK projects with an MCP server and widget UI.
figma-generate-design
OfficialBuild or update full-page Figma screens with linked design-system components, variables, and styles.
figma-generate-library
OfficialBuilds a code-aligned Figma design system through phased creation, validation, and user approval.
figma-use
OfficialRuns Figma Plugin API scripts with the required call parameters, API rules, IDs, and validation workflow.
hatch-pet
OfficialCreate and validate a Codex-compatible animated pet atlas from concepts, brand cues, or reference art.
imagegen
OfficialGenerate or edit raster assets, validate the result, and place selected files into the project workspace.