# Snowflake AI Agent Skills

Snowflake publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 3 Snowflake repositories, with install commands and source links.

Official page: https://skillscout.sh/official/snowflakedb/
Markdown page: https://skillscout.sh/official/snowflakedb/snowflakedb_skills_skillscout.md
Vendor website: https://snowflake.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/snowflakedb/snowflakedb_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Snowflake skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### snowflakedb/snowflake-cursor-plugin

Snowflake Plugin for Cursor. Includes 1 official skill: snowflake-mcp-setup.

Install:

```bash
npx skills add snowflakedb/snowflake-cursor-plugin -y
```

Source: https://github.com/snowflakedb/snowflake-cursor-plugin

### snowflakedb/snowpipe-streaming-sdk-examples

Includes 5 official skills: kafka-connector-v4, snowpipe-streaming-quickstart, custom-kafka-consumer, custom-kafka-consumer, snowpipe-streaming-ai-webinar.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples -y
```

Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples

### snowflakedb/qgis-snowflake-connector

Includes 1 official skill: skill.

Install:

```bash
npx skills add snowflakedb/qgis-snowflake-connector -y
```

Source: https://github.com/snowflakedb/qgis-snowflake-connector

## Individual skills

### snowflake-mcp-setup

Official Snowflake skill from snowflakedb/snowflake-cursor-plugin.

Install:

```bash
npx skills add snowflakedb/snowflake-cursor-plugin@snowflake-mcp-setup -y
```

Package: snowflakedb/snowflake-cursor-plugin
Source: https://github.com/snowflakedb/snowflake-cursor-plugin/tree/HEAD/skills/snowflake-mcp-setup

### kafka-connector-v4

Official Snowflake skill from snowflakedb/snowpipe-streaming-sdk-examples.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples@kafka-connector-v4 -y
```

Package: snowflakedb/snowpipe-streaming-sdk-examples
Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples/tree/main/skills/kafka-connector-v4

### snowpipe-streaming-quickstart

Official Snowflake skill from snowflakedb/snowpipe-streaming-sdk-examples.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples@snowpipe-streaming-quickstart -y
```

Package: snowflakedb/snowpipe-streaming-sdk-examples
Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples/tree/main/skills/snowpipe-streaming-quickstart

### custom-kafka-consumer

Official Snowflake skill from snowflakedb/snowpipe-streaming-sdk-examples.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples@custom-kafka-consumer -y
```

Package: snowflakedb/snowpipe-streaming-sdk-examples
Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples/tree/main/custom-kafka-consumer/.cortex/skills/custom-kafka-consumer

### custom-kafka-consumer

Official Snowflake skill from snowflakedb/snowpipe-streaming-sdk-examples.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples@custom-kafka-consumer -y
```

Package: snowflakedb/snowpipe-streaming-sdk-examples
Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples/tree/HEAD/skills/custom-kafka-consumer

### snowpipe-streaming-ai-webinar

Official Snowflake skill from snowflakedb/snowpipe-streaming-sdk-examples.

Install:

```bash
npx skills add snowflakedb/snowpipe-streaming-sdk-examples@snowpipe-streaming-ai-webinar -y
```

Package: snowflakedb/snowpipe-streaming-sdk-examples
Source: https://github.com/snowflakedb/snowpipe-streaming-sdk-examples/tree/main/skills/snowpipe-streaming-ai-webinar

### skill

Official Snowflake skill from snowflakedb/qgis-snowflake-connector.

Install:

```bash
npx skills add snowflakedb/qgis-snowflake-connector@skill -y
```

Package: snowflakedb/qgis-snowflake-connector
Source: https://github.com/snowflakedb/qgis-snowflake-connector/tree/main/skill

## snowflakedb/snowflake-cursor-plugin package overview

Snowflake Plugin for Cursor. Includes 1 official skill: snowflake-mcp-setup.

### Top skills in this package

- snowflake-mcp-setup: Official Snowflake skill from snowflakedb/snowflake-cursor-plugin.

### Install

Install the full package:

```bash
npx skills add snowflakedb/snowflake-cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add snowflakedb/snowflake-cursor-plugin@snowflake-mcp-setup -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/snowflakedb/snowflake-cursor-plugin#readme
