# Octopus Deploy AI Agent Skills

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

Browse 5 official AI agent skills across 1 Octopus Deploy repository, with install commands and source links.

Official page: https://skillscout.sh/official/octopusdeploy/
Markdown page: https://skillscout.sh/official/octopusdeploy/octopusdeploy_skills_skillscout.md
Vendor website: https://octopus.com/

## Prompt for your agent

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

### octopusdeploy/octopus-claude-plugins

Includes 5 official skills: diagnose-deployment-failure, octopus-audit-report, octopus-deploy-knowledge, octopus-onboarding, writing-ocl.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins -y
```

Source: https://github.com/OctopusDeploy/octopus-claude-plugins

## Individual skills

### diagnose-deployment-failure

Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@diagnose-deployment-failure -y
```

Package: octopusdeploy/octopus-claude-plugins
Source: https://github.com/OctopusDeploy/octopus-claude-plugins/tree/main/octopus-deploy-plugin/skills/diagnose-deployment-failure

### octopus-audit-report

Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@octopus-audit-report -y
```

Package: octopusdeploy/octopus-claude-plugins
Source: https://github.com/OctopusDeploy/octopus-claude-plugins/tree/main/octopus-deploy-plugin/skills/octopus-audit-report

### octopus-deploy-knowledge

Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@octopus-deploy-knowledge -y
```

Package: octopusdeploy/octopus-claude-plugins
Source: https://github.com/OctopusDeploy/octopus-claude-plugins/tree/main/octopus-deploy-plugin/skills/octopus-deploy-knowledge

### octopus-onboarding

Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@octopus-onboarding -y
```

Package: octopusdeploy/octopus-claude-plugins
Source: https://github.com/OctopusDeploy/octopus-claude-plugins/tree/main/octopus-deploy-plugin/skills/octopus-onboarding

### writing-ocl

Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

Install:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@writing-ocl -y
```

Package: octopusdeploy/octopus-claude-plugins
Source: https://github.com/OctopusDeploy/octopus-claude-plugins/tree/main/octopus-deploy-plugin/skills/writing-ocl

## octopusdeploy/octopus-claude-plugins package overview

Includes 5 official skills: diagnose-deployment-failure, octopus-audit-report, octopus-deploy-knowledge, octopus-onboarding, writing-ocl.

### Top skills in this package

- diagnose-deployment-failure: Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.
- octopus-audit-report: Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.
- octopus-deploy-knowledge: Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.
- octopus-onboarding: Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.
- writing-ocl: Official Octopus Deploy skill from octopusdeploy/octopus-claude-plugins.

### Install

Install the full package:

```bash
npx skills add octopusdeploy/octopus-claude-plugins -y
```

Install a specific skill:

```bash
npx skills add octopusdeploy/octopus-claude-plugins@diagnose-deployment-failure -y
```

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

Source: https://github.com/octopusdeploy/octopus-claude-plugins#readme
