Skip to main content
Alison Aquinas logoAlison's LLM Skills Marketplace

chatgpt-docs

Included in skill bundleshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install only this skill with npx skills
npx skills add alisonaquinas/llm-shared-skills --skill 'chatgpt-docs' -g -y
Install the containing skill bundle
/plugin install shared-skills@llm-skills
Download chatgpt-docs-skill.zip
This skill is bundled inside shared-skills. Use npx skills when you only want this skill, or install the bundle once to make every included skill available through the plugin marketplace flow. Browse the full skill bundle repository at github.com/alisonaquinas/llm-shared-skills.

Invoke

Invoke this skill after installation
/shared-skills:chatgpt-docs

SKILL.md


name: chatgpt-docs description: > Use this skill to look up, navigate, or find anything in the official OpenAI platform documentation at platform.openai.com/docs. Trigger when the user asks about the OpenAI API, ChatGPT API, GPT model IDs, OpenAI pricing, function calling, the Assistants API, Responses API, fine-tuning, embeddings, moderation, DALL-E, Whisper, OpenAI authentication, rate limits, or any OpenAI developer reference. Also trigger for "find the OpenAI docs on X", "where does the OpenAI API reference cover Y", "what does the ChatGPT API support", or any request to look something up in OpenAI/ChatGPT documentation.

ChatGPT / OpenAI Platform Docs

Reference skill for navigating official OpenAI documentation at https://platform.openai.com/docs/


Intent Router

TopicReference fileLoad when...
Getting started, API keys, quickstartreferences/getting-started.mduser needs setup, first API call, or overview
Models, model IDs, capabilitiesreferences/models.mduser asks about GPT-4o, o1, o3, model selection, or pricing
REST API endpoints, authenticationreferences/api-reference.mduser asks about HTTP endpoints, auth headers, rate limits, errors
Function calling, Assistants, streamingreferences/guides.mduser asks about capabilities, features, or how-to topics

Key URLs at a Glance

Root                 https://platform.openai.com/docs/
Overview             https://platform.openai.com/docs/overview
Models               https://platform.openai.com/docs/models
API reference        https://platform.openai.com/docs/api-reference/introduction
Authentication       https://platform.openai.com/docs/api-reference/authentication
Guides               https://platform.openai.com/docs/guides
Function calling     https://platform.openai.com/docs/guides/function-calling
Assistants API       https://platform.openai.com/docs/assistants/overview
Responses API        https://platform.openai.com/docs/guides/responses-vs-chat-completions
Fine-tuning          https://platform.openai.com/docs/guides/fine-tuning
Embeddings           https://platform.openai.com/docs/guides/embeddings
Moderation           https://platform.openai.com/docs/guides/moderation
Rate limits          https://platform.openai.com/docs/guides/rate-limits
Errors               https://platform.openai.com/docs/guides/error-codes

Current Models (quick reference)

ModelNotes
gpt-4oFlagship multimodal model (text + vision)
gpt-4o-miniFast, affordable, capable
o1Advanced reasoning (chain-of-thought)
o3Latest reasoning model
o4-miniFast reasoning model

Full model list → references/models.md

← Back to marketplace