# TRAIN Protocol AI Agent Skills

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

Browse 5 official AI agent skills across 2 TRAIN Protocol repositories, with install commands and source links.

Official page: https://skillscout.sh/official/trainprotocol/
Markdown page: https://skillscout.sh/official/trainprotocol/trainprotocol_skills_skillscout.md
Vendor website: https://train.tech/

## Prompt for your agent

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

### trainprotocol/solver

Includes 4 official skills: grpc, solver-gateway, swap, temporal-history.

Install:

```bash
npx skills add trainprotocol/solver -y
```

Source: https://github.com/TrainProtocol/solver

### trainprotocol/app

Includes 1 official skill: next-best-practices.

Install:

```bash
npx skills add trainprotocol/app -y
```

Source: https://github.com/TrainProtocol/app

## Individual skills

### grpc

Official TRAIN Protocol skill from trainprotocol/solver.

Install:

```bash
npx skills add trainprotocol/solver@grpc -y
```

Package: trainprotocol/solver
Source: https://github.com/TrainProtocol/solver/tree/dev/.claude/skills/grpc

### solver-gateway

Official TRAIN Protocol skill from trainprotocol/solver.

Install:

```bash
npx skills add trainprotocol/solver@solver-gateway -y
```

Package: trainprotocol/solver
Source: https://github.com/TrainProtocol/solver/tree/dev/.claude/skills/solver-gateway

### swap

Official TRAIN Protocol skill from trainprotocol/solver.

Install:

```bash
npx skills add trainprotocol/solver@swap -y
```

Package: trainprotocol/solver
Source: https://github.com/TrainProtocol/solver/tree/dev/.claude/skills/swap

### temporal-history

Official TRAIN Protocol skill from trainprotocol/solver.

Install:

```bash
npx skills add trainprotocol/solver@temporal-history -y
```

Package: trainprotocol/solver
Source: https://github.com/TrainProtocol/solver/tree/dev/.claude/skills/temporal-history

### next-best-practices

Official TRAIN Protocol skill from trainprotocol/app.

Install:

```bash
npx skills add trainprotocol/app@next-best-practices -y
```

Package: trainprotocol/app
Source: https://github.com/trainprotocol/app/tree/HEAD/.claude/skills/next-best-practices

## trainprotocol/solver package overview

Includes 4 official skills: grpc, solver-gateway, swap, temporal-history.

### Top skills in this package

- grpc: Official TRAIN Protocol skill from trainprotocol/solver.
- solver-gateway: Official TRAIN Protocol skill from trainprotocol/solver.
- swap: Official TRAIN Protocol skill from trainprotocol/solver.
- temporal-history: Official TRAIN Protocol skill from trainprotocol/solver.

### Install

Install the full package:

```bash
npx skills add trainprotocol/solver -y
```

Install a specific skill:

```bash
npx skills add trainprotocol/solver@grpc -y
```

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

Source: https://github.com/trainprotocol/solver#readme
