Skip to content

Commit 849ce3f

Browse files
authored
docs: update codex installation instructions (gemini-cli-extensions#176)
1 parent 5b9bc21 commit 849ce3f

1 file changed

Lines changed: 7 additions & 31 deletions

File tree

README.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -177,50 +177,26 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
177177
<details>
178178
<summary id="codex">Codex</summary>
179179

180-
**1. Clone the Repo:**
180+
**1. Install marketplace:**
181181

182182
```bash
183-
git clone --branch 0.4.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
183+
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
184184
```
185185

186186
**2. Install the plugin:**
187187

188188
```bash
189-
mkdir -p ~/.codex/plugins
190-
cp -R /absolute/path/to/cloud-sql-postgresql ~/.codex/plugins/cloud-sql-postgresql
189+
codex plugin install cloud-sql-postgresql@data-agent-kit
191190
```
192191

193192
**3. Set env vars:**
194193
Enter your environment vars as described in the [configuration section](#configuration).
195194

196-
**4. Create or update marketplace.json:**
197-
`~/.agents/plugins/marketplace.json`
198-
199-
```json
200-
{
201-
"name": "my-data-cloud-google-marketplace",
202-
"interface": {
203-
"displayName": "Google Data Cloud Skills"
204-
},
205-
"plugins": [
206-
{
207-
"name": "cloud-sql-postgresql",
208-
"source": {
209-
"source": "local",
210-
"path": "./plugins/cloud-sql-postgresql"
211-
},
212-
"policy": {
213-
"installation": "AVAILABLE",
214-
"authentication": "ON_INSTALL"
215-
},
216-
"category": "Database"
217-
}
218-
]
219-
}
195+
**4. (Optional) Update the marketplace:**
196+
```sh
197+
codex plugin marketplace upgrade data-agent-kit
220198
```
221199

222-
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
223-
224200
</details>
225201

226202
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
@@ -283,4 +259,4 @@ Common issues:
283259
- "failed to find default credentials: google: could not find default credentials.": Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment. See [Set up Application Default Credentials](https://cloud.google.com/docs/authentication/external/set-up-adc) for more information.
284260
- "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
285261
- "✖ MCP ERROR: Error: spawn .../toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using the latest version of your agent.
286-
- "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://mcp-toolbox.dev/documentation/introduction/#install-toolbox) for more information.
262+
- "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://mcp-toolbox.dev/documentation/introduction/#install-toolbox) for more information.

0 commit comments

Comments
 (0)