# Zep AI Agent Skills

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

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

Official page: https://skillscout.sh/official/getzep/
Markdown page: https://skillscout.sh/official/getzep/getzep_skills_skillscout.md
Vendor website: https://www.getzep.com/

## Prompt for your agent

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

### getzep/zep

Includes 2 official skills: memory-policy, zep-eval-harness.

Install:

```bash
npx skills add getzep/zep -y
```

Source: https://github.com/getzep/zep

## Individual skills

### memory-policy

Official Zep skill from getzep/zep.

Install:

```bash
npx skills add getzep/zep@memory-policy -y
```

Package: getzep/zep
Source: https://github.com/getzep/zep/tree/HEAD/examples/typescript/eve/agent/skills/memory-policy

### zep-eval-harness

Official Zep skill from getzep/zep.

Install:

```bash
npx skills add getzep/zep@zep-eval-harness -y
```

Package: getzep/zep
Source: https://github.com/getzep/zep/tree/main/zep-eval-harness/.claude/commands/zep-eval-harness

## getzep/zep package overview

Includes 2 official skills: memory-policy, zep-eval-harness.

### Top skills in this package

- memory-policy: Official Zep skill from getzep/zep.
- zep-eval-harness: Official Zep skill from getzep/zep.

### Install

Install the full package:

```bash
npx skills add getzep/zep -y
```

Install a specific skill:

```bash
npx skills add getzep/zep@memory-policy -y
```

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

Source: https://github.com/getzep/zep#readme
