Skip to content

Commit ddb8a80

Browse files
committed
docs: update codex installation instructions
1 parent 4508637 commit ddb8a80

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
@@ -179,50 +179,26 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
179179
<details>
180180
<summary id="codex">Codex</summary>
181181

182-
**1. Clone the Repo:**
182+
**1. Install marketplace:**
183183

184184
```bash
185-
git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
185+
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
186186
```
187187

188188
**2. Install the plugin:**
189189

190190
```bash
191-
mkdir -p ~/.codex/plugins
192-
cp -R /absolute/path/to/cloud-sql-mysql ~/.codex/plugins/cloud-sql-mysql
191+
codex plugin install cloud-sql-mysql@data-agent-kit
193192
```
194193

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

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

224-
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
225-
226202
</details>
227203

228204
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)

0 commit comments

Comments
 (0)