# Last9 AI Agent Skills

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

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

Official page: https://skillscout.sh/official/last9/
Markdown page: https://skillscout.sh/official/last9/last9_skills_skillscout.md
Vendor website: https://last9.io/

## Prompt for your agent

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

### last9/ai-toolkit

Includes 3 official skills: go-agent-install, last9-logs, last9-traces.

Install:

```bash
npx skills add last9/ai-toolkit -y
```

Source: https://github.com/last9/ai-toolkit

### last9/cursor-plugin

Includes 3 official skills: last9-debug, last9-investigate-alert, last9-setup.

Install:

```bash
npx skills add last9/cursor-plugin -y
```

Source: https://github.com/last9/cursor-plugin

## Individual skills

### go-agent-install

Official Last9 skill from last9/ai-toolkit.

Install:

```bash
npx skills add last9/ai-toolkit@go-agent-install -y
```

Package: last9/ai-toolkit
Source: https://github.com/last9/ai-toolkit/tree/HEAD/skills/go-agent-install

### last9-logs

Official Last9 skill from last9/ai-toolkit.

Install:

```bash
npx skills add last9/ai-toolkit@last9-logs -y
```

Package: last9/ai-toolkit
Source: https://github.com/last9/ai-toolkit/tree/HEAD/skills/last9-logs

### last9-traces

Official Last9 skill from last9/ai-toolkit.

Install:

```bash
npx skills add last9/ai-toolkit@last9-traces -y
```

Package: last9/ai-toolkit
Source: https://github.com/last9/ai-toolkit/tree/HEAD/skills/last9-traces

### last9-debug

Official Last9 skill from last9/cursor-plugin.

Install:

```bash
npx skills add last9/cursor-plugin@last9-debug -y
```

Package: last9/cursor-plugin
Source: https://github.com/last9/cursor-plugin/tree/main/skills/last9-debug

### last9-investigate-alert

Official Last9 skill from last9/cursor-plugin.

Install:

```bash
npx skills add last9/cursor-plugin@last9-investigate-alert -y
```

Package: last9/cursor-plugin
Source: https://github.com/last9/cursor-plugin/tree/HEAD/skills/last9-investigate-alert

### last9-setup

Official Last9 skill from last9/cursor-plugin.

Install:

```bash
npx skills add last9/cursor-plugin@last9-setup -y
```

Package: last9/cursor-plugin
Source: https://github.com/last9/cursor-plugin/tree/main/skills/last9-setup

## last9/cursor-plugin package overview

Includes 3 official skills: last9-debug, last9-investigate-alert, last9-setup.

### Top skills in this package

- last9-debug: Official Last9 skill from last9/cursor-plugin.
- last9-investigate-alert: Official Last9 skill from last9/cursor-plugin.
- last9-setup: Official Last9 skill from last9/cursor-plugin.

### Install

Install the full package:

```bash
npx skills add last9/cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add last9/cursor-plugin@last9-debug -y
```

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

Source: https://github.com/last9/cursor-plugin#readme
