From bd9cfdb2093c4882bce28646c6ca523beeee5333 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 19 Jun 2026 11:40:33 +0530 Subject: [PATCH] docs: update codex installation instructions --- README.md | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 97363bf..0d186d8 100644 --- a/README.md +++ b/README.md @@ -177,50 +177,26 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
Codex -**1. Clone the Repo:** +**1. Install marketplace:** ```bash -git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-sqlserver.git +codex plugin marketplace add GoogleCloudPlatform/data-agent-kit ``` **2. Install the plugin:** ```bash -mkdir -p ~/.codex/plugins -cp -R /absolute/path/to/cloud-sql-sqlserver ~/.codex/plugins/cloud-sql-sqlserver +codex plugin install cloud-sql-sqlserver@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": "cloud-sql-sqlserver", - "source": { - "source": "local", - "path": "./plugins/cloud-sql-sqlserver" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Database" - } - ] -} +**4. (Optional) Update the marketplace:** +```sh +codex plugin marketplace upgrade data-agent-kit ``` -_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_ -
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)