# Epoch8 AI Agent Skills

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

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

Official page: https://skillscout.sh/official/epoch8/
Markdown page: https://skillscout.sh/official/epoch8/epoch8_skills_skillscout.md
Vendor website: http://epoch8.co/

## Prompt for your agent

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

### epoch8/datapipe

Includes 7 official skills: datapipe-examples, new-datapipe-project, setup-detection-tags, setup-e2e-template, setup-embedder-fiftyone, setup-ocr.

Install:

```bash
npx skills add epoch8/datapipe -y
```

Source: https://github.com/epoch8/datapipe

## Individual skills

### datapipe-examples

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@datapipe-examples -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/datapipe-examples

### new-datapipe-project

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@new-datapipe-project -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/new-datapipe-project

### setup-detection-tags

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@setup-detection-tags -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/setup-detection-tags

### setup-e2e-template

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@setup-e2e-template -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/setup-e2e-template

### setup-embedder-fiftyone

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@setup-embedder-fiftyone -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/setup-embedder-fiftyone

### setup-ocr

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@setup-ocr -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/setup-ocr

### setup-sam-cvat

Official Epoch8 skill from epoch8/datapipe.

Install:

```bash
npx skills add epoch8/datapipe@setup-sam-cvat -y
```

Package: epoch8/datapipe
Source: https://github.com/epoch8/datapipe/tree/master/.claude/skills/setup-sam-cvat

## epoch8/datapipe package overview

Includes 7 official skills: datapipe-examples, new-datapipe-project, setup-detection-tags, setup-e2e-template, setup-embedder-fiftyone, setup-ocr.

### Top skills in this package

- datapipe-examples: Official Epoch8 skill from epoch8/datapipe.
- new-datapipe-project: Official Epoch8 skill from epoch8/datapipe.
- setup-detection-tags: Official Epoch8 skill from epoch8/datapipe.
- setup-e2e-template: Official Epoch8 skill from epoch8/datapipe.
- setup-embedder-fiftyone: Official Epoch8 skill from epoch8/datapipe.
- setup-ocr: Official Epoch8 skill from epoch8/datapipe.
- setup-sam-cvat: Official Epoch8 skill from epoch8/datapipe.

### Install

Install the full package:

```bash
npx skills add epoch8/datapipe -y
```

Install a specific skill:

```bash
npx skills add epoch8/datapipe@datapipe-examples -y
```

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

Source: https://github.com/epoch8/datapipe#readme
