# BentoML AI Agent Skills

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

Browse 5 official AI agent skills across 1 BentoML repository, with install commands and source links.

Official page: https://skillscout.sh/official/bentoml/
Markdown page: https://skillscout.sh/official/bentoml/bentoml_skills_skillscout.md
Vendor website: https://bentoml.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/bentoml/bentoml_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant BentoML 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

### bentoml/bentoml

Includes 5 official skills: bentoml-containerize, bentoml-create-bento, bentoml-deploy-scriptgen, bentoml-ec2-deploy, bentoml-k8s-deploy.

Install:

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

Source: https://github.com/bentoml/BentoML

## Individual skills

### bentoml-containerize

Official BentoML skill from bentoml/bentoml.

Install:

```bash
npx skills add bentoml/bentoml@bentoml-containerize -y
```

Package: bentoml/bentoml
Source: https://github.com/bentoml/BentoML/tree/HEAD/skills/bentoml-containerize

### bentoml-create-bento

Official BentoML skill from bentoml/bentoml.

Install:

```bash
npx skills add bentoml/bentoml@bentoml-create-bento -y
```

Package: bentoml/bentoml
Source: https://github.com/bentoml/BentoML/tree/HEAD/skills/bentoml-create-bento

### bentoml-deploy-scriptgen

Official BentoML skill from bentoml/bentoml.

Install:

```bash
npx skills add bentoml/bentoml@bentoml-deploy-scriptgen -y
```

Package: bentoml/bentoml
Source: https://github.com/bentoml/BentoML/tree/HEAD/skills/bentoml-deploy-scriptgen

### bentoml-ec2-deploy

Official BentoML skill from bentoml/bentoml.

Install:

```bash
npx skills add bentoml/bentoml@bentoml-ec2-deploy -y
```

Package: bentoml/bentoml
Source: https://github.com/bentoml/BentoML/tree/HEAD/skills/bentoml-ec2-deploy

### bentoml-k8s-deploy

Official BentoML skill from bentoml/bentoml.

Install:

```bash
npx skills add bentoml/bentoml@bentoml-k8s-deploy -y
```

Package: bentoml/bentoml
Source: https://github.com/bentoml/BentoML/tree/HEAD/skills/bentoml-k8s-deploy

## bentoml/bentoml package overview

Includes 5 official skills: bentoml-containerize, bentoml-create-bento, bentoml-deploy-scriptgen, bentoml-ec2-deploy, bentoml-k8s-deploy.

### Top skills in this package

- bentoml-containerize: Official BentoML skill from bentoml/bentoml.
- bentoml-create-bento: Official BentoML skill from bentoml/bentoml.
- bentoml-deploy-scriptgen: Official BentoML skill from bentoml/bentoml.
- bentoml-ec2-deploy: Official BentoML skill from bentoml/bentoml.
- bentoml-k8s-deploy: Official BentoML skill from bentoml/bentoml.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add bentoml/bentoml@bentoml-containerize -y
```

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

Source: https://github.com/bentoml/bentoml#readme
