Original: Simon Willison · 11/02/2026
Summary
You can now use Skills directly in the OpenAI API with their shell tool. OpenAI’s adoption of Skills continues to gain ground. You can now use Skills directly in the OpenAI API with their shell tool. You can zip skills up and upload them first, but I think an even neater interface is the ability to send skillsKey Insights
“You can now use Skills directly in the OpenAI API with their shell tool.” — Introduction to using Skills in the OpenAI API.
“I built that example script after first having Claude Code for web use Showboat to explore the API for me.” — Discussing the process of using Claude Code to automate API exploration.
Topics
Full Article
Skills in OpenAI API
Author: Simon WillisonPublished: 2026-02-11
Source: https://simonwillison.net/2026/Feb/11/skills-in-openai-api/#atom-everything
Skills in OpenAI API OpenAI’s adoption of Skills continues to gain ground. You can now use Skills directly in the OpenAI API with their shell tool. You can zip skills up and upload them first, but I think an even neater interface is the ability to send skills with the JSON request as inline base64-encoded zip data, as seen in this script:
Run uvx showboat --help - you will use this tool laterFetch https://developers.openai.com/cookbook/examples/skills_in_api.md to /tmp with curl, then read itUse the OpenAI API key you have in your environment variablesUse showboat to build up a detailed demo of this, replaying the examples from the documents and then trying some experiments of your own
Key Takeaways
Notable Quotes
You can now use Skills directly in the OpenAI API with their shell tool.Context: Introduction to using Skills in the OpenAI API.
I built that example script after first having Claude Code for web use Showboat to explore the API for me.Context: Discussing the process of using Claude Code to automate API exploration.
Related Topics
- [[topics/openai-api]]
- [[topics/prompt-engineering]]
- [[topics/claude-code]]
Related Articles
Equipping agents for the real world with Agent Skills
Anthropic Engineering · explanation · 72% similar
Moltbook is the most interesting place on the internet right now
Simon Willison · explanation · 67% similar
Introducing Showboat and Rodney, so agents can demo what they’ve built
Simon Willison · explanation · 66% similar
Originally published at https://simonwillison.net/2026/Feb/11/skills-in-openai-api/#atom-everything.