# Fastly AI Agent Skills

Fastly publishes official AI agent skills for its tools, services, and developer workflows. Powering the best of the internet.

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

Official page: https://skillscout.sh/official/fastly/
Markdown page: https://skillscout.sh/official/fastly/fastly_skills_skillscout.md
Vendor website: https://www.fastly.com/

## Prompt for your agent

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

### fastly/fastly-agent-toolkit

Includes 10 official skills: fastly, falco, viceroy, fastly-cli, fastlike, xvcl.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit -y
```

Source: https://github.com/fastly/fastly-agent-toolkit

## Individual skills

### fastly

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly

### falco

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@falco -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/falco

### viceroy

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@viceroy -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/viceroy

### fastly-cli

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly-cli -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly-cli

### fastlike

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastlike -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastlike

### xvcl

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@xvcl -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/xvcl

### fastly-ngwaf

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly-ngwaf -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly-ngwaf

### fastly-fiddle

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly-fiddle -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly-fiddle

### fastly-reference-architectures

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly-reference-architectures -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly-reference-architectures

### fastly-stats

Official Fastly skill from fastly/fastly-agent-toolkit.

Install:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly-stats -y
```

Package: fastly/fastly-agent-toolkit
Source: https://github.com/fastly/fastly-agent-toolkit/tree/HEAD/skills/fastly-stats

## fastly/fastly-agent-toolkit package overview

Includes 10 official skills: fastly, falco, viceroy, fastly-cli, fastlike, xvcl.

### Top skills in this package

- fastly: Official Fastly skill from fastly/fastly-agent-toolkit.
- falco: Official Fastly skill from fastly/fastly-agent-toolkit.
- viceroy: Official Fastly skill from fastly/fastly-agent-toolkit.
- fastly-cli: Official Fastly skill from fastly/fastly-agent-toolkit.
- fastlike: Official Fastly skill from fastly/fastly-agent-toolkit.
- xvcl: Official Fastly skill from fastly/fastly-agent-toolkit.
- fastly-ngwaf: Official Fastly skill from fastly/fastly-agent-toolkit.
- fastly-fiddle: Official Fastly skill from fastly/fastly-agent-toolkit.

### Install

Install the full package:

```bash
npx skills add fastly/fastly-agent-toolkit -y
```

Install a specific skill:

```bash
npx skills add fastly/fastly-agent-toolkit@fastly -y
```

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

Source: https://github.com/fastly/fastly-agent-toolkit#readme
