You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,32 @@ pipx run codex-plugin-scanner lint .
47
47
pipx run codex-plugin-scanner verify .
48
48
```
49
49
50
-
This repo also publishes a real Codex repo marketplace at `.agents/plugins/marketplace.json`. The generated marketplace points at mirrored installable plugin bundles under `./plugins/`, so a local clone of this repository can act as a curated plugin source in Codex exactly the way the OpenAI docs describe.
50
+
This repo publishes a Codex repo marketplace at `.agents/plugins/marketplace.json`. The marketplace points at mirrored installable plugin bundles under `./plugins/`, so a clone of this repo can act as a curated plugin source in Codex.
51
+
52
+
### Use this marketplace in Codex
53
+
54
+
Install plugins directly from this curated list by pointing Codex at the repo marketplace:
55
+
56
+
**CLI:**
57
+
```bash
58
+
# Add this repo as a marketplace source (one-time setup)
3. The curated plugin list appears as an available marketplace source.
74
+
75
+
Each plugin entry includes a `source.path` pointing at a mirrored bundle under `./plugins/` in this repo, so installations are fast and reproducible without hitting upstream repos at install time.
0 commit comments