snowflake-postgres-connect

Configure and test saved Postgres connections and network policies.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/randoneering/nix-flake-mirror --skill snowflake-postgres-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snowflake-postgres-connect
Source: https://github.com/randoneering/nix-flake-mirror/tree/main/home/programs/opencode/skills/snowflake/snowflake-postgres/connect
Command: npx skills add https://github.com/randoneering/nix-flake-mirror --skill snowflake-postgres-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Snowflake Postgres connectivity often requires secure, repeatable management of saved connections and network access controls. This skill provides a structured workflow to discover hosts, save credentials safely, and apply network policies to allow legitimate access without exposing secrets.

Core Features & Use Cases

  • Verify and register Postgres instances using saved connections.
  • Import or describe instances and extract host details for policy planning.
  • Create and attach network policies to allow IP-based access while preserving security.
  • Ideal for onboarding new hosts or teams requiring repeatable, auditable access control.

Quick Start

Load the snowflake-postgres-connect skill and follow prompts to list instances, describe a target, and configure its connection and network policy with the built-in scripts.

Frequently Asked Questions about snowflake-postgres-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate secure Postgres connection configuration in Snowflake?

You can automate secure Postgres connection configuration by using script-based utilities to validate host details, save credentials safely via standard file-based methods, and generate service files for repeatable onboarding.

How do I attach IP-based network policies to allow Postgres access in Snowflake?

To attach IP-based network policies, the workflow extracts target host details, generates policy SQL using built-in scripts, and applies access controls to allow legitimate IP access while preserving overall security.

What is the safest way to handle Postgres credentials when registering instances?

The safest way to handle Postgres credentials during instance registration is to rely on standard file-based methods, ensuring that secrets are saved safely without being exposed during the connection testing process.

Can I use saved Postgres connections to discover and import new host instances?

Yes, you can use saved Postgres connections to discover hosts, describe target instances, and extract host data for policy planning, which is ideal for onboarding new teams or instances repeatably.

Do I need external dependencies to generate Postgres service files and policy SQL?

No external dependencies are required, as the workflow relies entirely on built-in script-based utilities located under the scripts directory to create service files and generate the necessary policy SQL.

What are the limitations of using file-based methods for Snowflake Postgres connectivity?

The primary limitation of using file-based methods for Snowflake Postgres connectivity is that managing and auditing access controls requires strict workflow adherence to ensure saved credentials and network policies remain secure.