Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-llm/using-openai-platform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Reference
  2. Table of Contents
  3. When to Use
  4. GPT-5 Model Family
  5. Model Selection Guide
  6. Quick Selection
  7. Reasoning Effort (GPT-5.1+)
  8. Quick Start
  9. Python Setup
  10. TypeScript Setup
  11. Async Python
  12. Chat Completions API
  13. Basic Completion
  14. Message Roles
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going