snowflake-create-network-rule
SkillDatabases & dataConsult Snowflake CREATE NETWORK RULE parameter reference before generating any CREATE NETWORK RULE DDL.
Available today. Use it from your connected AI after setup.
No other account needed.
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:
- Read
references/parameters.mdto review all available parameters and their defaults. - For each parameter, decide whether the user's request implies a non-default value.
- Include only the parameters that differ from the default or that the user explicitly requested.
- Never use
CREATE OR REPLACE— useCREATE NETWORK RULE(IF NOT EXISTS is not supported for this object). - TYPE and MODE must always be specified — they are required parameters with no implicit defaults in the DDL.
- 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.
- 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