← 返回 Skills 市场
am-will

OpenAI Developer Docs

作者 am-will · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2206
总下载
1
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install openai-docs
功能描述
Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ChatGPT Apps SDK, Codex, MCP integrations, endpoint schemas, parameters, limits, or migrations and you need up-to-date official guidance.
安全使用建议
This skill is coherent and appears to do what it says: it queries an OpenAI MCP docs endpoint and returns content. Before installing: (1) verify you trust the MCP endpoint (default: https://developers.openai.com/mcp); do not set MCP_URL to an untrusted server because your queries (which may include sensitive content) would be sent there; (2) ensure curl and jq are available on the agent host (the script will fail otherwise) — the registry metadata omitted those required binaries; (3) review the script to confirm you’re comfortable with it making outbound HTTP requests; and (4) if you need stricter controls, run the script in an environment with restricted network access or audit network logs to confirm it only contacts approved endpoints.
功能分析
Type: OpenClaw Skill Name: openai-docs Version: 1.0.0 The skill bundle is designed to query OpenAI developer documentation via a specific MCP server. The `SKILL.md` provides clear, benign instructions for the AI agent to use the `scripts/openai-docs-mcp.sh` script. The script itself uses `curl` and `jq` to interact exclusively with `https://developers.openai.com/mcp` (or an explicitly overridden `MCP_URL`), constructing JSON RPC requests. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All actions are aligned with the stated purpose of accessing official OpenAI documentation.
能力评估
Purpose & Capability
The name/description, SKILL.md, and the included script all implement the same capability: searching and fetching OpenAI developer docs via an MCP server. No unrelated services, credentials, or excessive capabilities are requested.
Instruction Scope
The runtime instructions are narrowly scoped to search/list/fetch docs via the provided CLI script. However, the script invokes curl and jq (and checks for them at runtime); the registry metadata listed no required binaries, which is a minor mismatch in the declared requirements.
Install Mechanism
There is no install specification (instruction-only skill with a shipped script). Nothing is downloaded or executed from unknown remote URLs during install.
Credentials
The skill does not require credentials and only exposes an optional MCP_URL environment override. That is reasonable, but setting MCP_URL to an untrusted endpoint would redirect all queries (and their contents) to that server — users should only use the official endpoint or a trusted proxy.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist credentials or alter system-wide settings. It runs only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openai-docs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openai-docs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Query OpenAI developer documentation via MCP server using CLI wrapper (curl/jq) for official API, SDK, and platform guidance
元数据
Slug openai-docs
版本 1.0.0
许可证
累计安装 12
当前安装数 12
历史版本数 1
常见问题

OpenAI Developer Docs 是什么?

Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ChatGPT Apps SDK, Codex, MCP integrations, endpoint schemas, parameters, limits, or migrations and you need up-to-date official guidance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2206 次。

如何安装 OpenAI Developer Docs?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openai-docs」即可一键安装,无需额外配置。

OpenAI Developer Docs 是免费的吗?

是的,OpenAI Developer Docs 完全免费(开源免费),可自由下载、安装和使用。

OpenAI Developer Docs 支持哪些平台?

OpenAI Developer Docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenAI Developer Docs?

由 am-will(@am-will)开发并维护,当前版本 v1.0.0。

💬 留言讨论