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 agentsfor OpenAI Agents SDK,--sdk chatfor 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: