openai-knowledge — for Claude Code openai-knowledge, artlyst-manager, community, for Claude Code, ide skills, mcp__openaiDeveloperDocs__*, codex mcp list, openaiDeveloperDocs, anchor, Config file (

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need 1) check whether the docs mcp server is available. 本地化技能摘要: # OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

1) Check whether the Docs MCP server is available
If the mcp openaiDeveloperDocs tools are available, use them.
If you are unsure, run codex mcp list and check for openaiDeveloperDocs.
2) Use MCP tools to pull exact docs
Search first, then fetch the specific page(s).

# 核心主题

yuichi176 yuichi176
[0]
[0]
更新于: 5/3/2026

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

适用场景: Ideal for AI agents that need 1) check whether the docs mcp server is available. 本地化技能摘要: # OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: openai-knowledge helps agents 1) check whether the docs mcp server is available. OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base

适用 Agent 类型

适用场景: Ideal for AI agents that need 1) check whether the docs mcp server is available.

赋予的主要能力 · openai-knowledge

适用任务: Applying 1) Check whether the Docs MCP server is available
适用任务: Applying If the mcp openaiDeveloperDocs tools are available, use them
适用任务: Applying If you are unsure, run codex mcp list and check for openaiDeveloperDocs

! 使用限制与门槛

  • 限制说明: When you need endpoint schemas or parameters, use:
  • 限制说明: 3) If MCP is not configured, guide setup (do not change config unless asked)
  • 限制说明: Do not invent flags, field names, defaults, or limits

关于来源内容

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

openai-knowledge 是什么?

适用场景: Ideal for AI agents that need 1) check whether the docs mcp server is available. 本地化技能摘要: # OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 openai-knowledge?

运行命令:npx killer-skills add yuichi176/artlyst-manager。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

openai-knowledge 适用于哪些场景?

典型场景包括:适用任务: Applying 1) Check whether the Docs MCP server is available、适用任务: Applying If the mcp openaiDeveloperDocs tools are available, use them、适用任务: Applying If you are unsure, run codex mcp list and check for openaiDeveloperDocs。

openai-knowledge 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

openai-knowledge 有哪些限制?

限制说明: When you need endpoint schemas or parameters, use:;限制说明: 3) If MCP is not configured, guide setup (do not change config unless asked);限制说明: Do not invent flags, field names, defaults, or limits。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add yuichi176/artlyst-manager。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    openai-knowledge 已启用,可立即在当前项目中调用。

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

openai-knowledge

安装 openai-knowledge,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

OpenAI Knowledge

Overview

Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing.

Workflow

1) Check whether the Docs MCP server is available

If the mcp__openaiDeveloperDocs__* tools are available, use them.

If you are unsure, run codex mcp list and check for openaiDeveloperDocs.

2) Use MCP tools to pull exact docs

  • Search first, then fetch the specific page(s).
    • mcp__openaiDeveloperDocs__search_openai_docs → pick the best URL.
    • mcp__openaiDeveloperDocs__fetch_openai_doc → retrieve the exact markdown (optionally with an anchor).
  • When you need endpoint schemas or parameters, use:
    • mcp__openaiDeveloperDocs__get_openapi_spec
    • mcp__openaiDeveloperDocs__list_api_endpoints

Base your answer on the fetched text and quote or paraphrase it precisely. Do not invent flags, field names, defaults, or limits.

3) If MCP is not configured, guide setup (do not change config unless asked)

Provide one of these setup options, then ask the user to restart the Codex session so the tools load:

  • CLI:
    • codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp
  • Config file (~/.codex/config.toml):
    • Add:
      toml
      1[mcp_servers.openaiDeveloperDocs] 2url = "https://developers.openai.com/mcp"

Also point to: https://developers.openai.com/resources/docs-mcp#quickstart

相关技能

寻找 openai-knowledge 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具