@@ -33,15 +33,15 @@ Before you begin, ensure you have the following:
3333
3434## Getting Started
3535
36- ### Installation
36+ ### Gemini CLI
3737
38- To install the extension, use the command:
38+ To install the extension for Gemini CLI , use the command:
3939
4040``` bash
4141gemini extensions install https://github.com/gemini-cli-extensions/bigquery-data-analytics
4242```
4343
44- ### Configuration
44+ #### Configuration
4545
4646You will be prompted to configure the following settings during installation. These settings are saved in an ` .env ` file within the extension's directory.
4747
@@ -62,7 +62,6 @@ To view or update your configuration:
6262* Terminal: ` gemini extensions config bigquery-data-analytics [setting name] [--scope <scope>] `
6363 * ` setting name ` : (Optional) The single setting to configure.
6464 * ` scope ` : (Optional) The scope of the setting in (` user ` or ` workspace ` ). Defaults to ` user ` .
65- * Currently, you must restart the Gemini CLI for changes to take effect. We recommend using ` gemini --resume ` to resume your session.
6665
6766Alternatively, you can manually set these environment variables before starting the Gemini CLI:
6867
@@ -75,6 +74,36 @@ export BIGQUERY_MAX_QUERY_RESULT_ROWS="50" # Optional
7574export BIGQUERY_IMPERSONATE_SERVICE_ACCOUNT=" " # Optional
7675```
7776
77+ ### Claude Code
78+
79+ To use these skills with [ Claude Code] ( https://docs.anthropic.com/en/docs/agents-and-tools/claude-code ) :
80+
81+ 1 . Navigate to your project directory.
82+ 2 . Add the plugin:
83+ ``` bash
84+ claude mcp add bigquery-data-analytics https://github.com/gemini-cli-extensions/bigquery-data-analytics
85+ ```
86+ 3. Claude will prompt you for the required configuration values.
87+
88+ # ## Codex
89+
90+ To use these skills with [Codex](https://github.com/google-gemini/codex):
91+
92+ 1. Open the Codex interface.
93+ 2. Navigate to the ** Extensions** or ** Plugins** section.
94+ 3. Search for ` bigquery-data-analytics` or provide the repository URL: ` https://github.com/gemini-cli-extensions/bigquery-data-analytics` .
95+ 4. Follow the on-screen instructions to install and configure.
96+
97+ # ## Antigravity
98+
99+ To use these skills with [Antigravity](https://github.com/google-gemini/antigravity):
100+
101+ 1. Install the skills using the Antigravity CLI:
102+ ` ` ` bash
103+ antigravity skills install https://github.com/gemini-cli-extensions/bigquery-data-analytics
104+ ` ` `
105+ 2. Configure the environment variables as prompted or in your ` .env` file.
106+
78107> [! NOTE]
79108> * Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
80109> * See [Troubleshooting](# troubleshooting) for debugging your configuration.
0 commit comments