Installation guide

How to Install Agent Skills in Codex

A step-by-step workflow for adding install-ready skills to a Codex-style agent setup while keeping validation, permissions, and rollback in mind.

Decision prompt

I want to install an Agent Skill in Codex, test it on a real repository task, and decide whether it belongs in my workflow.

12
Shortlist
install
Intent
CodexCoding agentsUpdated Jun 2026

Recommended shortlist

Start with these skills

Ranked from current marketplace data
Adopt100/100
Antigravity Awesome Skills

A comprehensive library of over 1,273 agentic skills for various AI coding assistants, featuring clear documentation and installation instructions.

Stars40K
Quality100/100
UpdatedJun 4, 2026
Claude CodeOpenAI AgentsCursor
$ npx skills add sickn33/antigravity-awesome-skills
Adopt100/100
Open Code Review

Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

Stars3.3K
Quality100/100
UpdatedJun 6, 2026
Claude CodeOpenAI AgentsCoding agents
$ npx skills add alibaba/open-code-review
Adopt100/100
Pr Agent

🚀 PR Agent: The Original Open-Source PR Reviewer. This project It is not the Qodo free tier.

Stars12K
Quality100/100
UpdatedJun 6, 2026
Claude CodeOpenAI AgentsCoding agents
$ npx skills add The-PR-Agent/pr-agent
Adopt100/100
Skills

A marketplace for AI-assisted security analysis and auditing plugins.

Stars5.6K
Quality100/100
UpdatedJun 5, 2026
Claude CodeCoding agentsGitHub automation
$ npx skills add trailofbits/skills

How to use this guide

Move from search to adoption

01

Generate a shortlist

Use the recommendation API with the task prompt from this guide.

02

Copy the install command

Install the top candidate only after reading the risks and proof points.

03

Run one complete task

Ask Codex to implement, verify, and explain the change before adding the skill to defaults.

Evaluation notes

What to check before installing

Install with a rollback mindset

Codex skills should be treated like workflow dependencies. Install them in a branch or sandbox, run a task, and keep a fallback path if the result is not reliable.

  • +Start from the OpenAgentSkill decision page.
  • +Use a narrow task with a clear expected result.
  • +Compare against manual work or one alternative skill.

What to verify

A skill is ready when it improves a repeatable loop without adding unclear permissions, brittle setup, or noisy output.

  • +Check repository freshness and quality score.
  • +Inspect generated code, tests, and browser checks.
  • +Document when the skill should and should not be used.

FAQ

Common questions

Do Codex skills need to be code-only?

No. Browser automation, GitHub workflow, document, and data-analysis skills can all help a coding agent complete work end to end.

How do I know a skill is safe enough?

There is no automatic guarantee. Use readiness signals as a filter, then review permissions, repository health, and output quality yourself.

More candidates

Additional skills to review

Browse full marketplace

Open Design

Primary pick

🎨 Local-first, open-source Claude Design alternative. 🖥️ Native desktop app. ⚡ 259+ Skills · ✨ 142+ Design Systems 🖼️ Web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Claude Code / OpenClaw / Codex / Cursor / OpenCode / Qwen / Copilot / Hermes / Kimi & 17+ CLIs.

62K stars100/100 ready

Agent Orchestrator

Primary pick

Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.

7.5K stars100/100 ready

Agent Orchestrator

Primary pick

Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.

7.4K stars100/100 ready

Plannotator

Primary pick

Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click.

6.0K stars100/100 ready

AI Goofish Monitor

Primary pick

基于 Playwright 和AI实现的闲鱼多任务实时/定时监控与智能分析系统,配备了功能完善的后台管理UI。帮助用户从闲鱼海量商品中,找到心仪产品。

12K stars100/100 ready

Awesome ChatGPT Repositories

Primary pick

A curated list of resources dedicated to open source GitHub repositories related to ChatGPT, OpenAI API, and Codex. Searchable via Claude Code skills.

3.1K stars100/100 ready

GPT Image2 Skill

Primary pick

GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI for OpenAI image generation/editing

2.7K stars100/100 ready

Claude Tap

Primary pick

Intercept and inspect Coding Agent API traffic from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, OpenCode, Kimi, Pi, and Hermes in a local trace viewer.

1.6K stars100/100 ready

Next guides

Keep building the workflow