# CloudshipAI AI Agent Skills

CloudshipAI publishes official AI agent skills for its tools, services, and developer workflows. Devops team as Agents.

Browse 4 official AI agent skills across 1 CloudshipAI repository, with install commands and source links.

Official page: https://skillscout.sh/official/cloudshipai/
Markdown page: https://skillscout.sh/official/cloudshipai/cloudshipai_skills_skillscout.md
Vendor website: https://cloudshipai.com/

## Prompt for your agent

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

### cloudshipai/station

Includes 4 official skills: code-review, station, station-config, web-research.

Install:

```bash
npx skills add cloudshipai/station -y
```

Source: https://github.com/cloudshipai/station

## Individual skills

### code-review

Official CloudshipAI skill from cloudshipai/station.

Install:

```bash
npx skills add cloudshipai/station@code-review -y
```

Package: cloudshipai/station
Source: https://github.com/cloudshipai/station/tree/main/environments/default/skills/user/code-review

### station

Official CloudshipAI skill from cloudshipai/station.

Install:

```bash
npx skills add cloudshipai/station@station -y
```

Package: cloudshipai/station
Source: https://github.com/cloudshipai/station/tree/main/claude-code-plugin/skills/station

### station-config

Official CloudshipAI skill from cloudshipai/station.

Install:

```bash
npx skills add cloudshipai/station@station-config -y
```

Package: cloudshipai/station
Source: https://github.com/cloudshipai/station/tree/main/claude-code-plugin/skills/station-config

### web-research

Official CloudshipAI skill from cloudshipai/station.

Install:

```bash
npx skills add cloudshipai/station@web-research -y
```

Package: cloudshipai/station
Source: https://github.com/cloudshipai/station/tree/HEAD/environments/default/skills/user/web-research

## cloudshipai/station package overview

Includes 4 official skills: code-review, station, station-config, web-research.

### Top skills in this package

- code-review: Official CloudshipAI skill from cloudshipai/station.
- station: Official CloudshipAI skill from cloudshipai/station.
- station-config: Official CloudshipAI skill from cloudshipai/station.
- web-research: Official CloudshipAI skill from cloudshipai/station.

### Install

Install the full package:

```bash
npx skills add cloudshipai/station -y
```

Install a specific skill:

```bash
npx skills add cloudshipai/station@code-review -y
```

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

Source: https://github.com/cloudshipai/station#readme
