Codex Agent Skills
Reusable workflows for Codex CLI, IDE, and app.
Codex skills are SKILL.md directories with instructions, optional scripts, references, assets, and agent metadata. They can be distributed through plugins.
$skill-creatorUse remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
Add an MCP tool entry with a server label and server URL.
Retain mcp_list_tools output to avoid re-listing tools each turn.
Handle approval requests where the server or workflow requires them.
Codex, Agents SDK, Responses API, skills, plugins, and MCP integrations for agentic software work.
Provider docsReusable workflows for Codex CLI, IDE, and app.
Codex skills are SKILL.md directories with instructions, optional scripts, references, assets, and agent metadata. They can be distributed through plugins.
$skill-creatorCode-first agent orchestration in TypeScript and Python.
The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.
npm install @openai/agents zodConnect Claude Messages API to remote MCP servers.
Anthropic MCP connector lets Claude API requests connect directly to remote MCP servers using a beta header and remote HTTP/SSE tools.
Connect Cursor agents to tools and data sources.
Cursor supports Model Context Protocol for connecting external tools and data to its agent workflows.