# VEXXHOST, Inc. AI Agent Skills

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

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

Official page: https://skillscout.sh/official/vexxhost/
Markdown page: https://skillscout.sh/official/vexxhost/vexxhost_skills_skillscout.md
Vendor website: http://vexxhost.com/

## Prompt for your agent

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

### vexxhost/claude-code-plugins

Includes 3 official skills: commit-message, fix-docker-openstack-patch, pull-request.

Install:

```bash
npx skills add vexxhost/claude-code-plugins -y
```

Source: https://github.com/vexxhost/claude-code-plugins

### vexxhost/entra-pim-mcp-server

Includes 1 official skill: access-workflow.

Install:

```bash
npx skills add vexxhost/entra-pim-mcp-server -y
```

Source: https://github.com/vexxhost/entra-pim-mcp-server

## Individual skills

### commit-message

Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.

Install:

```bash
npx skills add vexxhost/claude-code-plugins@commit-message -y
```

Package: vexxhost/claude-code-plugins
Source: https://github.com/vexxhost/claude-code-plugins/tree/main/git/skills/commit-message

### fix-docker-openstack-patch

Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.

Install:

```bash
npx skills add vexxhost/claude-code-plugins@fix-docker-openstack-patch -y
```

Package: vexxhost/claude-code-plugins
Source: https://github.com/vexxhost/claude-code-plugins/tree/main/renovate/skills/fix-docker-openstack-patch

### pull-request

Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.

Install:

```bash
npx skills add vexxhost/claude-code-plugins@pull-request -y
```

Package: vexxhost/claude-code-plugins
Source: https://github.com/vexxhost/claude-code-plugins/tree/main/git/skills/pull-request

### access-workflow

Official VEXXHOST, Inc. skill from vexxhost/entra-pim-mcp-server.

Install:

```bash
npx skills add vexxhost/entra-pim-mcp-server@access-workflow -y
```

Package: vexxhost/entra-pim-mcp-server
Source: https://github.com/vexxhost/entra-pim-mcp-server/tree/main/skills/access-workflow

## vexxhost/claude-code-plugins package overview

Includes 3 official skills: commit-message, fix-docker-openstack-patch, pull-request.

### Top skills in this package

- commit-message: Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.
- fix-docker-openstack-patch: Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.
- pull-request: Official VEXXHOST, Inc. skill from vexxhost/claude-code-plugins.

### Install

Install the full package:

```bash
npx skills add vexxhost/claude-code-plugins -y
```

Install a specific skill:

```bash
npx skills add vexxhost/claude-code-plugins@commit-message -y
```

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

Source: https://github.com/vexxhost/claude-code-plugins#readme
