# Memvid AI Agent Skills

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

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

Official page: https://skillscout.sh/official/memvid/
Markdown page: https://skillscout.sh/official/memvid/memvid_skills_skillscout.md
Vendor website: https://www.memvid.com/

## Prompt for your agent

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

### memvid/claude-brain

Includes 2 official skills: memory, mind.

Install:

```bash
npx skills add memvid/claude-brain -y
```

Source: https://github.com/memvid/claude-brain

## Individual skills

### memory

Official Memvid skill from memvid/claude-brain.

Install:

```bash
npx skills add memvid/claude-brain@memory -y
```

Package: memvid/claude-brain
Source: https://github.com/memvid/claude-brain/tree/main/skills/memory

### mind

Official Memvid skill from memvid/claude-brain.

Install:

```bash
npx skills add memvid/claude-brain@mind -y
```

Package: memvid/claude-brain
Source: https://github.com/memvid/claude-brain/tree/main/skills/mind

## memvid/claude-brain package overview

Includes 2 official skills: memory, mind.

### Top skills in this package

- memory: Official Memvid skill from memvid/claude-brain.
- mind: Official Memvid skill from memvid/claude-brain.

### Install

Install the full package:

```bash
npx skills add memvid/claude-brain -y
```

Install a specific skill:

```bash
npx skills add memvid/claude-brain@memory -y
```

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

Source: https://github.com/memvid/claude-brain#readme
