openai-docs-skill

Query OpenAI's official developer documentation via MCP server for API, SDK, and platform guidance. Search and fetch docs on OpenAI APIs (Chat Completions, Realtime, Responses), SDKs, ChatGPT Apps, Codex, and migrations using a CLI wrapper around the OpenAI Docs MCP server Includes subcommands for discovery ( search , list ), retrieval ( fetch ), and schema inspection ( endpoints , openapi ) Supports optional anchors for fetching specific doc sections and code sample generation in multiple languages Returns markdown content with source URLs for transparent, authoritative reference

INSTALLATION
npx skills add https://github.com/am-will/codex-skills --skill openai-docs-skill
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$2a

Workflow

  • Discover: search with a focused query. If unsure, use list to browse.
  • Read: fetch the most relevant URL (optionally add an anchor).
  • Apply: summarize and/or quote relevant sections; include the URL.

Script reference

The CLI wrapper is at scripts/openai-docs-mcp.sh and uses curl + jq against https://developers.openai.com/mcp.

Subcommands:

  • init: initialize and inspect server capabilities.
  • tools: list available tools on the MCP server.
  • search <query> [limit] [cursor]: return JSON hits from the docs index.
  • list [limit] [cursor]: browse docs index.
  • fetch <url> [anchor]: return markdown for a doc page or section.
  • endpoints: list OpenAPI endpoints.
  • openapi <endpoint-url> [lang1,lang2] [code-only]: fetch OpenAPI schema or code samples.

Environment:

  • MCP_URL: override the default MCP endpoint.
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card