# Galois Labs AI Agent Skills

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

Browse 6 official AI agent skills across 1 Galois Labs repository, with install commands and source links.

Official page: https://skillscout.sh/official/galois-labs/
Markdown page: https://skillscout.sh/official/galois-labs/galois-labs_skills_skillscout.md
Vendor website: https://galoislabs.ai/

## Prompt for your agent

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

### galois-labs/gtm

Includes 6 official skills: daily, enrich, messages, queue, setup, targets.

Install:

```bash
npx skills add galois-labs/gtm -y
```

Source: https://github.com/Galois-Labs/gtm

## Individual skills

### daily

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@daily -y
```

Package: galois-labs/gtm
Source: https://github.com/Galois-Labs/gtm/tree/main/skills/daily

### enrich

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@enrich -y
```

Package: galois-labs/gtm
Source: https://github.com/galois-labs/gtm/tree/HEAD/skills/enrich

### messages

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@messages -y
```

Package: galois-labs/gtm
Source: https://github.com/Galois-Labs/gtm/tree/main/skills/messages

### queue

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@queue -y
```

Package: galois-labs/gtm
Source: https://github.com/Galois-Labs/gtm/tree/main/skills/queue

### setup

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@setup -y
```

Package: galois-labs/gtm
Source: https://github.com/Galois-Labs/gtm/tree/main/skills/setup

### targets

Official Galois Labs skill from galois-labs/gtm.

Install:

```bash
npx skills add galois-labs/gtm@targets -y
```

Package: galois-labs/gtm
Source: https://github.com/Galois-Labs/gtm/tree/main/skills/targets

## galois-labs/gtm package overview

Includes 6 official skills: daily, enrich, messages, queue, setup, targets.

### Top skills in this package

- daily: Official Galois Labs skill from galois-labs/gtm.
- enrich: Official Galois Labs skill from galois-labs/gtm.
- messages: Official Galois Labs skill from galois-labs/gtm.
- queue: Official Galois Labs skill from galois-labs/gtm.
- setup: Official Galois Labs skill from galois-labs/gtm.
- targets: Official Galois Labs skill from galois-labs/gtm.

### Install

Install the full package:

```bash
npx skills add galois-labs/gtm -y
```

Install a specific skill:

```bash
npx skills add galois-labs/gtm@daily -y
```

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

Source: https://github.com/galois-labs/gtm#readme
