codexplugin

First-time Codex setup

You are new to Codex extensions and do not know whether to start with a plugin, skill, or hook.

Outcome: Install one of each: GitHub (plugin), Frontend Design (skill), and Simple Notifications (hook). Verify each with a prompt.

Steps

  1. 01

    Confirm Node.js 18+ and Codex are installed and signed in.

  2. 02

    Install the three starter items below in order.

  3. 03

    Restart Codex after each install (or once at the end).

  4. 04

    Run each verify prompt to confirm the extension is live.

Install these

Copy a command, run it, restart Codex, then use the verify prompt.

GitHubPlugincoding

Connect Codex to PRs, issues, and CI — the most common first install.

$ npx codex-marketplace add openai/plugins/plugins/github --plugin

Verify

List my open pull requests and summarize what each one changes

Full detail page
Frontend DesignSkilldesign

Give the agent a production-grade UI playbook for frontend work.

$ npx codex-marketplace add am-will/codex-skills/skills/frontend-design --skill

Verify

Redesign this page with clearer hierarchy and better spacing

Full detail page

Get a desktop ping when Codex finishes — no Slack webhook needed.

$ npx codex-marketplace add am-will/codex-skills/hooks/aitmpl-codex/automation/simple-notifications --hook

Verify

Ask Codex to finish a short task and watch for the notification

Full detail page

FAQ

Plugin vs skill vs hook?

Plugins add integrations (often OAuth). Skills are instruction packs for specialized tasks. Hooks automate lifecycle events in the background.

Is this an official OpenAI marketplace?

No. This is a directory of install commands for Codex plugins, skills, and hooks. Always review the GitHub source before production use.