Skip to content

Add Codex-native plugin marketplace manifest#555

Open
Copilot wants to merge 2 commits intomainfrom
copilot/add-codex-plugin-support
Open

Add Codex-native plugin marketplace manifest#555
Copilot wants to merge 2 commits intomainfrom
copilot/add-codex-plugin-support

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

Codex CLI (v0.121.0+) now supports a plugin marketplace comparable to Claude Code / Cursor / Copilot CLI. This repo previously only documented per-skill installation via skill-installer for Codex users.

Changes

  • .agents/plugins/marketplace.json (new) — Codex-native marketplace manifest at the path Codex auto-discovers, mirroring the 11 plugin entries from the existing Claude / Cursor / GitHub manifests. Includes interface.displayName for the /plugins UI tab.
  • README.md — Codex CLI section now leads with the marketplace flow and keeps the skill-installer per-skill flow as a secondary option:
    codex plugin marketplace add dotnet/skills
    # then in Codex:
    /plugins
  • CONTRIBUTING.md — Added .agents/plugins/marketplace.json to the list of manifests that must be kept in sync when adding a new plugin (now four: GitHub, Claude, Cursor, Codex).

Notes for reviewers

  • All four manifests carry identical (name, source) pairs; verified programmatically.
  • .agents/plugins/marketplace.json is the Codex-native discovery path per the marketplace docs. Codex also falls back to .claude-plugin/marketplace.json, but shipping the native path makes the intent explicit and lets us diverge later (e.g., Codex-only policy / category fields) without affecting Claude consumers.
  • No build/test infrastructure exists for marketplace manifests; drift prevention remains contributor discipline guided by CONTRIBUTING.md.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • developers.openai.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Add repo-local Codex plugin manifests for existing plugins Add Codex-native plugin marketplace manifest Apr 20, 2026
Copilot AI requested a review from Evangelink April 20, 2026 14:38
@Evangelink Evangelink marked this pull request as ready for review April 20, 2026 16:18
Copilot AI review requested due to automatic review settings April 20, 2026 16:18
@Evangelink
Copy link
Copy Markdown
Member

@ViktorHofer please review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Codex-native plugin marketplace manifest so Codex CLI can auto-discover this repo’s plugin marketplace, and updates docs to guide Codex users toward the marketplace-based install flow.

Changes:

  • Added .agents/plugins/marketplace.json as the Codex-native marketplace manifest (with interface.displayName for UI presentation).
  • Updated README.md to document the Codex marketplace flow as the recommended installation path (keeping skill-installer as an alternative).
  • Updated CONTRIBUTING.md to require keeping the new Codex manifest in sync with the existing marketplace manifests.
Show a summary per file
File Description
README.md Documents Codex CLI marketplace installation and upgrade flow for this repo.
CONTRIBUTING.md Updates contributor guidance to keep the new Codex manifest in sync with other manifests.
.agents/plugins/marketplace.json Introduces the Codex-native marketplace manifest with the same plugin entries as existing manifests.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

@Evangelink
Copy link
Copy Markdown
Member

Let's wait for @ManishJayaswal greenlight before merging this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add repo-local Codex plugin manifests for existing plugins

4 participants