Azure Database for PostgreSQL

🏢Official
by microsoft · vlatest · skills.sh

Official microsoft skill covering Azure, PostgreSQL for deploying and managing cloud infrastructure.

OpenClaw install— Claude Code and Claude Desktop are shown explicitly below
$ npx skills add https://skills.sh/microsoft/github-copilot-for-azure --skill azure-postgres
💬Claude Desktop

Add this skill to Claude Desktop’s MCP config file under mcpServers.

Config-file based install inside the Claude desktop app.
⌨️Claude Code

Install from terminal with claude mcp add azure-postgres npx -- -y @trustedskills/azure-postgres.

CLI-first install for Claude Code, separate from Claude Desktop.

Install on your platform

Claude Desktop and Claude Code are different install targets. Desktop uses JSON config in Claude’s app settings; Claude Code uses the claude mcp add CLI command or ~/.claude/settings.json.

💬Claude Desktop

Best if you use the Claude desktop app and manage MCP tools through its config file.

Install shape: JSON under mcpServers

⌨️Claude Code

Best if you use the Claude CLI / coding workflow and want one-command setup in terminal.

Install shape: claude mcp add ...

1Run this command in your terminal. The skill is immediately available.
terminal
npx skills add https://skills.sh/microsoft/github-copilot-for-azure --skill azure-postgres

About This Skill

## What it does The `azure-postgres` skill enables AI agents to interact with and manage PostgreSQL databases hosted on Microsoft Azure. It provides capabilities such as querying, modifying, and administering PostgreSQL instances within the Azure cloud environment. ## When to use it - Automating database backups or migrations in an Azure PostgreSQL instance. - Troubleshooting performance issues or query errors in a live Azure PostgreSQL deployment. - Setting up new databases, users, or roles for applications hosted on Azure. ## Key capabilities - Execute SQL queries against Azure PostgreSQL databases. - Manage user permissions and database roles. - Monitor and optimize database performance. - Automate routine administrative tasks like backups and restores. ## Example prompts - "Run a SELECT query to retrieve all users from the 'customers' table in my Azure PostgreSQL instance." - "Create a new database user with read-only access to the 'sales' schema." - "Check the disk usage of my Azure PostgreSQL server and suggest optimization steps." ## Tips & gotchas - Ensure your AI agent has proper authentication credentials and network access to the Azure PostgreSQL instance. - Be cautious when executing administrative commands, as they can affect database integrity or security.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
microsoft
Installs
34.8k

🏢 Official

Published by the company or team that built the technology.

Quick Install (OpenClaw)

See the sections and tabs above for Claude Code, Claude Desktop, Cursor, MCP, and more.

npx skills add https://skills.sh/microsoft/github-copilot-for-azure --skill azure-postgres