Snowflake Platform
This skill allows you to interact with Snowflake data directly from your LangChain applications, streamlining data access and analysis workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add snowflake-platform npx -- -y @trustedskills/snowflake-platform
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"snowflake-platform": {
"command": "npx",
"args": [
"-y",
"@trustedskills/snowflake-platform"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The snowflake-platform skill enables AI agents to interact with Snowflake, a cloud-based data warehousing platform. It allows users to perform tasks such as querying databases, managing data pipelines, and executing SQL commands within the Snowflake environment.
When to use it
- When you need to run complex SQL queries on large datasets hosted in Snowflake.
- To automate ETL (Extract, Transform, Load) processes using Snowflake's capabilities.
- For real-time analytics or reporting that requires direct access to Snowflake data.
Key capabilities
- Execute SQL commands within Snowflake.
- Manage and interact with Snowflake databases and schemas.
- Automate data workflows and pipelines in Snowflake.
Example prompts
- "Run a SELECT query on the 'sales' table in the 'analytics' database."
- "Create a new schema called 'user_data' in Snowflake."
- "Export the results of this SQL query to a CSV file."
Tips & gotchas
- Ensure that your AI agent has proper authentication credentials and access rights to interact with Snowflake.
- Be mindful of performance implications when running large queries or data transformations directly through the skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.