stack-openai

stack-openai is a skill for Claude Code from e-t-y-b/etyb-skills. It costs 263 tokens per session (4,199 once invoked), scanned A, original, MIT.

A reference guide for teams working with OpenAI products, models, and APIs, including current product information and links to detailed pages.

In plain words
What is it for?
Use it when building with OpenAI services or assigning OpenAI-related work across roles such as backend, operations, or security.
Why use it?
It helps team members find the relevant OpenAI guidance while keeping product knowledge organized by role and topic.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the etyb plugin — 14 skills, 5 agents, 4 hooks shipped together

Good fit Use it when building with OpenAI services or assigning OpenAI-related work across roles such as backend, operations, or security.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/e-t-y-b/etyb-skills/openai
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add e-t-y-b/etyb-skills --skill openai
Clone the repo
git clone --depth 1 https://github.com/e-t-y-b/etyb-skills

Made for: Claude Code.

Or install etyb, the plugin that ships this one along with the rest of its 14 skills, 5 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for stack-openai

README.md
[![agentmods](https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/openai/github.svg)](https://agentmods.dev/skills/e-t-y-b/etyb-skills/openai)
Your own site
<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/openai"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/openai/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for stack-openai

Your own site · 80×15
<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/openai"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/openai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 263 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00263 $0.04199
Opus 5 $0.00131 $0.02099
Sonnet 5 $0.00053 $0.00840
Haiku 4.5 $0.00026 $0.00420

Measured 11d ago against content hash ccd51c183014, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

stack-openai scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

stacks/openai/SKILL.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenAI Stack — Team Briefing

This is a knowledge overlay, not a new specialist. The existing ETYB team does the work — backend-architect writes the backend code, devops-engineer wires the deploys, security-engineer enforces the boundary. This pack tells each role where the current OpenAI knowledge lives.

Where the full briefing lives

The full Stack briefing lives in this same folder. Per-product and per-role pages are siblings of this SKILL.md. Every page carries last_verified_on stamps and authoritative-source URLs in its frontmatter; see skills/etyb/core/knowledge-currency.md for the drift-check protocol that uses them.

  • Stack briefing: stacks/openai/index.md
  • Per-product pages: stacks/openai/<product>.md — one per entry in products_covered above
  • Per-role views: stacks/openai/<role>.md — one per role in applies_to_roles above

When ETYB is installed locally these are read directly from disk. For third-party agents without the install, the same content is reachable as raw markdown at https://raw.githubusercontent.com/e-t-y-b/etyb-skills/main/stacks/openai/<page>.md.

When delegate_to_skills (frontmatter above) lists a first-party vendor MCP/skill that's installed in the user's environment, ETYB defers to it first. The in-repo Stack content is the curated fallback.

What changed in 2025-2026 that older training data misses

Critical context — an LLM with a 2024 cutoff will get these wrong:

  • GPT-5 launched (2025) and replaced GPT-4 as the default recommendation. Tiers are GPT-5 Pro, GPT-5 Standard, GPT-5 Mini, GPT-5 Nano — plus thinking variants for the Pro/Standard tier. If a user types "use GPT-4 / gpt-4-turbo / gpt-4o" for a new feature, that is a legacy default; offer GPT-5 Standard or GPT-4.1 with a one-line rationale.
  • The Responses API is the new unified surface (/v1/responses). It replaces Assistants and is the only surface that supports built-in tools (web_search, file_search, code_interpreter, computer_use_preview) + remote MCP servers. Chat Completions is still supported long-term, but Responses is the right default for new agentic builds.
  • Assistants API is being deprecated. OpenAI announced the migration glide path in 2025; the sunset is scheduled in the first-half-2026 window. Do not greenfield on Assistants. Migrate threads → conversations, tools → built-in tools or function tools.
  • OpenAI Codex (2025) is an AGENT PRODUCT, not the retired code model. The 2023 code-davinci-002 "Codex" was retired in March 2023. The 2025 "OpenAI Codex" is a cloud + IDE coding agent (codex.openai.com + codex CLI) powered by GPT-5 family / o-series.
  • Computer Use Preview (consumer surface: Operator) lets the model drive a browser or desktop via screenshots + click/type tool calls. The API exposes it as the computer_use_preview tool on Responses + the computer-use-preview model. The safety surface is large — sandboxing, allowlists, human-in-loop confirmation are required.
  • Prompt Caching is automatic on the OpenAI platform. No manual cache_control breakpoints (this is distinct from Anthropic). Prompts ≥ 1,024 tokens that share a prefix with a recent prompt get cached; cached input is billed at 50% off.
  • The Agents SDK (Python + TypeScript) is the rebranded + hardened Swarm. It is the OpenAI-native answer to multi-agent orchestration: handoffs, guardrails, tracing, deterministic tool routing. openai-agents-python is the import path.
  • Realtime API is GA and now ships Realtime Agents. Speech-to-speech with gpt-realtime / gpt-4o-realtime, WebRTC for low-latency in-browser, WebSocket for server-side.
  • Structured Outputs with strict: true is the production default for any JSON. It enforces the JSON schema at decode time — no parsing failures, no malformed JSON.
  • Stored Completions + Eval Platform + Distillation Platform are three coupled console products. Turn on store: true on a completion → query it in the Eval platform → distill into a fine-tuned smaller model.
  • Project-scoped API keys (sk-proj-…) replace user-scoped keys as the production pattern. Every production deployment should use a project key with a model allowlist, a per-project rate limit, and the project's own service account / audit log scope.

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 132 lines · 263 tokens per session scan A ccd51c183014

Subscribe to this mod's changes

stack-openai is a skill published in the GitHub repository e-t-y-b/etyb-skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 263 tokens to every session and 4,199 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

portaljs-architect

Recommend a data-portal architecture (storage, compute, catalog, access, hosting, metadata) from stated needs, then hand off to the build skills. The advisory entry point. Use when starting a new data-portal project and the underlying architecture has not yet been decided.

datopian/portaljs · 60 tokens

map

Build and commit a Cortex function knowledge graph — maps structural dependencies and domain intent relationships across all AI functions in the project. Supports --reduce (default on) for transitive reduction of the dependency graph.

Snowflake-Labs/cocoplus · 42 tokens

context-add

Guided wizard to capture or update organizational Snowflake/Cortex standards into .cocoplus/context/ .md. Presents a menu of 6 standard types, collects answers via multi-turn dialogue, and commits the file.

Snowflake-Labs/cocoplus · 48 tokens

cocolean

CocoLean — minimum viable Cortex surface discipline. Pre-build decision ladder and intensity mode management. Invoke with $lean, $lean lite, $lean full, or $lean ultra.

Snowflake-Labs/cocoplus · 41 tokens

test

Enter the Test phase of CocoBrew. Reads spec.md test requirements, generates test cases, executes SQL validation and quality checks, records results in test.md. Can be re-run without full rebuild. Requires Build phase completion.

Snowflake-Labs/cocoplus · 47 tokens

map-diff

Analyze the impact of staged git changes against the committed Cortex function knowledge graph — shows which downstream functions are affected before you commit.

Snowflake-Labs/cocoplus · 28 tokens