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

Installs
2
GitHub Stars
211
First Seen
Mar 31, 2026
using-streamlit-cli — streamlit/agent-skills