·streamlit-to-marimo
</>

streamlit-to-marimo

Convert a Streamlit app to a marimo notebook

73Installs·21Trend·@marimo-team

Installation

$npx skills add https://github.com/marimo-team/skills --skill streamlit-to-marimo

How to Install streamlit-to-marimo

Quickly install streamlit-to-marimo AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/marimo-team/skills --skill streamlit-to-marimo
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: marimo-team/skills.

SKILL.md

View raw

For general marimo notebook conventions (cell structure, PEP 723 metadata, output rendering, marimo check, variable naming, etc.), refer to the marimo-notebook skill. This skill focuses specifically on mapping Streamlit concepts to marimo equivalents.

| st.slider() | mo.ui.slider() | | | st.selectslider() | mo.ui.slider(steps=[...]) | Pass discrete values via steps | | st.textinput() | mo.ui.text() | | | st.textarea() | mo.ui.textarea() | | | st.numberinput() | mo.ui.number() | | | st.checkbox() | mo.ui.checkbox() | | | st.toggle() | mo.ui.switch() | | | st.radio() | mo.ui.radio() | |

| st.selectbox() | mo.ui.dropdown() | | | st.multiselect() | mo.ui.multiselect() | | | st.dateinput() | mo.ui.date() | | | st.timeinput() | mo.ui.text() | No dedicated time widget | | st.fileuploader() | mo.ui.file() | Use .contents() to read bytes | | st.colorpicker() | mo.ui.text(value="#000000") | No dedicated color picker |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/marimo-team/skills --skill streamlit-to-marimo
Category
</>Dev Tools
Verified
First Seen
2026-03-05
Updated
2026-03-10

Browse more skills from marimo-team/skills

Quick answers

What is streamlit-to-marimo?

Convert a Streamlit app to a marimo notebook Source: marimo-team/skills.

How do I install streamlit-to-marimo?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/marimo-team/skills --skill streamlit-to-marimo Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/marimo-team/skills