tool-streamlit-contact-form

Deploy a Streamlit contact form in Snowflake storing submissions in a table.

3|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sfc-gh-miwhitaker/sfe-public --skill tool-streamlit-contact-form
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-streamlit-contact-form
Source: https://github.com/sfc-gh-miwhitaker/sfe-public/tree/main/_archive/tool-streamlit-contact-form/.claude/skills/tool-streamlit-contact-form
Command: npx skills add https://github.com/sfc-gh-miwhitaker/sfe-public --skill tool-streamlit-contact-form

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a simple Streamlit-in-Snowflake contact form, enabling users to collect submissions directly into a Snowflake table.

Core Features & Use Cases

  • Streamlit Contact Form: Create a minimal contact form using Streamlit within Snowflake.
  • Data Collection: Collect form submissions and store them in a Snowflake table.
  • Use Case: Ideal for building a simple form-to-table app that captures user contact information for further processing.

Quick Start

Deploy the contact form using the provided deploy.sql script and trigger it via the Streamlit app.

Frequently Asked Questions about tool-streamlit-contact-form

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

FAQPage Schema
How do I create a contact form in Streamlit running inside Snowflake?

To create a Streamlit contact form in Snowflake, deploy the provided SQL script and use Python stored procedures for form handling to store user submissions directly into a Snowflake table.

How does form submission storage work with Streamlit in Snowflake?

Form submission storage with Streamlit in Snowflake works by utilizing Python stored procedures to process user input and insert the captured contact information directly into a designated Snowflake table.

Do I need external dependencies to collect data with a Streamlit contact form in Snowflake?

No external dependencies are required to collect data with a Streamlit contact form in Snowflake; the Skill supports inline Streamlit deployment and uses native Python stored procedures for data handling.

What is the best way to build a simple form-to-table app in Snowflake?

The best way to build a simple form-to-table app in Snowflake is using a minimal Streamlit application that captures user contact information and stores it directly in a table via Python stored procedures.

Can I use Python stored procedures to handle contact form data collection in Snowflake?

Yes, you can use Python stored procedures to handle contact form data collection in Snowflake; this Skill leverages them to process form submissions and store the captured data in a Snowflake table.