# Arbeidstilsynet AI Agent Skills

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

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

Official page: https://skillscout.sh/official/arbeidstilsynet/
Markdown page: https://skillscout.sh/official/arbeidstilsynet/arbeidstilsynet_skills_skillscout.md
Vendor website: https://arbeidstilsynet.no/

## Prompt for your agent

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

### arbeidstilsynet/dotnet-common

Includes 8 official skills: enhetsregisteret, altinn, altinn-app, aspnetcore, era-client, feature-flags.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common -y
```

Source: https://github.com/Arbeidstilsynet/dotnet-common

## Individual skills

### enhetsregisteret

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@enhetsregisteret -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/enhetsregisteret

### altinn

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@altinn -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/altinn

### altinn-app

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@altinn-app -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/altinn-app

### aspnetcore

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@aspnetcore -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/aspnetcore

### era-client

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@era-client -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/era-client

### feature-flags

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@feature-flags -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/feature-flags

### geonorge

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@geonorge -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/geonorge

### test-extensions

Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

Install:

```bash
npx skills add arbeidstilsynet/dotnet-common@test-extensions -y
```

Package: arbeidstilsynet/dotnet-common
Source: https://github.com/Arbeidstilsynet/dotnet-common/tree/main/skills/test-extensions

## arbeidstilsynet/dotnet-common package overview

Includes 8 official skills: enhetsregisteret, altinn, altinn-app, aspnetcore, era-client, feature-flags.

### Top skills in this package

- enhetsregisteret: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- altinn: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- altinn-app: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- aspnetcore: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- era-client: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- feature-flags: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- geonorge: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.
- test-extensions: Official Arbeidstilsynet skill from arbeidstilsynet/dotnet-common.

### Install

Install the full package:

```bash
npx skills add arbeidstilsynet/dotnet-common -y
```

Install a specific skill:

```bash
npx skills add arbeidstilsynet/dotnet-common@enhetsregisteret -y
```

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

Source: https://github.com/arbeidstilsynet/dotnet-common#readme
