openai-api

Installation
SKILL.md

Build or refine an OpenAI agent: $ARGUMENTS

$ARGUMENTS can include:

  • What to build (e.g. function calling agent, streaming chatbot, multi-agent pipeline, structured output extractor)
  • A file path to existing code to refine
  • A capability to add (e.g. add structured output, add web search tool, add handoffs)
  • A model preference (e.g. --model gpt-5.4, --model gpt-5.4-mini, --model o3)
  • SDK preference (e.g. --sdk agents for OpenAI Agents SDK, --sdk chat for Chat Completions)
  • Empty — scaffold a starter agent with best-practice defaults

Authoritative Sources

Always fetch fresh docs before generating or advising on code. These are the canonical OpenAI sources:

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
openai-api — joshuashepherd/my-skills