snowflake-platform

Develop and deploy Snowflake Native Apps with Cortex AI and Snowpark Python.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill snowflake-platform-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snowflake-platform
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/snowflake-platform
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill snowflake-platform-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and rules (resource) components.

What problem does it solve?

This Skill empowers developers to build and deploy applications on Snowflake's AI Data Cloud, streamlining complex tasks from CLI operations to AI integrations and native app development.

Core Features & Use Cases

  • Snow CLI & REST API: Manage projects, execute SQL, and integrate with external services like Cloudflare Workers.
  • Cortex AI: Leverage LLM functions (COMPLETE, SUMMARIZE, TRANSLATE) directly within SQL for advanced data analysis.
  • Native Apps & Snowpark: Develop, version, and publish applications to the Snowflake Marketplace, and build data pipelines with Python.
  • Use Case: Develop a Snowflake Native App that uses Cortex AI to summarize customer feedback from a data table and then deploys it to the Snowflake Marketplace.

Quick Start

Use the snowflake-platform skill to set up a new Snowflake Native App project.

Frequently Asked Questions about snowflake-platform

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

FAQPage Schema
How do I integrate Cortex AI functions like SUMMARIZE and TRANSLATE directly within Snowflake SQL?

Snowflake Cortex AI functions like SUMMARIZE and TRANSLATE can be called directly within SQL queries to analyze data tables. This skill guides you through invoking these LLM functions to perform advanced data analysis without exporting your data.

What's the best way to authenticate with Snowflake using JWT key-pair mechanisms?

Snowflake JWT key-pair authentication requires generating public and private keys and configuring your account identifier. This skill addresses common authentication challenges by guiding you through setting up key-pair mechanisms for secure REST API integration.

Can I manage Snowflake projects and execute SQL using the Snow CLI?

Yes, the Snow CLI allows you to manage Snowflake projects, execute SQL commands, and integrate with external services like Cloudflare Workers. This skill provides procedures for setting up CLI operations and REST API integrations.

How do I build data pipelines in Snowflake using Snowpark Python?

Snowpark Python enables you to build data pipelines directly within the Snowflake AI Data Cloud. This skill covers developing Python applications and pipelines that process data natively using the Snowpark framework.

Does this skill support developing a complete Snowflake Native App from scratch?

Yes, you can develop a complete Snowflake Native App from scratch using this skill. It covers the full workflow including setting up the project, integrating Cortex AI for data summarization, and deploying the app to the Snowflake Marketplace.

What are the limitations when integrating Snowflake REST API with external services?

When integrating Snowflake REST API with external services like Cloudflare Workers, limitations often arise from JWT authentication setup and account identifier configuration. This skill helps navigate these constraints to ensure secure and functional external integrations.