OpenAI Skills API

The Skills API surfaces OpenAI's Agent Skills — discoverable folders of instructions, scripts, and resources that agents (notably Codex) can use to perform specific tasks. Operations cover creating, retrieving, updating, deleting, and versioning skills as well as retrieving skill content. The companion github.com/openai/skills repository hosts a catalog of system, curated, and experimental skills.

API entry from apis.yml

apis.yml Raw ↑
aid: openai:openai-skills-api
name: OpenAI Skills API
tags:
- Agents
- Codex
- Skills
score: 100
baseURL: https://api.openai.com
humanURL: https://platform.openai.com/docs/api-reference
properties:
- url: https://platform.openai.com/docs/api-reference
  type: Documentation
- url: https://github.com/openai/skills
  type: GitHubRepository
description: The Skills API surfaces OpenAI's Agent Skills — discoverable folders of instructions, scripts,
  and resources that agents (notably Codex) can use to perform specific tasks. Operations cover creating,
  retrieving, updating, deleting, and versioning skills as well as retrieving skill content. The companion
  github.com/openai/skills repository hosts a catalog of system, curated, and experimental skills.