# Digipost AI Agent Skills

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

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

Official page: https://skillscout.sh/official/digipost/
Markdown page: https://skillscout.sh/official/digipost/digipost_skills_skillscout.md
Vendor website: https://www.digipost.no/

## Prompt for your agent

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

### digipost/digipost-skills

Includes 6 official skills: digipost, digipost-auth-and-signing, digipost-control, digipost-manage-inbox, digipost-send-post, digipost-decision-helper.

Install:

```bash
npx skills add digipost/digipost-skills -y
```

Source: https://github.com/digipost/digipost-skills

## Individual skills

### digipost

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/main/digipost

### digipost-auth-and-signing

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost-auth-and-signing -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/main/digipost-auth-and-signing

### digipost-control

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost-control -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/main/digipost-control

### digipost-manage-inbox

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost-manage-inbox -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/main/digipost-manage-inbox

### digipost-send-post

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost-send-post -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/main/digipost-send-post

### digipost-decision-helper

Official Digipost skill from digipost/digipost-skills.

Install:

```bash
npx skills add digipost/digipost-skills@digipost-decision-helper -y
```

Package: digipost/digipost-skills
Source: https://github.com/digipost/digipost-skills/tree/HEAD/digipost-decision-helper

## digipost/digipost-skills package overview

Includes 6 official skills: digipost, digipost-auth-and-signing, digipost-control, digipost-manage-inbox, digipost-send-post, digipost-decision-helper.

### Top skills in this package

- digipost: Official Digipost skill from digipost/digipost-skills.
- digipost-auth-and-signing: Official Digipost skill from digipost/digipost-skills.
- digipost-control: Official Digipost skill from digipost/digipost-skills.
- digipost-manage-inbox: Official Digipost skill from digipost/digipost-skills.
- digipost-send-post: Official Digipost skill from digipost/digipost-skills.
- digipost-decision-helper: Official Digipost skill from digipost/digipost-skills.

### Install

Install the full package:

```bash
npx skills add digipost/digipost-skills -y
```

Install a specific skill:

```bash
npx skills add digipost/digipost-skills@digipost -y
```

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

Source: https://github.com/digipost/digipost-skills#readme
