Skip to content

Add canonical Codex marketplace catalog (.agents/plugins/marketplace.json)#137

Draft
justinemach wants to merge 1 commit into
mainfrom
codex-marketplace-catalog
Draft

Add canonical Codex marketplace catalog (.agents/plugins/marketplace.json)#137
justinemach wants to merge 1 commit into
mainfrom
codex-marketplace-catalog

Conversation

@justinemach

Copy link
Copy Markdown

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.json and falls back to .claude-plugin/marketplace.json. So codex plugin marketplace add browserbase/skills likely already resolves via the fallback — this publishes the catalog at the canonical path so it's first-class and future-proof.

Install (Codex)

codex plugin marketplace add browserbase/skills
codex plugin install browse

Notes

  • Content is a verbatim mirror of .claude-plugin/marketplace.json (same schema Codex accepts).
  • Draft — part of a batch of marketplace updates (Cursor / Anthropic / Grok) for @shrey150 to review before we ping external contacts.

🤖 Generated with Claude Code

…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>
@justinemach justinemach requested a review from shrey150 June 17, 2026 22:03
]
},
{
"name": "browserbase-cli",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should be deprecated bc /browse is bundled inside of the CLI codebase

]
},
{
"name": "functions",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we don't really need this anymore because browse functions is how you do this

},
"plugins": [
{
"name": "browse",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

browse now lives in the cli codebase (stagehand repo)

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.

2 participants