@@ -163,50 +163,26 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
163163<details >
164164<summary id =" codex " >Codex</summary >
165165
166- ** 1. Clone the Repo :**
166+ ** 1. Install marketplace :**
167167
168168``` bash
169- git clone --branch 0.5.2 git@github.com:gemini-cli-extensions/knowledge-catalog.git
169+ codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
170170```
171171
172172** 2. Install the plugin:**
173173
174174``` bash
175- mkdir -p ~ /.codex/plugins
176- cp -R /absolute/path/to/knowledge-catalog ~ /.codex/plugins/knowledge-catalog
175+ codex plugin install knowledge-catalog@data-agent-kit
177176```
178177
179178** 3. Set env vars:**
180179Enter your environment vars as described in the [ configuration section] ( #configuration ) .
181180
182- ** 4. Create or update marketplace.json:**
183- ` ~/.agents/plugins/marketplace.json `
184-
185- ``` json
186- {
187- "name" : " my-data-cloud-google-marketplace" ,
188- "interface" : {
189- "displayName" : " Google Data Cloud Skills"
190- },
191- "plugins" : [
192- {
193- "name" : " knowledge-catalog" ,
194- "source" : {
195- "source" : " local" ,
196- "path" : " ./plugins/knowledge-catalog"
197- },
198- "policy" : {
199- "installation" : " AVAILABLE" ,
200- "authentication" : " ON_INSTALL"
201- },
202- "category" : " Data Governance"
203- }
204- ]
205- }
181+ ** 4. (Optional) Update the marketplace:**
182+ ``` sh
183+ codex plugin marketplace upgrade data-agent-kit
206184```
207185
208- _ (Tip: Run ` codex plugin list ` or use the ` /plugins ` interactive menu to verify your installed plugins.)_
209-
210186</details >
211187
212188## Installing using [ open agent skills tool] ( https://github.com/vercel-labs/skills )
0 commit comments