APM

>Scope

@openai

openai
83 skills·72,118·skill·development, git-workflow, data, productivity, design, code-quality, devops, security
apm::@openai83 skills

@openai/bootstrap-realtime-eval

skill

Bootstrap a new realtime eval folder inside this cookbook repo by choosing the right harness from examples/evals/realtime_evals, scaffolding prompt/tools/data files, generating a useful README, and validating it with smoke, full eval, and test runs. Use when a user wants to start a new crawl, walk, or run realtime eval in this repository.

72,118MIT
openai/development·2,073 tokens·testingdocumentation

@openai/test-tui

skill

Guide for testing Codex TUI interactively

65,413Apache-2.0
openai/development·133 tokens·testingdocumentation

@openai/babysit-pr

skill

Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and stop only when user help is required (for example CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking situations). Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

65,413Apache-2.0
openai/git-workflow·3,087 tokens·git

@openai/notion-knowledge-capture

skill

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

14,261
openai/data·827 tokens·data

@openai/notion-meeting-intelligence

skill

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

14,261
openai/productivity·851 tokens·documentation

@openai/pdf

skill

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

14,261
openai/development·630 tokens·pythonjavascriptdocumentation

@openai/doc

skill

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

14,261
openai/productivity·747 tokens·pythondocumentation

@openai/figma-implement-design

skill

Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.

14,261
openai/design·2,879 tokens·design

@openai/gh-address-comments

skill

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

14,261
openai/git-workflow·320 tokens·pythongitdocumentation+1

@openai/sora

skill

Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI’s video API using the bundled CLI (`scripts/sora.py`), including requests like “generate AI video,” “Sora,” “video remix,” “download video/thumbnail/spritesheet,” and batch video generation; requires `OPENAI_API_KEY` and Sora API access.

14,261
openai/development·2,039 tokens·pythonapi-design

@openai/aspnet-core

skill

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.

14,261
openai/code-quality·1,386 tokens·performancesecurity

@openai/yeet

skill

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

14,261
openai/git-workflow·424 tokens·gitsecurity

@openai/openai-docs

skill

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or explicit GPT-5.4 upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.

14,261
openai/development·1,280 tokens·api-designdocumentation

@openai/skill-installer

skill

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

14,261
openai/productivity·810 tokens·pythongit

@openai/notion-research-documentation

skill

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

14,261
openai/productivity·848 tokens·documentation

@openai/security-best-practices

skill

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

14,261
openai/development·2,153 tokens·pythontypescriptjavascript+2

@openai/security-ownership-map

skill

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.

14,261
openai/development·2,183 tokens·pythongitsecurity

@openai/security-threat-model

skill

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.

14,261
openai/development·1,390 tokens·security

@openai/figma

skill

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

14,261
openai/development·792 tokens·react

@openai/slides

skill

Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.

14,261
openai/productivity·1,139 tokens·pythonjavascriptapi-design

@openai/sentry

skill

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

14,261
openai/data·949 tokens·pythonapi-designdocumentation+1

@openai/speech

skill

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.

14,261
openai/development·1,811 tokens·pythonapi-designperformance

@openai/imagegen

skill

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

14,261
openai/development·2,460 tokens·pythonapi-design

@openai/gh-fix-ci

skill

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

14,261
openai/git-workflow·913 tokens·pythongitsecurity

@openai/winui-app

skill

Bootstrap, develop, and design modern WinUI 3 desktop applications with C# and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components. Use when creating a brand new app, preparing a machine for WinUI, reviewing, refactoring, planning, troubleshooting, environment-checking, or setting up WinUI 3 XAML, controls, navigation, windowing, theming, accessibility, responsiveness, performance, deployment, or related Windows app design and development work.

14,261
openai/code-quality·2,818 tokens·performance

@openai/playwright

skill

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

14,261
openai/productivity·943 tokens·javascripttesting

@openai/skill-creator

skill

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

14,261
openai/productivity·4,629 tokens·gitdocumentation

@openai/transcribe

skill

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

14,261
openai/code-quality·709 tokens·pythonapi-design

@openai/screenshot

skill

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

14,261
openai/productivity·1,939 tokens·python

@openai/spreadsheet

skill

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.

14,261
openai/development·1,741 tokens·development

@openai/chatgpt-apps

skill

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

14,261
openai/development·4,904 tokens·development

@openai/vercel-deploy

skill

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

14,261
openai/development·663 tokens·security

@openai/jupyter-notebook

skill

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

14,261
openai/development·1,039 tokens·python

@openai/notion-spec-to-implementation

skill

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

14,261
openai/productivity·875 tokens·productivity

@openai/develop-web-game

skill

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

14,261
openai/development·2,304 tokens·javascripttesting

@openai/cloudflare-deploy

skill

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

14,261
openai/devops·1,782 tokens·gitperformancesecurity

@openai/playwright-interactive

skill

Persistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.

14,261
openai/development·7,928 tokens·testing

@openai/push

skill

Push current branch changes to origin and create or update the corresponding pull request; use when asked to push, publish updates, or create pull request.

12,738Apache-2.0
openai/git-workflow·1,099 tokens·gitsecurity

@openai/land

skill

Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion.

12,738Apache-2.0
openai/git-workflow·2,514 tokens·git

@openai/pull

skill

Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.

12,738Apache-2.0
openai/git-workflow·1,171 tokens·gitdocumentation

@openai/debug

skill

Investigate stuck runs and execution failures by tracing Symphony and Codex logs with issue/session identifiers; use when runs stall, retry repeatedly, or fail unexpectedly.

12,738Apache-2.0
openai/development·1,079 tokens·testing

@openai/commit

skill

Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.

12,738Apache-2.0
openai/development·620 tokens·git

@openai/spec-ingestion

skill

Guide for ingesting the latest OpenAI TypeSpec specification into the openai-dotnet SDK. Use this when asked to update or ingest OpenAI API specs, copy base TypeSpec files from upstream, fix client TSP compile errors, or run code generation for new API areas.

2,530MIT
openai/development·803 tokens·gitapi-designdocumentation

@openai/pr-draft-summary

skill

Create a PR title and draft description after substantive code changes are finished. Trigger when wrapping up a moderate-or-larger change (runtime code, tests, build config, docs with behavior impact) and you need the PR-ready summary block with change summary plus PR draft text.

2,465MIT
openai/git-workflow·1,272 tokens·javascriptgittesting+1

@openai/csv-workbench

skill

Analyze CSV files in /mnt/data and return concise numeric summaries.

2,465MIT
openai/data·147 tokens·python

@openai/openai-knowledge

skill

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

2,465MIT
openai/security·469 tokens·api-designdocumentationsecurity

@openai/changeset-validation

skill

Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.

2,465MIT
openai/git-workflow·607 tokens·javascriptgit

@openai/final-release-review

skill

Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-js.

2,465MIT
openai/git-workflow·2,025 tokens·javascriptgit

@openai/docs-sync

skill

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs.

2,465MIT
openai/development·1,131 tokens·typescriptgitdocumentation

@openai/implementation-strategy

skill

Decide how to implement runtime and API changes in openai-agents-js before editing code. Use when a task changes exported APIs, runtime behavior, schemas, tests, or docs and you need to choose the compatibility boundary, whether shims or migrations are warranted, and when unreleased interfaces can be rewritten directly.

2,465MIT
openai/git-workflow·1,054 tokens·javascriptgitapi-design

@openai/integration-tests

skill

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.

2,465MIT
openai/development·590 tokens·gittestingdocumentation

@openai/test-coverage-improver

skill

Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose high-impact tests, and confirm with the user before writing tests.

2,465MIT
openai/development·725 tokens·javascripttesting

@openai/pnpm-upgrade

skill

Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.

2,465MIT
openai/development·647 tokens·gittestingapi-design

@openai/code-change-verification

skill

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.

2,465MIT
openai/development·434 tokens·javascripttesting

@openai/examples-auto-run

skill

Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.

2,465MIT
openai/development·1,335 tokens·development

@openai/agentic-legibility

skill

Score a repository's agentic legibility from repo-visible evidence only. Use when Codex needs to audit how easy a codebase is for coding agents to discover, bootstrap, validate, and navigate, especially for harness-engineering reviews, developer-experience audits, repo cleanup, or before/after comparisons after improving docs, tooling, or architectural constraints.

727MIT
openai/productivity·1,096 tokens·pythonapi-designdocumentation

@openai/teams

skill

Summarize Microsoft Teams chats and channels, extract action items, and draft follow-ups through connected Teams data. Use when the user wants to review a chat or channel, distill meeting discussions, identify owners and next steps, or prepare a safe reply or post without sending it by default.

62
openai/development·838 tokens·development

@openai/render-deploy

skill

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

62
openai/devops·4,395 tokens·gitdockerapi-design

@openai/google-sheets

skill

Analyze Google Sheets data, plan range-precise edits, and help with formulas or tabular transformations through connected Google Sheets data. Use when the user wants to inspect tabs or ranges, summarize spreadsheet contents, propose formulas, clean or restructure tables, or update cells with explicit range-level intent.

62
openai/productivity·793 tokens·productivity

@openai/web-3d-asset-pipeline

skill

Prepare and optimize GLB or glTF assets for browser games. Use when the user needs help with model formats, Blender export, optimization, compression, texture packaging, collision proxies, LOD, or shipping 3D assets cleanly across Three.js, React Three Fiber, Babylon.js, or PlayCanvas.

62
openai/code-quality·881 tokens·reactjavascriptperformance

@openai/google-slides-template-migration

skill

Migrate an existing connected Google Slides deck onto a company or team template in Codex. Use when a user wants to restyle a deck to match a template, port content from a source presentation into a branded template deck, or rebuild slides by duplicating template patterns rather than patching the old layout in place.

62
openai/development·1,162 tokens·development

@openai/linear

skill

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

62
openai/security·1,238 tokens·security

@openai/plugin-creator

skill

Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root `.agents/plugins/marketplace.json` entries for plugin ordering and availability metadata.

62
openai/development·1,149 tokens·python

@openai/slack

skill

Summarize Slack channels and threads, draft post-ready Slack messages, and format content in Slack markdwn through connected Slack data. Use when the user wants to review unread activity, distill long threads, prepare status updates, reply in the right tone, or translate notes into Slack-ready message formatting.

62
openai/development·794 tokens·development

@openai/three-webgl-game

skill

Build 3D browser games with a concrete vanilla Three.js stack. Use when the user wants plain TypeScript or Vite control over Three.js scenes, loaders, physics, GLB assets, materials, WebGL debugging, and a clean low-chrome 3D scaffold without a React wrapper.

62
openai/development·1,476 tokens·reacttypescriptjavascript

@openai/sharepoint

skill

Summarize Microsoft SharePoint sites, pages, and files, extract ownership and status, and plan safe content updates through connected SharePoint data. Use when the user wants to understand a site, review document context, identify owners, or prepare a content or information-architecture change before editing.

62
openai/productivity·841 tokens·productivity

@openai/web-game-foundations

skill

Define the shared architecture for browser games across 2D and 3D. Use when the user needs engine choice, system boundaries, input strategy, asset organization, save/debug/performance structure, or shared browser-game architecture.

62
openai/code-quality·1,158 tokens·reactjavascriptperformance

@openai/google-docs

skill

Summarize Google Docs documents, plan structured revisions, and help with edit-in-place writing through connected Google Docs data. Use when the user wants to inspect document structure, outline or summarize content, draft rewrites, convert notes into prose, or apply explicit edits while preserving headings and organization.

62
openai/code-quality·822 tokens·code-quality

@openai/sprite-pipeline

skill

Generate and normalize 2D sprite animations for browser games. Use when the user wants sprite sheets, animated strips, consistent character frames, or a repeatable workflow for turning one approved frame into a production-ready animation candidate.

62
openai/development·855 tokens·python

@openai/outlook-email

skill

Triage Outlook inboxes, summarize email threads, extract action items, and draft replies or forwards through connected Outlook data. Use when the user wants to inspect a mailbox or thread, understand the latest status, identify what still needs a response, or prepare a safe draft without sending it by default.

62
openai/development·826 tokens·development

@openai/game-playtest

skill

Review browser games with a structured playtest and frontend QA workflow. Use when the user wants smoke tests, FE review, screenshot-led QA, Playwright-style browser checks, or issue finding across 2D and 3D browser games, including obstructive HUD or overlay issues.

62
openai/code-quality·744 tokens·testingperformance

@openai/game-ui-frontend

skill

Design game HUDs, menus, and browser-facing frontend surfaces with intentional visual direction and protected playfield space. Use when the user needs polished game UI, low-chrome 3D overlays, menu systems, HUD hierarchy, responsive behavior, or prompt guidance that avoids generic app-like frontend output.

62
openai/design·1,302 tokens·design

@openai/netlify-deploy

skill

Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

62
openai/devops·1,747 tokens·api-designdocumentation

@openai/google-calendar

skill

Manage Google Calendar scheduling, availability, and event changes through connected Google Calendar data. Use when the user wants to inspect calendars, compare availability, schedule or reschedule events, review conflicts, or prepare clear event-change proposals with timezone-aware details.

62
openai/productivity·846 tokens·productivity

@openai/outlook-calendar

skill

Compare Outlook Calendar availability, review event details, and plan safe create, update, reschedule, or cancel actions through connected Outlook calendar data. Use when the user wants to inspect a schedule, compare candidate slots, review conflicts, or prepare an exact event change before applying it.

62
openai/productivity·832 tokens·productivity

@openai/react-three-fiber-game

skill

Build React-hosted 3D browser games with React Three Fiber and the pmndrs stack. Use when the user wants a 3D scene inside a React app, declarative scene composition, shared app state, or React-native UI coordination around a clean low-chrome 3D experience.

62
openai/development·1,026 tokens·reactjavascriptapi-design

@openai/google-calendar-daily-brief

skill

Create a polished, human-readable day brief from Google Calendar events, including a top summary, agenda table, conflict callouts, free windows, and remaining meetings. Use when the user asks for a summary of today, tomorrow, a specific day, "my schedule", "my day", an agenda, or a calendar brief and the Google Calendar app/connector from this plugin is available.

62
openai/data·1,008 tokens·python

@openai/google-slides-visual-iteration

skill

Iteratively inspect and polish connected Google Slides presentations in Codex using slide thumbnails plus raw Slides edits. Use when a user asks to fix spacing, alignment, overlap, crowding, hierarchy, or deck-wide visual consistency in Google Slides, especially when the work should follow a thumbnail -> diagnose -> batch_update -> re-thumbnail verification loop.

62
openai/development·1,607 tokens·development

@openai/google-slides-template-surgery

skill

Restructure connected Google Slides decks in Codex when local slide cleanup is not enough. Use when repeated alignment or overlap issues come from the slide structure itself, when the same fix must be applied across many slides, or when raw Slides batch_update requests need stricter recipes and verification to avoid hallucinated params or broken layouts.

62
openai/productivity·1,046 tokens·productivity

@openai/gmail

skill

Manage Gmail inbox triage, thread summaries, action extraction, and reply drafting through connected Gmail data. Use when the user wants to inspect a mailbox or thread, summarize messages, extract decisions and follow-ups, prepare replies or forwards, or organize messages with explicit confirmation before send, archive, or delete actions.

62
openai/productivity·831 tokens·productivity

@openai/game-studio

skill

Plan and route browser-game work with a 2D-first default. Use when the user wants help designing, implementing, asseting, or playtesting a browser game and needs the right stack, workflow, and specialist skill routing.

62
openai/productivity·1,358 tokens·reacttypescriptjavascript

@openai/phaser-2d-game

skill

Implement 2D browser games with Phaser, TypeScript, and Vite. Use when the user wants the default 2D path for gameplay systems, scenes, cameras, sprite animation, HUD integration, and browser-friendly game structure.

62
openai/development·803 tokens·typescript

@openai/snap-o-network-inspector

skill

Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events.

61Apache-2.0
openai/data·852 tokens·git