# BlinQ AI Agent Skills

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

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

Official page: https://skillscout.sh/official/blinqas/
Markdown page: https://skillscout.sh/official/blinqas/blinqas_skills_skillscout.md
Vendor website: https://blinq.no/

## Prompt for your agent

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

### blinqas/station

Includes 3 official skills: terraform-station-module, terraform-station-test, terraform-test.

Install:

```bash
npx skills add blinqas/station -y
```

Source: https://github.com/blinqas/station

## Individual skills

### terraform-station-module

Official BlinQ skill from blinqas/station.

Install:

```bash
npx skills add blinqas/station@terraform-station-module -y
```

Package: blinqas/station
Source: https://github.com/blinqas/station/tree/trunk/.agents/skills/terraform-station-module

### terraform-station-test

Official BlinQ skill from blinqas/station.

Install:

```bash
npx skills add blinqas/station@terraform-station-test -y
```

Package: blinqas/station
Source: https://github.com/blinqas/station/tree/trunk/.agents/skills/terraform-station-test

### terraform-test

Official BlinQ skill from blinqas/station.

Install:

```bash
npx skills add blinqas/station@terraform-test -y
```

Package: blinqas/station
Source: https://github.com/blinqas/station/tree/HEAD/.agents/skills/terraform-test

## blinqas/station package overview

Includes 3 official skills: terraform-station-module, terraform-station-test, terraform-test.

### Top skills in this package

- terraform-station-module: Official BlinQ skill from blinqas/station.
- terraform-station-test: Official BlinQ skill from blinqas/station.
- terraform-test: Official BlinQ skill from blinqas/station.

### Install

Install the full package:

```bash
npx skills add blinqas/station -y
```

Install a specific skill:

```bash
npx skills add blinqas/station@terraform-station-module -y
```

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

Source: https://github.com/blinqas/station#readme
