# XWUISkillCard

Agent Skills listing card. Host installs. Do not nest Chip/Button or SkillBrowser.

## Basic Usage

Empty skill.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty skill.
```

## Named

SKILL.md title as text.

```example
file: examples/Named.ts
html: examples/Named.html
title: Named
description: SKILL.md title as text.
```

## Installed

Already installed.

```example
file: examples/Installed.ts
html: examples/Installed.html
title: Installed
description: Already installed.
```

## Install

Emit install.

```example
file: examples/Install.ts
html: examples/Install.html
title: Install
description: Emit install.
```

```api
```
