AgentSkills.site

Creator

OpenAI

2 sources · 8 skills known · 8 fully evaluated.

Official · Organization

GitHub profile ↗

Topics represented: Development (4), Agent Workflows (2), DevOps & Deployment (1), Testing & QA (1), Security (1)

Sources (2)

  1. 01openai/codexThe Codex agent itself — its bundled sample skills live here.
  2. 02openai/skillsOpenAI's curated Codex skill catalog (now deprecated in favor of openai/plugins, but still installable).

All skills from OpenAI

8 skills

  1. 01skill-creatorCodex's own bundled tool for authoring a new skill, invoked with $skill-creator.CodexOfficial OpenAI openai/codex
  2. 02review-agentCodex's bundled skill for reviewing changes — the current in-box option, no install needed.CodexOfficial OpenAI openai/codex
  3. 03gh-fix-ciInspects failing PR checks with gh, fetches the GitHub Actions logs, summarizes the failure, then proposes a fix plan and implements it only after explicit approval.CodexOfficial OpenAI openai/skills
  4. 04gh-address-commentsFinds the open PR for your current branch and works through its review comments with the gh CLI, checking gh auth status first rather than failing halfway through.CodexOfficial OpenAI openai/skills
  5. 05playwrightDrives a real browser from the terminal for navigation, form filling, screenshots, and data extraction — CLI-first, and won't write @playwright/test files unless asked.CodexOfficial OpenAI openai/skills
  6. 06security-threat-modelProduces a repository-grounded threat model — trust boundaries, assets, attacker capabilities, abuse paths, mitigations — written to a markdown file. Roughly half its description is negative triggers.CodexOfficial OpenAI openai/skills
  7. 07migrate-to-codexMigrates instruction files, skills, agents, and MCP config from another agent into Codex's own files, without touching the source agent's files.CodexOfficial OpenAI openai/skills
  8. 08pdfReads, creates, and reviews PDFs where layout matters, rendering pages for visual checks rather than only extracting text.CodexOfficial OpenAI openai/skills