OpenAI API 中的技能

出处: Skills in OpenAI API

发布: 2026年2月11日

📄 中文摘要

OpenAI 在技能的应用上持续取得进展。用户现在可以直接在 OpenAI API 中使用技能,通过其 shell 工具进行操作。用户可以先将技能打包并上传,但更便捷的方式是将技能作为 JSON 请求中的内联 base64 编码的 zip 数据发送。这种方法简化了技能的使用流程,提高了开发效率。相关的实现示例可以在 GitHub 上找到,提供了具体的代码参考。

📄 English Summary

Skills in OpenAI API

OpenAI's adoption of Skills is progressing steadily. Users can now utilize Skills directly within the OpenAI API using their shell tool. While it is possible to zip and upload Skills beforehand, a more convenient method is to send Skills as inline base64-encoded zip data within the JSON request. This approach streamlines the usage of Skills and enhances development efficiency. An implementation example is available on GitHub, providing specific code references.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等