# Ngrok AI Agent Skills

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

Browse 3 official AI agent skills across 2 Ngrok repositories, with install commands and source links.

Official page: https://skillscout.sh/official/ngrok/
Markdown page: https://skillscout.sh/official/ngrok/ngrok_skills_skillscout.md
Vendor website: https://ngrok.com/

## Prompt for your agent

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

### ngrok/agent-skills

Includes 1 official skill: expose-localhost.

Install:

```bash
npx skills add ngrok/agent-skills -y
```

Source: https://github.com/ngrok/agent-skills

### ngrok/ngrok-docs

Includes 2 official skills: vale-style-rules, integration-docs-style.

Install:

```bash
npx skills add ngrok/ngrok-docs -y
```

Source: https://github.com/ngrok/ngrok-docs

## Individual skills

### expose-localhost

Official Ngrok skill from ngrok/agent-skills.

Install:

```bash
npx skills add ngrok/agent-skills@expose-localhost -y
```

Package: ngrok/agent-skills
Source: https://github.com/ngrok/agent-skills/tree/HEAD/skills/expose-localhost

### vale-style-rules

Official Ngrok skill from ngrok/ngrok-docs.

Install:

```bash
npx skills add ngrok/ngrok-docs@vale-style-rules -y
```

Package: ngrok/ngrok-docs
Source: https://github.com/ngrok/ngrok-docs/tree/main/.skills/vale-style-rules

### integration-docs-style

Official Ngrok skill from ngrok/ngrok-docs.

Install:

```bash
npx skills add ngrok/ngrok-docs@integration-docs-style -y
```

Package: ngrok/ngrok-docs
Source: https://github.com/ngrok/ngrok-docs/tree/main/.skills/integration-docs-style

## ngrok/agent-skills package overview

Includes 1 official skill: expose-localhost.

### Top skills in this package

- expose-localhost: Official Ngrok skill from ngrok/agent-skills.

### Install

Install the full package:

```bash
npx skills add ngrok/agent-skills -y
```

Install a specific skill:

```bash
npx skills add ngrok/agent-skills@expose-localhost -y
```

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

Source: https://github.com/ngrok/agent-skills#readme
