Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 6 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,46 +166,24 @@ claude
<details>
<summary id="codex">Codex</summary>

**1. Clone the Repo:**
**1. Install marketplace:**

```bash
git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
```

**2. Install the plugin:**

```bash
mkdir -p ~/.codex/plugins
cp -R /absolute/path/to/dataproc ~/.codex/plugins/dataproc
codex plugin install dataproc@data-agent-kit
```

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

**4. Create or update marketplace.json:**
`~/.agents/plugins/marketplace.json`

```json
{
"name": "my-data-cloud-google-marketplace",
"interface": {
"displayName": "Google Data Cloud Skills"
},
"plugins": [
{
"name": "dataproc",
"source": {
"source": "local",
"path": "./plugins/dataproc"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Data & Analytics"
}
]
}
**4. (Optional) Update the marketplace:**
```sh
codex plugin marketplace upgrade data-agent-kit
```

</details>
Expand Down
Loading