snowflake-data

Manage Snowflake databases and execute SQL queries via the REST API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill snowflake-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snowflake-data
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/snowflake-data
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill snowflake-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawlink-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of managing Snowflake databases and executing SQL queries, allowing users to easily explore and manipulate their data.

Core Features & Use Cases

  • Database Management: List, get, and manage Snowflake databases, schemas, tables, views, warehouses, and pipelines.
  • SQL Query Execution: Execute SQL queries and run analytics workflows directly from chat.
  • Use Case: Suppose you need to retrieve sales data from a Snowflake database. This Skill enables you to quickly list the available databases, select the appropriate schema and table, and execute a SQL query to extract the desired data.

Quick Start

Use the snowflake-data skill to list all databases in your Snowflake account.

Frequently Asked Questions about snowflake-data

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

FAQPage Schema
How do I execute SQL queries on a Snowflake database from chat?

You can execute SQL queries on a Snowflake database by using the Snowflake REST API to run analytics workflows and retrieve data directly. This requires your Snowflake account access and the ClawLink plugin for OAuth authentication.

What Snowflake database management tasks can I automate?

Snowflake database management tasks you can automate include listing, getting, and managing databases, schemas, tables, views, warehouses, and pipelines. This simplifies exploring and manipulating data within the Snowflake platform.

Do I need a specific plugin to connect to Snowflake?

Yes, you need the ClawLink plugin to connect to Snowflake. It handles the OAuth authentication required to securely access your Snowflake account and execute SQL queries via the Snowflake REST API.

What is the best way to retrieve sales data from Snowflake?

The best way to retrieve sales data from Snowflake is to list available databases, select the appropriate schema and table, and execute a SQL query. This workflow extracts the desired data directly from chat.

Can I run cloud computing analytics workflows directly within Snowflake?

Yes, you can run cloud computing analytics workflows directly within Snowflake. The Skill executes SQL queries via the Snowflake REST API, allowing you to manipulate data and manage warehouses from your chat interface.

Does Snowflake data management work without a separate warehouse?

Snowflake data management requires a warehouse to execute queries. This Skill allows you to manage warehouses alongside databases and schemas, ensuring the necessary compute resources are available for your SQL execution.