# JumpCloud, Inc. AI Agent Skills

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

Browse 7 official AI agent skills across 1 JumpCloud, Inc. repository, with install commands and source links.

Official page: https://skillscout.sh/official/thejumpcloud/
Markdown page: https://skillscout.sh/official/thejumpcloud/thejumpcloud_skills_skillscout.md
Vendor website: https://jumpcloud.com/

## Prompt for your agent

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

### thejumpcloud/jc-cli

Includes 7 official skills: jc-compliance-check, jc-create-recipe, jc-security-audit, jc, jc-offboard-user, jc-onboard-user.

Install:

```bash
npx skills add thejumpcloud/jc-cli -y
```

Source: https://github.com/TheJumpCloud/jc-cli

## Individual skills

### jc-compliance-check

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-compliance-check -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-compliance-check

### jc-create-recipe

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-create-recipe -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-create-recipe

### jc-security-audit

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-security-audit -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-security-audit

### jc

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc

### jc-offboard-user

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-offboard-user -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-offboard-user

### jc-onboard-user

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-onboard-user -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-onboard-user

### jc-troubleshoot-auth

Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

Install:

```bash
npx skills add thejumpcloud/jc-cli@jc-troubleshoot-auth -y
```

Package: thejumpcloud/jc-cli
Source: https://github.com/TheJumpCloud/jc-cli/tree/main/skills/skills/jc-troubleshoot-auth

## thejumpcloud/jc-cli package overview

Includes 7 official skills: jc-compliance-check, jc-create-recipe, jc-security-audit, jc, jc-offboard-user, jc-onboard-user.

### Top skills in this package

- jc-compliance-check: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc-create-recipe: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc-security-audit: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc-offboard-user: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc-onboard-user: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.
- jc-troubleshoot-auth: Official JumpCloud, Inc. skill from thejumpcloud/jc-cli.

### Install

Install the full package:

```bash
npx skills add thejumpcloud/jc-cli -y
```

Install a specific skill:

```bash
npx skills add thejumpcloud/jc-cli@jc-compliance-check -y
```

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

Source: https://github.com/thejumpcloud/jc-cli#readme
