# Centreon AI Agent Skills

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

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

Official page: https://skillscout.sh/official/centreon/
Markdown page: https://skillscout.sh/official/centreon/centreon_skills_skillscout.md
Vendor website: https://www.centreon.com/

## Prompt for your agent

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

### centreon/centreon-documentation

Includes 2 official skills: review, translation.

Install:

```bash
npx skills add centreon/centreon-documentation -y
```

Source: https://github.com/centreon/centreon-documentation

## Individual skills

### review

Official Centreon skill from centreon/centreon-documentation.

Install:

```bash
npx skills add centreon/centreon-documentation@review -y
```

Package: centreon/centreon-documentation
Source: https://github.com/centreon/centreon-documentation/tree/staging/.claude/skills/review

### translation

Official Centreon skill from centreon/centreon-documentation.

Install:

```bash
npx skills add centreon/centreon-documentation@translation -y
```

Package: centreon/centreon-documentation
Source: https://github.com/centreon/centreon-documentation/tree/HEAD/.claude/skills/translation

## centreon/centreon-documentation package overview

Includes 2 official skills: review, translation.

### Top skills in this package

- review: Official Centreon skill from centreon/centreon-documentation.
- translation: Official Centreon skill from centreon/centreon-documentation.

### Install

Install the full package:

```bash
npx skills add centreon/centreon-documentation -y
```

Install a specific skill:

```bash
npx skills add centreon/centreon-documentation@review -y
```

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

Source: https://github.com/centreon/centreon-documentation#readme
