Skip to content

Commit db1fa40

Browse files
committed
docs: add Codex marketplace usage instructions to README
1 parent ab54f83 commit db1fa40

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,32 @@ pipx run codex-plugin-scanner lint .
4747
pipx run codex-plugin-scanner verify .
4848
```
4949

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)
59+
codex config set plugin.marketplaces.awesome \
60+
"https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json"
61+
62+
# Then browse and install
63+
codex plugin list --source awesome
64+
codex plugin install <plugin-name> --source awesome
65+
```
66+
67+
**Desktop App / IDE Extension:**
68+
1. Open Codex settings → Plugins → Marketplace Sources
69+
2. Add this URL:
70+
```
71+
https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json
72+
```
73+
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.
5176

5277
## Official Plugins
5378

0 commit comments

Comments
 (0)