using-openai-platform
OpenAI SDK development with GPT-5 family, Chat Completions, Responses API, embeddings, and tool calling. Use for AI-powered applications, chatbots, agents, and semantic search.
npx skills add majiayu000/claude-skill-registry --skill using-openai-platform --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OpenAI SDK Development Skill ## Quick Reference OpenAI SDK development with Python and TypeScript/JavaScript clients. Covers GPT-5 family models, Chat Completions API, Responses API, embeddings, tool calling, and streaming. **Progressive Disclosure**: This file provides quick reference patterns. See [REFERENCE.md](./REFERENCE.md) for comprehensive API coverage, advanced patterns, and deep dives. --- ## Table of Contents 1. [When to Use](#when-to-use) 2. [GPT-5 Model Family](#gpt-5-model-family) 3. [Quick Start](#quick-start) 4. [Chat Completions API](#chat-completions-api) 5. [Responses API (Next Gen)](#responses-api-next-gen) 6. [Tool Calling](#tool-calling) 7. [Embeddings](#embeddings) 8. [Error Handling](#error-handling) 9. [Platform Differentiators](#platform-differentiators) 10. [Further Reading](#further-reading) 11. [Context7 Integration](#context7-integration) --- ## When to Use This skill is loaded by `backend-developer` when: - `openai` package in `requirements.txt` or `pyproject.toml` - `openai` in `package.json` dependencies - Environment variables `OPENAI_API_KEY` present - User mentions "OpenAI", "GPT", or "ChatGPT" in task --- ## GPT-5 Model Family ### Model Select
- Quick Reference
- Table of Contents
- When to Use
- GPT-5 Model Family
- Model Selection Guide
- Quick Selection
- Reasoning Effort (GPT-5.1+)
- Quick Start
- Python Setup
- TypeScript Setup
- Async Python
- Chat Completions API
- Basic Completion
- Message Roles
What does the using-openai-platform skill do?
OpenAI SDK development with GPT-5 family, Chat Completions, Responses API, embeddings, and tool calling. Use for AI-powered applications, chatbots, agents, and semantic search.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill using-openai-platform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
