# Neo4j Labs AI Agent Skills

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

Browse 9 official AI agent skills across 3 Neo4j Labs repositories, with install commands and source links.

Official page: https://skillscout.sh/official/neo4j-labs/
Markdown page: https://skillscout.sh/official/neo4j-labs/neo4j-labs_skills_skillscout.md
Vendor website: https://neo4j.com/labs

## Prompt for your agent

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

### neo4j-labs/neo4j-cli

Includes 3 official skills: bundle, references, testdata.

Install:

```bash
npx skills add neo4j-labs/neo4j-cli -y
```

Source: https://github.com/neo4j-labs/neo4j-cli

### neo4j-labs/meta-knowledge-graph

Includes 5 official skills: mkg-orchestrate, mkg-recall, mkg-skill-review, mkg-start, sales-agent-demo.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph -y
```

Source: https://github.com/neo4j-labs/meta-knowledge-graph

### neo4j-labs/nams-plugins

Includes 1 official skill: workspace.

Install:

```bash
npx skills add neo4j-labs/nams-plugins -y
```

Source: https://github.com/neo4j-labs/nams-plugins

## Individual skills

### bundle

Official Neo4j Labs skill from neo4j-labs/neo4j-cli.

Install:

```bash
npx skills add neo4j-labs/neo4j-cli@bundle -y
```

Package: neo4j-labs/neo4j-cli
Source: https://github.com/neo4j-labs/neo4j-cli/tree/main/neo4j-cli/internal/skill/bundle

### references

Official Neo4j Labs skill from neo4j-labs/neo4j-cli.

Install:

```bash
npx skills add neo4j-labs/neo4j-cli@references -y
```

Package: neo4j-labs/neo4j-cli
Source: https://github.com/neo4j-labs/neo4j-cli/tree/HEAD/neo4j-cli/internal/skill/bundle/references

### testdata

Official Neo4j Labs skill from neo4j-labs/neo4j-cli.

Install:

```bash
npx skills add neo4j-labs/neo4j-cli@testdata -y
```

Package: neo4j-labs/neo4j-cli
Source: https://github.com/neo4j-labs/neo4j-cli/tree/main/common/skill/render/testdata

### mkg-orchestrate

Official Neo4j Labs skill from neo4j-labs/meta-knowledge-graph.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph@mkg-orchestrate -y
```

Package: neo4j-labs/meta-knowledge-graph
Source: https://github.com/neo4j-labs/meta-knowledge-graph/tree/main/plugin/codex-skills/mkg-orchestrate

### mkg-recall

Official Neo4j Labs skill from neo4j-labs/meta-knowledge-graph.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph@mkg-recall -y
```

Package: neo4j-labs/meta-knowledge-graph
Source: https://github.com/neo4j-labs/meta-knowledge-graph/tree/main/plugin/codex-skills/mkg-recall

### mkg-skill-review

Official Neo4j Labs skill from neo4j-labs/meta-knowledge-graph.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph@mkg-skill-review -y
```

Package: neo4j-labs/meta-knowledge-graph
Source: https://github.com/neo4j-labs/meta-knowledge-graph/tree/HEAD/plugin/codex-skills/mkg-skill-review

### mkg-start

Official Neo4j Labs skill from neo4j-labs/meta-knowledge-graph.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph@mkg-start -y
```

Package: neo4j-labs/meta-knowledge-graph
Source: https://github.com/neo4j-labs/meta-knowledge-graph/tree/main/plugin/codex-skills/mkg-start

### sales-agent-demo

Official Neo4j Labs skill from neo4j-labs/meta-knowledge-graph.

Install:

```bash
npx skills add neo4j-labs/meta-knowledge-graph@sales-agent-demo -y
```

Package: neo4j-labs/meta-knowledge-graph
Source: https://github.com/neo4j-labs/meta-knowledge-graph/tree/main/plugin/codex-skills/sales-agent-demo

### workspace

Official Neo4j Labs skill from neo4j-labs/nams-plugins.

Install:

```bash
npx skills add neo4j-labs/nams-plugins@workspace -y
```

Package: neo4j-labs/nams-plugins
Source: https://github.com/neo4j-labs/nams-plugins/tree/devel/templates/marketplace/codex/plugins/codex-nams-hooks/skills/workspace

## neo4j-labs/nams-plugins package overview

Includes 1 official skill: workspace.

### Top skills in this package

- workspace: Official Neo4j Labs skill from neo4j-labs/nams-plugins.

### Install

Install the full package:

```bash
npx skills add neo4j-labs/nams-plugins -y
```

Install a specific skill:

```bash
npx skills add neo4j-labs/nams-plugins@workspace -y
```

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

Source: https://github.com/neo4j-labs/nams-plugins#readme
