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.
npx skills add https://github.com/openai/openai-developers-for-cursor --skill openai-api-troubleshooting
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.
api.openai.com before any API response as transport problems first.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.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/limits.openai-docs; when useful, note that ChatGPT subscriptions and API billing are separate.rate_limit_exceeded, requests-per-minute, tokens-per-minute, or retry-after guidance without quota language to throttling.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.Take openai/openai-developers-for-cursor-openai-api-troubleshooting from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.