All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

OpenAI Implements Skills Support in ChatGPT and Codex CLI Following Anthropic's Model

By

simonw

5mo ago· 7 min readenInsight

Summary

OpenAI is quietly implementing skills support in both ChatGPT and Codex CLI, following Anthropic's skills mechanism introduced in October. Skills are simple folders containing Markdown files and optional resources that allow LLM tools to navigate and read from filesystems. The article discusses how this implementation works, the potential for skills to become a standard format for LLM capabilities, and the implications for developers and users.

Key quotes

· 3 pulled
A skill is just a folder with a Markdown file and some optional extra resources and scripts, so any LLM tool with the ability to navigate and read from a filesystem should be capable of using them.
It turns out OpenAI are doing exactly that, with skills support quietly showing up in both their Codex CLI tool and now also in ChatGPT itself.
One of the things that most excited me about Anthropic's new Skills mechanism back in October is how easy it looked for other platforms to implement.
Snippet from the RSS feed
One of the things that most excited me about Anthropic’s new Skills mechanism back in October is how easy it looked for other platforms to implement. A skill is just …

You might also wanna read