using-streamlit-cli

Installation
SKILL.md

Using the Streamlit CLI

The Streamlit CLI is the primary tool for running Streamlit applications and managing configuration. This skill covers all essential commands and configuration options.

Running Streamlit apps

Basic syntax

streamlit run [<entrypoint>] [-- config options] [script args]

Entrypoint options

Argument Behavior
(none) Looks for streamlit_app.py in current directory
Directory path Runs streamlit_app.py within that directory
File path Runs the specified file directly
Related skills

More from streamlit/agent-skills

Installs
2
GitHub Stars
186
First Seen
Mar 31, 2026