# Konvu Inc AI Agent Skills

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

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

Official page: https://skillscout.sh/official/konvuinc/
Markdown page: https://skillscout.sh/official/konvuinc/konvuinc_skills_skillscout.md
Vendor website: https://konvu.com/

## Prompt for your agent

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

### konvuinc/konvu-cli

Includes 3 official skills: guardrails-onboarding, konvu-shared, recipe-weekly-triage.

Install:

```bash
npx skills add konvuinc/konvu-cli -y
```

Source: https://github.com/KonvuInc/konvu-cli

## Individual skills

### guardrails-onboarding

Official Konvu Inc skill from konvuinc/konvu-cli.

Install:

```bash
npx skills add konvuinc/konvu-cli@guardrails-onboarding -y
```

Package: konvuinc/konvu-cli
Source: https://github.com/konvuinc/konvu-cli/tree/HEAD/skills/guardrails-onboarding

### konvu-shared

Official Konvu Inc skill from konvuinc/konvu-cli.

Install:

```bash
npx skills add konvuinc/konvu-cli@konvu-shared -y
```

Package: konvuinc/konvu-cli
Source: https://github.com/KonvuInc/konvu-cli/tree/main/skills/konvu-shared

### recipe-weekly-triage

Official Konvu Inc skill from konvuinc/konvu-cli.

Install:

```bash
npx skills add konvuinc/konvu-cli@recipe-weekly-triage -y
```

Package: konvuinc/konvu-cli
Source: https://github.com/KonvuInc/konvu-cli/tree/main/skills/recipe-weekly-triage

## konvuinc/konvu-cli package overview

Includes 3 official skills: guardrails-onboarding, konvu-shared, recipe-weekly-triage.

### Top skills in this package

- guardrails-onboarding: Official Konvu Inc skill from konvuinc/konvu-cli.
- konvu-shared: Official Konvu Inc skill from konvuinc/konvu-cli.
- recipe-weekly-triage: Official Konvu Inc skill from konvuinc/konvu-cli.

### Install

Install the full package:

```bash
npx skills add konvuinc/konvu-cli -y
```

Install a specific skill:

```bash
npx skills add konvuinc/konvu-cli@guardrails-onboarding -y
```

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

Source: https://github.com/konvuinc/konvu-cli#readme
