Add canonical Codex marketplace catalog (.agents/plugins/marketplace.json)#137
Draft
justinemach wants to merge 1 commit into
Draft
Add canonical Codex marketplace catalog (.agents/plugins/marketplace.json)#137justinemach wants to merge 1 commit into
justinemach wants to merge 1 commit into
Conversation
…json) Codex resolves marketplaces from .agents/plugins/marketplace.json (canonical) and falls back to .claude-plugin/marketplace.json. This repo already worked via that fallback; this makes Codex support first-class by publishing the same catalog at the canonical path. Content mirrors .claude-plugin/marketplace.json. Users: `codex plugin marketplace add browserbase/skills` then install `browse`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
shrey150
reviewed
Jun 17, 2026
| ] | ||
| }, | ||
| { | ||
| "name": "browserbase-cli", |
Contributor
There was a problem hiding this comment.
this should be deprecated bc /browse is bundled inside of the CLI codebase
shrey150
reviewed
Jun 17, 2026
| ] | ||
| }, | ||
| { | ||
| "name": "functions", |
Contributor
There was a problem hiding this comment.
we don't really need this anymore because browse functions is how you do this
shrey150
reviewed
Jun 17, 2026
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "browse", |
Contributor
There was a problem hiding this comment.
browse now lives in the cli codebase (stagehand repo)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Makes Codex support first-class by adding
.agents/plugins/marketplace.json(Codex's canonical marketplace path), mirroring the existing.claude-plugin/marketplace.json.Why
Codex resolves marketplaces from
.agents/plugins/marketplace.jsonand falls back to.claude-plugin/marketplace.json. Socodex plugin marketplace add browserbase/skillslikely already resolves via the fallback — this publishes the catalog at the canonical path so it's first-class and future-proof.Install (Codex)
Notes
.claude-plugin/marketplace.json(same schema Codex accepts).🤖 Generated with Claude Code