Codex marketplace registration succeeds, but Webwright does not appear in /plugins
まだ誰も着手していません。
評価
調査の方向性
既存の .claude-plugin/marketplace.json、.codex-plugin/plugin.json、skills/webwright/SKILL.md から始め、報告されている .agents/plugins/marketplace.json の規約と、検証済みの plugins/webwright パスを確認します。issue に記載されている marketplace add、list、install コマンドを実行します。Webwright が一覧と /plugins に表示され、その skill を利用可能な状態でインストールされれば完了です。
索引モデルが issue の本文から書いたものです。
説明
Summary
codex plugin marketplace add microsoft/Webwright succeeds, but Webwright does not appear in codex plugin list or /plugins, so it cannot be installed from the Codex marketplace flow documented in the README.
@n-seiji has reviewed and confirmed all of the issue details below.
Environment
- Repository:
microsoft/Webwright - Tested upstream commit:
734bc60ea73653498215694d0cc4bc96fbc09e9c - Codex CLI:
codex-cli 0.134.0 - Date tested: 2026-05-30
Reproduction
codex plugin marketplace add microsoft/Webwright
codex plugin list | rg -i webwright
codex plugin add webwright@webwright
Actual behavior
The marketplace is registered successfully, but no Webwright plugin is listed.
codex plugin add webwright@webwright fails because the plugin cannot be found in the marketplace.
The current repository contains:
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.codex-plugin/plugin.json
skills/webwright/SKILL.md
but it does not contain a Codex marketplace index at:
.agents/plugins/marketplace.json
Expected behavior
After adding the marketplace, Webwright should appear in codex plugin list and /plugins, and it should be installable with Codex.
Investigation
From the local Codex plugin creator guidance and bundled marketplace examples, Codex repo/team marketplaces are expected to expose a marketplace index at:
.agents/plugins/marketplace.json
The marketplace entries commonly point to plugin roots using:
./plugins/<plugin-name>
The plugin root then contains:
.codex-plugin/plugin.json
I also tested more direct root paths such as . and ./, but those did not make the plugin discoverable. This appears related to the Codex behavior discussed in openai/codex#17066, where root plugin source paths are not accepted as expected.
Verified workaround
I verified a fork-based fix using:
.agents/plugins/marketplace.json
plugins/webwright -> ..
The marketplace entry points to:
./plugins/webwright
Because plugins/webwright is a symlink to the repository root, the existing files remain authoritative:
.codex-plugin/plugin.json
skills/webwright/SKILL.md
This avoids duplicating the skills/webwright tree under plugins/webwright/skills/webwright.
With that layout, the following worked locally:
codex plugin marketplace add n-seiji/Webwright
codex plugin list | rg -i webwright
codex plugin add webwright@webwright
The installed cache included:
skills/webwright/SKILL.md
Suggested fix
Add a Codex marketplace index and expose the existing plugin root through a ./plugins/webwright path, for example:
.agents/plugins/marketplace.json
plugins/webwright -> ..
This keeps the existing .codex-plugin/plugin.json and skills/webwright layout intact, while matching the Codex marketplace path convention.
This should not affect the Claude Code plugin path because .claude-plugin/marketplace.json and .claude-plugin/plugin.json remain unchanged.
One tradeoff is that the symlink approach may cause Codex to cache the repository root as the plugin root, rather than a smaller dedicated plugin subdirectory. The benefit is avoiding duplicate skill files and duplicate maintenance.
- 主要言語
- Python
- スター
- 6k
- フォーク
- 385
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
microsoft/Webwright のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 78/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
microsoft/Webwright の issue をすべて見る
似ている issue
-
area: harness bug status: needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Human-Agent-Society/reef#625 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
learningequality/kolibri#15351 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Name consistency オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
eellak/triplestore#65 · コメント 1 件 ·