
Share
OpenAI’s integration of skills in ChatGPT and Codex CLI allows users to tailor LLMs with custom abilities, mirroring Anthropic's approach but expanding customization options within OpenAI’s ecosystem.
OpenAI has quietly introduced a skills mechanism to both their ChatGPT platform and the Codex Command Line Interface (CLI). This move mirrors similar capabilities seen in Anthropic’s Claude, where skills are implemented as simple folders containing Markdown files and optional resources. The adoption of this feature by OpenAI signifies a significant step towards making large language models (LLMs) more modular and customizable for specific tasks.
The new skills mechanism in ChatGPT is particularly interesting because it leverages the Code Interpreter feature to interact with a /home/oai/skills directory. Elias Judin first highlighted this capability on Twitter, noting that you can access these skills by simply prompting:
Create a zip file of /home/oai/skills
When I tried this myself, ChatGPT returned a zip file containing the skills directory. The content includes skills for handling spreadsheets, DOCX files, and PDFs. One notable approach is how OpenAI handles PDFs: they convert each page to a PNG image before processing it with their vision-enabled GPT models. This method helps preserve layout and graphical information that might otherwise be lost during text extraction.
/home/oai/skills directory contains subdirectories for different skills, each with its own skill.md file.skill.md file for guidelines, then executes the necessary steps.For example, I prompted ChatGPT to create a PDF summarizing the current situation of rimu trees and its implications for kakapo breeding season. The process unfolded as follows:
skill.md file for PDF creation guidelines.
The skills mechanism is also available in OpenAI’s Codex CLI, a tool designed for code generation and automation. Similar to ChatGPT, the Codex CLI can access a /home/oai/skills directory containing predefined tasks and guidelines. This feature allows developers to leverage pre-built skills for common coding tasks, enhancing productivity and consistency.
Anthropic’s implementation of skills in Claude is quite similar, with skills stored as folders containing Markdown files and optional scripts. The key difference lies in the specific tasks and tools each platform supports. For instance, while both platforms handle PDFs by converting them to images, OpenAI’s vision-enabled GPT models offer unique capabilities for processing graphical data.
The introduction of skills mechanisms in ChatGPT and Codex CLI has several implications for practitioners:
OpenAI’s adoption of a skills mechanism in both ChatGPT and Codex CLI marks a significant advancement in the flexibility and utility of large language models. By allowing users to define and share custom skills, OpenAI is empowering developers and researchers to leverage these powerful tools more effectively for a wide range of applications.
Tags
Original Sources
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
15 December 2025
133 articles
Related Articles

Smarter Engagement for Stronger Growth: How Payers Can Leverage AI to Do More with Less
Products & Applications · 3 min

Penn Medicine and K Health Deploy AI Clinical Agents to Enhance Patient Care
Products & Applications · 3 min

Wheel and b.well Partner to Build Turnkey AI-First Virtual Care Infrastructure
Products & Applications · 3 min
Related Articles

Smarter Engagement for Stronger Growth: How Payers Can Leverage AI to Do More with Less
Products & Applications · 3 min

Penn Medicine and K Health Deploy AI Clinical Agents to Enhance Patient Care
Products & Applications · 3 min

Wheel and b.well Partner to Build Turnkey AI-First Virtual Care Infrastructure
Products & Applications · 3 min
More Stories