| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note
Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This repository provides a set of agent skills to interact with Cloud SQL for PostgreSQL instances. These skills can be used with various AI agents, including Antigravity, Claude Code and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
Important
We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Before you begin, ensure you have the following:
Note
If you do not configure a specific CLOUD_SQL_POSTGRES_USER or CLOUD_SQL_POSTGRES_PASSWORD, these skills default to using the active local IAM user credentials. You must also add the IAM user to your Cloud SQL instance, see Creating a database user.
Please keep these env vars handy during the installation process:
Note
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
AntigravityYou can use either of these two agents for Antigravity:
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension with gemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (GEMINI.md / AGENTS.md), and MCP server config differences.
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import gemini
1. Clone the Repo:
git clone --branch 0.4.0 https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git2. Install the skills:
Choose a location for the skills:
Copy the skill folders from the cloned repository's skills/ directory to your chosen location:
cp -R cloud-sql-postgresql/skills/* ~/.gemini/antigravity/skills/3. Set env vars: Set your environment vars as described in the configuration section.
(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the /skills command in your active session.)
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/cloud-sql-postgresql2. Set env vars: Set your environment vars as described in the configuration section.
Claude Code1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude3. Install the plugin:
/plugin install cloud-sql-postgresql@claude-plugins-official_(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
Codex1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit2. Install the plugin:
codex plugin add cloud-sql-postgresql@data-agent-kit3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kitYou can install skills using the npx skills command.
Run the following command in your terminal to automatically download and register the skills:
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-postgresql/tree/0.4.0For detailed info check out the Skills npm package.
2. Set env vars: Set your environment vars as described in the configuration section.
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/cloud-sql-postgresql
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
Interact with Cloud SQL for PostgreSQL using natural language:
The following skills are available in this repository:
Find additional skills to support your entire software development lifecycle at github.com/gemini-cli-extensions, including:
Use the debug mode of your agent (e.g., gemini --debug) to enable debugging.
Common issues:
| Back | FazBrowse Home | New Git URL |