File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,50 +173,26 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
173173<details >
174174<summary id =" codex " >Codex</summary >
175175
176- ** 1. Clone the Repo :**
176+ ** 1. Install marketplace :**
177177
178178``` bash
179- git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery- data-analytics.git
179+ codex plugin marketplace add GoogleCloudPlatform/ data-agent-kit
180180```
181181
182182** 2. Install the plugin:**
183183
184184``` bash
185- mkdir -p ~ /.codex/plugins
186- cp -R /absolute/path/to/bigquery-data-analytics ~ /.codex/plugins/bigquery-data-analytics
185+ codex plugin install bigquery-data-analytics@data-agent-kit
187186```
188187
189188** 3. Set env vars:**
190189Enter your environment vars as described in the [ configuration section] ( #configuration ) .
191190
192- ** 4. Create or update marketplace.json:**
193- ` ~/.agents/plugins/marketplace.json `
194-
195- ``` json
196- {
197- "name" : " my-data-cloud-google-marketplace" ,
198- "interface" : {
199- "displayName" : " Google Data Cloud Skills"
200- },
201- "plugins" : [
202- {
203- "name" : " bigquery-data-analytics" ,
204- "source" : {
205- "source" : " local" ,
206- "path" : " ./plugins/bigquery-data-analytics"
207- },
208- "policy" : {
209- "installation" : " AVAILABLE" ,
210- "authentication" : " ON_INSTALL"
211- },
212- "category" : " Database"
213- }
214- ]
215- }
191+ ** 4. (Optional) Update the marketplace:**
192+ ``` sh
193+ codex plugin marketplace upgrade data-agent-kit
216194```
217195
218- _ (Tip: Run ` codex plugin list ` or use the ` /plugins ` interactive menu to verify your installed plugins.)_
219-
220196</details >
221197
222198## Installing using [ open agent skills tool] ( https://github.com/vercel-labs/skills )
You can’t perform that action at this time.
0 commit comments