From OpenAI Developers
Use when an OpenAI API request fails or the user asks what an error means, including blocked access to api.openai.com, 401 invalid_api_key, missing OPENAI_API_KEY, 429 insufficient_quota, 429 rate_limit_exceeded, or 403 model_not_found. Classify the failure, name the next step, route credential setup to openai-platform-api-key, and current guidance to openai-docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openai-developers:openai-api-troubleshootingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for runtime OpenAI API failures after a request has already been made. Keep key setup in `openai-platform-api-key` and current guidance in `openai-docs`.
Use this for runtime OpenAI API failures after a request has already been made. Keep key setup in openai-platform-api-key and current guidance in openai-docs.
Sandboxed or blocked outbound network access
api.openai.com before any API response as transport problems first.Authentication or missing-key errors
401, invalid_api_key, missing OPENAI_API_KEY, or malformed-key cases to authentication.openai-platform-api-key; do not stop at generic "create a fresh key" advice.Quota or credit exhaustion
insufficient_quota, "current quota", "billing quota", "run out of credits", or "no balance left" as billing/quota exhaustion, not ordinary throttling.https://platform.openai.com/settings/organization/billing and usage caps to https://platform.openai.com/settings/organization/limits.openai-docs; when useful, note that ChatGPT subscriptions and API billing are separate.Rate limits
rate_limit_exceeded, requests-per-minute, tokens-per-minute, or retry-after guidance without quota language to throttling.Model, project, or organization access
403, model_not_found, org/project mismatch, or permission failures as reached-OpenAI-but-not-authorized cases.insufficient_quota from ordinary rate limiting even when both arrive as 429.openai-docs when remediation depends on current guidance, links, limits behavior, or wording that may drift.npx claudepluginhub openai/openai-developers-for-claude --plugin openai-developersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.