← Back to Skills Marketplace
am-will

OpenAI Developer Docs

by am-will · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2206
Downloads
1
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install openai-docs
Description
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.
Usage 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openai-docs
  3. After installation, invoke the skill by name or use /openai-docs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Query OpenAI developer documentation via MCP server using CLI wrapper (curl/jq) for official API, SDK, and platform guidance
Metadata
Slug openai-docs
Version 1.0.0
License
All-time Installs 12
Active Installs 12
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2206 downloads so far.

How do I install OpenAI Developer Docs?

Run "/install openai-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenAI Developer Docs free?

Yes, OpenAI Developer Docs is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenAI Developer Docs support?

OpenAI Developer Docs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenAI Developer Docs?

It is built and maintained by am-will (@am-will); the current version is v1.0.0.

💬 Comments