agentsclimarketplace

Openai gpt

Skill G1Joshi/Agent-Skills/skills/ai-ml/openai-gpt

OpenAI GPT models API for chat, completion, and embeddings. Use for AI integration.From its SKILL.md

Install
npx -y skills add G1Joshi/Agent-Skills --skill openai-gpt

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 354 tokens by cl100k_base, as published. Nobody here has run it

OpenAI GPT

GPT (Generative Pre-trained Transformer) is the foundation of the modern AI revolution. In 2025, GPT-5 offers agentic capabilities, deep reasoning, and native multimodal integration.

When to Use

  • General Purpose: It is the baseline for all AI tasks.
  • Complex Reasoning: GPT-5 excels at multi-step logic and planning.
  • Vision/Voice: Native "Omni" capabilities (GPT-4o/5) process audio and video with <300ms latency.

Core Concepts

Models

  • GPT-5: The frontier model. Slow but smartest.
  • GPT-4o: "Omni". Fast, multimodal, cheaper.
  • o1 / o3: "Reasoning" models that "think" before answering (Chain of Thought).

Assistants API

Stateful API for building agents. Manages threads, retrieval (RAG), and code interpreter.

Structured Outputs

Guarantees JSON schema compliance for API responses.

Best Practices (2025)

Do:

  • Use Structured Outputs: Always define a Zod/JSON schema for production apps.
  • Use o3-mini for Code: It is cheaper and often better at coding than GPT-4o.
  • Batch Requests: Use the Batch API for 50% discount on non-urgent tasks.

Don't:

  • Don't use GPT-3.5: It is obsolete. Use GPT-4o-mini for cheap tasks.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,452. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.