# Streamlit AI Agent Skills

Streamlit publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 2 Streamlit repositories, with install commands and source links.

Official page: https://skillscout.sh/official/streamlit/
Markdown page: https://skillscout.sh/official/streamlit/streamlit_skills_skillscout.md
Vendor website: https://streamlit.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/streamlit/streamlit_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Streamlit skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### streamlit/streamlit

Includes 1 official skill: developing-with-streamlit.

Install:

```bash
npx skills add streamlit/streamlit -y
```

Source: https://www.skills.sh/official#streamlit/streamlit

### streamlit/agent-skills

Includes 1 official skill: developing-with-streamlit.

Install:

```bash
npx skills add streamlit/agent-skills -y
```

Source: https://www.skills.sh/official#streamlit/agent-skills

## Individual skills

### developing-with-streamlit

Official Streamlit skill from streamlit/streamlit.

Install:

```bash
npx skills add streamlit/streamlit@developing-with-streamlit -y
```

Package: streamlit/streamlit
Source: https://github.com/streamlit/streamlit/tree/HEAD/lib/streamlit/.agents/meta-skill/developing-with-streamlit

### developing-with-streamlit

Official Streamlit skill from streamlit/agent-skills.

Install:

```bash
npx skills add streamlit/agent-skills@developing-with-streamlit -y
```

Package: streamlit/agent-skills
Source: https://github.com/streamlit/agent-skills/tree/HEAD/developing-with-streamlit

## streamlit/agent-skills package overview

Includes 1 official skill: developing-with-streamlit.

### Top skills in this package

- developing-with-streamlit: Official Streamlit skill from streamlit/agent-skills.

### Install

Install the full package:

```bash
npx skills add streamlit/agent-skills -y
```

Install a specific skill:

```bash
npx skills add streamlit/agent-skills@developing-with-streamlit -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/streamlit/agent-skills#readme
