Skip to content

Commit bd9cfdb

Browse files
committed
docs: update codex installation instructions
1 parent e55c1ff commit bd9cfdb

1 file changed

Lines changed: 6 additions & 30 deletions

File tree

README.md

Lines changed: 6 additions & 30 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.2.0 git@github.com:gemini-cli-extensions/cloud-sql-sqlserver.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-sqlserver ~/.codex/plugins/cloud-sql-sqlserver
189+
codex plugin install cloud-sql-sqlserver@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-sqlserver",
208-
"source": {
209-
"source": "local",
210-
"path": "./plugins/cloud-sql-sqlserver"
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)

0 commit comments

Comments
 (0)