# Hailo AI Agent Skills

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

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

Official page: https://skillscout.sh/official/hailo-ai/
Markdown page: https://skillscout.sh/official/hailo-ai/hailo-ai_skills_skillscout.md
Vendor website: https://hailo.ai/

## Prompt for your agent

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

### hailo-ai/hailo-apps

Includes 6 official skills: hl-build-agent-app, hl-build-llm-app, hl-build-pipeline-app, hl-build-standalone-app, hl-build-vlm-app, hl-build-voice-app.

Install:

```bash
npx skills add hailo-ai/hailo-apps -y
```

Source: https://github.com/hailo-ai/hailo-apps

## Individual skills

### hl-build-agent-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-agent-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-agent-app

### hl-build-llm-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-llm-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-llm-app

### hl-build-pipeline-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-pipeline-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-pipeline-app

### hl-build-standalone-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-standalone-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-standalone-app

### hl-build-vlm-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-vlm-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-vlm-app

### hl-build-voice-app

Official Hailo skill from hailo-ai/hailo-apps.

Install:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-voice-app -y
```

Package: hailo-ai/hailo-apps
Source: https://github.com/hailo-ai/hailo-apps/tree/HEAD/.github/skills/hl-build-voice-app

## hailo-ai/hailo-apps package overview

Includes 6 official skills: hl-build-agent-app, hl-build-llm-app, hl-build-pipeline-app, hl-build-standalone-app, hl-build-vlm-app, hl-build-voice-app.

### Top skills in this package

- hl-build-agent-app: Official Hailo skill from hailo-ai/hailo-apps.
- hl-build-llm-app: Official Hailo skill from hailo-ai/hailo-apps.
- hl-build-pipeline-app: Official Hailo skill from hailo-ai/hailo-apps.
- hl-build-standalone-app: Official Hailo skill from hailo-ai/hailo-apps.
- hl-build-vlm-app: Official Hailo skill from hailo-ai/hailo-apps.
- hl-build-voice-app: Official Hailo skill from hailo-ai/hailo-apps.

### Install

Install the full package:

```bash
npx skills add hailo-ai/hailo-apps -y
```

Install a specific skill:

```bash
npx skills add hailo-ai/hailo-apps@hl-build-agent-app -y
```

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

Source: https://github.com/hailo-ai/hailo-apps#readme
