File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,13 +63,20 @@ Install plugins directly from this curated list by pointing Codex at the repo ma
6363``` bash
6464# Add this repo as a marketplace source (one-time setup)
6565codex plugin marketplace add \
66- " https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json"
66+ https://github.com/hashgraph-online/awesome-codex-plugins.git \
67+ --ref main \
68+ --sparse .agents/plugins \
69+ --sparse plugins
6770
6871# Then browse and install (the marketplace name is derived from the repo name)
6972codex plugin list --source awesome-codex-plugins
7073codex plugin install < plugin-name> --source awesome-codex-plugins
7174```
7275
76+ Do not use the raw ` marketplace.json ` URL with ` codex plugin marketplace add ` .
77+ The Codex marketplace command clones a Git repository, so a raw GitHub file URL is
78+ treated like a repo URL and fails with ` remote: 404: Not Found ` .
79+
7380** Desktop App / IDE Extension:**
74811 . Open Codex settings → Plugins → Next to search plugins input click on menu and select → ` +Add More... `
7582<img width =" 1462 " height =" 466 " alt =" image " src =" https://github.com/user-attachments/assets/ae15f505-58a8-4199-bb7b-56a07b670b10 " />
You can’t perform that action at this time.
0 commit comments