# NI AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ni/
Markdown page: https://skillscout.sh/official/ni/ni_skills_skillscout.md
Vendor website: https://ni.com/

## Prompt for your agent

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

### ni/install-systemlink-enterprise

Includes 1 official skill: release-notes-authoring.

Install:

```bash
npx skills add ni/install-systemlink-enterprise -y
```

Source: https://github.com/ni/install-systemlink-enterprise

### ni/nimble

Includes 1 official skill: component-review.

Install:

```bash
npx skills add ni/nimble -y
```

Source: https://github.com/ni/nimble

## Individual skills

### release-notes-authoring

Official NI skill from ni/install-systemlink-enterprise.

Install:

```bash
npx skills add ni/install-systemlink-enterprise@release-notes-authoring -y
```

Package: ni/install-systemlink-enterprise
Source: https://github.com/ni/install-systemlink-enterprise/tree/main/.github/skills/release-notes-authoring

### component-review

Official NI skill from ni/nimble.

Install:

```bash
npx skills add ni/nimble@component-review -y
```

Package: ni/nimble
Source: https://github.com/ni/nimble/tree/main/packages/ok-components/src/fv/.github/skills/component-review

## ni/install-systemlink-enterprise package overview

Includes 1 official skill: release-notes-authoring.

### Top skills in this package

- release-notes-authoring: Official NI skill from ni/install-systemlink-enterprise.

### Install

Install the full package:

```bash
npx skills add ni/install-systemlink-enterprise -y
```

Install a specific skill:

```bash
npx skills add ni/install-systemlink-enterprise@release-notes-authoring -y
```

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

Source: https://github.com/ni/install-systemlink-enterprise#readme
