snowflake-create-network-rule

SkillDatabases & data

Consult Snowflake CREATE NETWORK RULE parameter reference before generating any CREATE NETWORK RULE DDL.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the snowflake-create-network-rule skill

What this skill tells your AI

The instructions your AI receives, as published by gyrus-dev/frosty in skills/snowflake-create-network-rule/SKILL.md and read by ahel’s review.

Before writing a CREATE NETWORK RULE statement:

  1. Read references/parameters.md to review all available parameters and their defaults.
  2. For each parameter, decide whether the user's request implies a non-default value.
  3. Include only the parameters that differ from the default or that the user explicitly requested.
  4. Never use CREATE OR REPLACE — use CREATE NETWORK RULE (IF NOT EXISTS is not supported for this object).
  5. TYPE and MODE must always be specified — they are required parameters with no implicit defaults in the DDL.
  6. Match TYPE to MODE correctly: INGRESS rules use IPV4, AWSVPCEID, AZURELINKID, or GCPPSCID; EGRESS rules use HOST_PORT or PRIVATE_HOST_PORT; INTERNAL_STAGE requires AWSVPCEID.
  7. VALUE_LIST entries must match the chosen TYPE format (CIDR for IPV4, domain[:port] for HOST_PORT, etc.).

Signals

GitHub stars
77
Forks
9
Last commit
Apr 2026
Advanced
Catalog kind
skill
Gateway key
snowflake-create-network-rule
Source
github.com/gyrus-dev/frosty