Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Openai 52

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Query OpenAI's GPT models, configured for GPT-5.2, for general-purpose tasks needing OpenAI-specific capabilities.

About

Queries OpenAI's GPT models, configured for GPT-5.2, for general-purpose tasks needing OpenAI-specific capabilities. A developer uses it when they want to leverage OpenAI model features from within their workflow.

  • Queries OpenAI GPT models for general-purpose tasks
  • Configured specifically for GPT-5.2 and other OpenAI models

Openai 52 by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill openai-52

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Query OpenAI's GPT models, configured for GPT-5.2, for general-purpose tasks needing OpenAI-specific capabilities.

Files

SKILL.mdMarkdownGitHub ↗

/openai-52

Query OpenAI's GPT models for general-purpose tasks. Specifically configured for GPT-5.2 and other OpenAI models.

Usage

/openai-52 [prompt]

Prerequisites

  • uv CLI: brew install uv or pip install uv
  • OPENAI_API_KEY environment variable (or set in ~/.content/config.yaml)

Use Cases

  • Tasks requiring OpenAI GPT-5.2 reasoning capabilities
  • OpenAI-specific features (vision, structured outputs, tool use)
  • Alternative perspective or second opinion on problems
  • Cross-model testing and comparison
  • Specialized OpenAI model features

Run

# Basic query (uses GPT-4o by default)
uv run .claude/skills/openai-52/scripts/query.py "Your prompt here"

# With GPT-5.2 (when available)
uv run .claude/skills/openai-52/scripts/query.py "Your prompt here" --model gpt-5.2

# With image input (vision models)
uv run .claude/skills/openai-52/scripts/query.py "Analyze this image" --image path/to/image.png

# With system message for context
uv run .claude/skills/openai-52/scripts/query.py "Your prompt" --system "You are a helpful assistant specializing in..."

Available Models

  • gpt-4o (default) - Latest multimodal model currently available
  • gpt-5.2 - When available, use this for advanced reasoning
  • gpt-4o-mini - Faster, cheaper variant
  • o1 - Reasoning model (if available)
  • o1-mini - Smaller reasoning model

Output

Prints response to stdout. Use shell redirection to save:

uv run .claude/skills/openai-52/scripts/query.py "prompt" > output.txt

Note

This skill is named openai-52 to indicate it's configured for OpenAI's GPT-5.2 model family. The script supports multiple OpenAI models via the --model parameter.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.