·openai-responses
</>

openai-responses

ovachiever/droid-tings

使用 OpenAI 的 Responses API(聊天完成的有状态继承者)构建代理 AI 应用程序。保留跨轮推理,使多轮性能提高 5%,缓存利用率提高 40-80%。 使用场合:构建具有持久推理的 AI 代理、为外部工具集成 MCP 服务器、使用内置代码解释器/文件搜索/Web 搜索、管理有状态对话、实现长任务的后台处理,或从聊天完成迁移以获得多态输出和服务器端工具。

21安装·0热度·@ovachiever

安装

$npx skills add https://github.com/ovachiever/droid-tings --skill openai-responses

SKILL.md

Status: Production Ready Last Updated: 2025-10-25 API Launch: March 2025 Dependencies: openai@5.19.1+ (Node.js) or fetch API (Cloudflare Workers)

The Responses API (/v1/responses) is OpenAI's unified interface for building agentic applications, launched in March 2025. It fundamentally changes how you interact with OpenAI models by providing stateful conversations and a structured loop for reasoning and acting.

Unlike Chat Completions where reasoning is discarded between turns, Responses keeps the notebook open. The model's step-by-step thought processes survive into the next turn, improving performance by approximately 5% on TAUBench and enabling better multi-turn interactions.

使用 OpenAI 的 Responses API(聊天完成的有状态继承者)构建代理 AI 应用程序。保留跨轮推理,使多轮性能提高 5%,缓存利用率提高 40-80%。 使用场合:构建具有持久推理的 AI 代理、为外部工具集成 MCP 服务器、使用内置代码解释器/文件搜索/Web 搜索、管理有状态对话、实现长任务的后台处理,或从聊天完成迁移以获得多态输出和服务器端工具。 来源:ovachiever/droid-tings。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ovachiever/droid-tings --skill openai-responses
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 openai-responses?

使用 OpenAI 的 Responses API(聊天完成的有状态继承者)构建代理 AI 应用程序。保留跨轮推理,使多轮性能提高 5%,缓存利用率提高 40-80%。 使用场合:构建具有持久推理的 AI 代理、为外部工具集成 MCP 服务器、使用内置代码解释器/文件搜索/Web 搜索、管理有状态对话、实现长任务的后台处理,或从聊天完成迁移以获得多态输出和服务器端工具。 来源:ovachiever/droid-tings。

如何安装 openai-responses?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ovachiever/droid-tings --skill openai-responses 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ovachiever/droid-tings