# Kubeflow AI Agent Skills

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

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

Official page: https://skillscout.sh/official/kubeflow/
Markdown page: https://skillscout.sh/official/kubeflow/kubeflow_skills_skillscout.md
Vendor website: https://kubeflow.org/

## Prompt for your agent

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

### kubeflow/hub

Includes 5 official skills: catalog-add-route, catalog-sample-data, create-agent-catalog-source, init-catalog, sync-catalog.

Install:

```bash
npx skills add kubeflow/hub -y
```

Source: https://github.com/kubeflow/hub

## Individual skills

### catalog-add-route

Official Kubeflow skill from kubeflow/hub.

Install:

```bash
npx skills add kubeflow/hub@catalog-add-route -y
```

Package: kubeflow/hub
Source: https://github.com/kubeflow/hub/tree/main/.agents/skills/catalog-add-route

### catalog-sample-data

Official Kubeflow skill from kubeflow/hub.

Install:

```bash
npx skills add kubeflow/hub@catalog-sample-data -y
```

Package: kubeflow/hub
Source: https://github.com/kubeflow/hub/tree/main/.agents/skills/catalog-sample-data

### create-agent-catalog-source

Official Kubeflow skill from kubeflow/hub.

Install:

```bash
npx skills add kubeflow/hub@create-agent-catalog-source -y
```

Package: kubeflow/hub
Source: https://github.com/kubeflow/hub/tree/HEAD/.agents/skills/create-agent-catalog-source

### init-catalog

Official Kubeflow skill from kubeflow/hub.

Install:

```bash
npx skills add kubeflow/hub@init-catalog -y
```

Package: kubeflow/hub
Source: https://github.com/kubeflow/hub/tree/main/.agents/skills/init-catalog

### sync-catalog

Official Kubeflow skill from kubeflow/hub.

Install:

```bash
npx skills add kubeflow/hub@sync-catalog -y
```

Package: kubeflow/hub
Source: https://github.com/kubeflow/hub/tree/main/.agents/skills/sync-catalog

## kubeflow/hub package overview

Includes 5 official skills: catalog-add-route, catalog-sample-data, create-agent-catalog-source, init-catalog, sync-catalog.

### Top skills in this package

- catalog-add-route: Official Kubeflow skill from kubeflow/hub.
- catalog-sample-data: Official Kubeflow skill from kubeflow/hub.
- create-agent-catalog-source: Official Kubeflow skill from kubeflow/hub.
- init-catalog: Official Kubeflow skill from kubeflow/hub.
- sync-catalog: Official Kubeflow skill from kubeflow/hub.

### Install

Install the full package:

```bash
npx skills add kubeflow/hub -y
```

Install a specific skill:

```bash
npx skills add kubeflow/hub@catalog-add-route -y
```

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

Source: https://github.com/kubeflow/hub#readme
